2.1 KiB
2.1 KiB
Changelog
All notable changes to this project will be documented in this file.
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).