Releases: AOEpeople/aoe_technology_radar
Releases · AOEpeople/aoe_technology_radar
v3.2.1
Version v3.2.1 (2022-05-11)
Fixes
- dependencies: hard pin for now (183d71a)
Ops and CI/CD
- deps: bump async from 2.6.3 to 2.6.4 (1af0d3e)
Chores and tidying
- Update config.json (340877f)
Other
- v3.2.0 (8e44925)
What's Changed
- build(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #139
- fix(dependencies): hard pin for now by @bastianccm in #144
- Release v3.2.1 by @github-actions in #138
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Version v3.2.0 (2022-04-26)
Features
- provide edito button to jump directly to the item in a repo (7e65a17)
- allow to use custom date output formats (dc84d19)
- sanitize HTML in footer (e0113c4)
Fixes
- revisions: double revisions on fade-out (00dc431)
- codestyle: remove unnecessary computed property (91d802a)
- marked: compatibility with marked 4 (9dd3bd8)
- make build work with npm (39618b7)
- use correct default flag type (d226eeb)
- Prevent overriding the ring with empty value (c1157a7)
- Sort out Ring enum typing issues (15feb9b)
Refactoring
- return
null
wheneditLink
config is not defined (72883ca)
Ops and CI/CD
- deps: bump minimist from 1.2.5 to 1.2.6 (e070b90)
- deps: bump moment from 2.29.1 to 2.29.2 (91bc99a)
- semanticore: add semanticore (1bd7f2f)
- deps: bump url-parse from 1.5.7 to 1.5.10 (bf01bab)
- deps: bump follow-redirects from 1.14.7 to 1.14.8 (1732867)
- deps: bump url-parse from 1.5.3 to 1.5.7 (d12c092)
Documentation
- changelog: remove header to let semanticore do its magic (44af047)
- move
editLink
config into readme (fcdbb40)
Other
- Bump marked from 2.1.3 to 4.0.10 (54152e5)
- Bump nanoid from 3.1.28 to 3.2.0 (95fefb5)
- Bump follow-redirects from 1.14.4 to 1.14.7 (c2bd8dd)
- Get rid of react-faux-dom dependency (622da05)
- Add types (b1e6352)
- Re-order quadrants in the chart (e8eff6b)
- Add basic typing to config objects (725b6f9)
- Full Radar grid with chart (13ba312)
- First stab at the radar chart (ad4c847)
3.1.2
Features
- Added
showEmptyRings
option 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-buildRadar
could not be executed withoutaoe_technology_radar-generateJson
running 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_radar
toaoe_technology_radar-buildRadar
to make clear that this script builds the radar. - Added script
aoe_technology_radar-generateJson
to generate the filerd.json
based on your radar markdown files. - Renamed script
aoe_technology_radar-createStatic
toaoe_technology_radar-createStaticFiles
to 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.
What's Changed
- Feature: Add radar chart to the homepage by @jar0s in #74
- feat: sanitize HTML in footer by @d-koppenhagen in #114
- feat: allow to use custom date output formats by @d-koppenhagen in #117
- fix: use correct default flag type by @d-koppenhagen in #119
- Bump follow-redirects from 1.14.4 to 1.14.7 by @dependabot in #123
- Bump nanoid from 3.1.28 to 3.2.0 by @dependabot in #124
- feat: provide edit button to jump directly to the item in a repo by @d-koppenhagen in #120
- fix: make build work with npm by @derkoe in #125
- build(deps): bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #127
- build(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #126
- build(deps): bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #128
- Bump marked from 2.1.3 to 4.0.10 by @dependabot in #122
- ci(semanticore): add semanticore by @bastianccm in #129
- build(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #135
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #136
- fix(revisions): double revisions on fade-out by @bastianccm in #137
- Release v3.2.0 by @github-actions in #130
New Contributors
- @jar0s made their first contribution in #74
- @derkoe made their first contribution in #125
- @github-actions made their first contribution in #130
Full Changelog: v3.1.2...v3.2.0
v3.1.2
3.1.2
Features
- Added
showEmptyRings
option 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
.
Thanks to the contributors!
Publish aoe_technology_radar
v3.1.1 public package
v3.1.0
Community release
- Lots of customization via config
- Basic support for some HTML in descriptions
- And lots more...
Thanks to all contributors!
v3.0.1
3.0.1 (2021.07.02)
Bug Fixes
- Fixed the bug, that
aoe_technology_radar-buildRadar
could not be executed withoutaoe_technology_radar-generateJson
running first.
v3.0.0
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_radar
toaoe_technology_radar-buildRadar
to make clear that this script builds the radar. - Added script
aoe_technology_radar-generateJson
to generate the filerd.json
based on your radar markdown files. - Renamed script
aoe_technology_radar-createStatic
toaoe_technology_radar-createStaticFiles
to 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.