2.6 KiB
2.6 KiB
Changelog
3.1.2
Features
- Added
showEmptyRingsoption toconfig.json, which enables display of headers for rings containing no items.
Bug Fixes
- Fixed dependent projects failing to build without dependency
@types/sanitize-html.
3.1.1
3.1.0
Bug Fixes
- Added aria-label attributes to the social links.
- Removed scaling limitation in viewport meta tag.
3.0.1 (2021.07.02)
Bug Fixes
- Fixed the bug, that
aoe_technology_radar-buildRadarcould not be executed withoutaoe_technology_radar-generateJsonrunning first.
3.0.0 (2021.07.02)
Features
- The
rd.json(markdown data) isn't part of the bundle anymore. It will be fetched and therefore can be cached by the browser. (#50) - Non featured articles will be separated to the bottom of the list in quadrant view. Therefore, you can see what isn't featured anymore. (#78)
- Customize the Tech Radar instead of forking it.
- Host the application under a sub path. (#59)
- Change the name of your tech radar.
- Change the logo.
- Change the favicon.
- Replace the index.html.
- Change the fonts. (#88)
- Change the texts on the help page. (#86)
- Change the footer footnode. (#86)
- Change the social links. (#86)
- Change the legal information link. (#86)
Bug Fixes
- Fix social links (#49)
Changes
- Simplified the dependencies, scripts and build process (#81)
- node-sass is not needed anymore
Breaking Changes
- Renamed script
aoe_technology_radartoaoe_technology_radar-buildRadarto make clear that this script builds the radar. - Added script
aoe_technology_radar-generateJsonto generate the filerd.jsonbased on your radar markdown files. - Renamed script
aoe_technology_radar-createStatictoaoe_technology_radar-createStaticFilesto make clear that this script creates static files only.
For more information about the changes and customizations, please have a look in the readme.md.