Skip to content

Releases: AOEpeople/aoe_technology_radar

v3.2.1

11 May 14:33
Compare
Choose a tag to compare

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

Other

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

26 Apr 08:15
Compare
Choose a tag to compare

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 when editLink 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 to config.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 without aoe_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 to aoe_technology_radar-buildRadar to make clear that this script builds the radar.
  • Added script aoe_technology_radar-generateJson to generate the file rd.json based on your radar markdown files.
  • Renamed script aoe_technology_radar-createStatic to aoe_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

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

06 Jan 15:58
Compare
Choose a tag to compare

3.1.2

Features

  • Added showEmptyRings option to config.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

12 Nov 09:02
Compare
Choose a tag to compare
v3.1.1

public package

v3.1.0

12 Nov 08:22
Compare
Choose a tag to compare

Community release

  • Lots of customization via config
  • Basic support for some HTML in descriptions
  • And lots more...

Thanks to all contributors!

v3.0.1

02 Jul 14:07
Compare
Choose a tag to compare

3.0.1 (2021.07.02)

Bug Fixes

  • Fixed the bug, that aoe_technology_radar-buildRadar could not be executed without aoe_technology_radar-generateJson running first.

v3.0.0

02 Jul 13:53
Compare
Choose a tag to compare

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 to aoe_technology_radar-buildRadar to make clear that this script builds the radar.
  • Added script aoe_technology_radar-generateJson to generate the file rd.json based on your radar markdown files.
  • Renamed script aoe_technology_radar-createStatic to aoe_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.