Aoe Technology Radar Versions Save

Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..

v4.3.0

1 month ago

Version v4.3.0 (2024-03-26)

Features

  • add configurable meta description for homepage (8c407ca0)
  • support alternative logos like png (d254ec1a)

Fixes

  • mention basePath in local URL and set default to /techradar (969306c7)

What's Changed

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v4.2.0...v4.3.0

v4.2.0

1 month ago

Version v4.2.0 (2024-03-25)

Features

  • add sitemap.xml (a8172e65)
  • allow to change order of sections on main page (7c08e520)

Fixes

  • use webpack for dev-server to keep consistent css-module classnames (335ecf6d)

Chores and tidying

  • deps: update @types/react (4fc9babf)
  • deps: update dependencies (43513bb1)
  • deps: update dependencies (3dff4eda)
  • add key attribute to homepage components and remove superfluous deep-merge (7dfd28bd)

What's Changed

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v4.1.0...v4.2.0

v4.1.0

2 months ago

Version v4.1.0 (2024-03-14)

Features

  • throw error if no single radar item was found (c267082c)
  • add custom.css support (1a7ea352)
  • add social icon GitLab (76b5c38e)
  • reintroduce config.toggles to hide parts of the radar and change behaviour (92b7c282)
  • improve config values by extending default config (04053c67)

Fixes

  • allow tags to be optional in items (5750723c)

Chores and tidying

  • update dependencies (f94c94ff)
  • update dependencies (3c982420)
  • commit updated package-lock.json (c5186353)

What's Changed

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v4.0.2...v4.1.0

v4.0.2

2 months ago

Version v4.0.2 (2024-03-13)

Fixes

  • remove empty revisions to fix typescript error and use default flag for first release (9381aa9d)
  • avoid line-breaks before flag and improve responsive lists (b6b4709e)

Chores and tidying

  • improve output on markdown parsing errors (858e10b7)

What's Changed

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v4.0.1...v4.0.2

v4.0.1

2 months ago

Version v4.0.1 (2024-03-12)

Fixes

  • unignore data files to include them in npm package (0eda733b)
  • remove private-flag from package.json (eb440902)

Chores and tidying

  • update commitlint dependencies (60b0c0e1)

What's Changed

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v4.0.0...v4.0.1

v4.0.0

2 months ago

Version v4.0.0 (2024-03-11)

Version 4.0.0 is a complete rewrite of the AOE Technology Radar. It is now based on Next.js to provide enhanced static site generation. The visualization has been rewritten without the need for the D3 dependency. New features include a fuzzy search based on Fuse.js, non-overlapping blips on the radar, and a reworked tag filter on the homepage.

To migrate from the old version please migrate your package.json's scripts and create a new config.json based on the documentation below. You can find a reference implementation in our repo. The old version is still available in the v3 branch.

Version 4.0.0 also removes the .html extension from the URLs. If you want to support the old URLs, we recommend to add a redirect rule. For nginx, you can use the following rule:

rewrite ^/techradar/(.+)\.html$ /techradar/$1/ permanent;

What's Changed

New Contributors

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v3.6.0...v4.0.0

v3.6.0

10 months ago

Version v3.6.0 (2023-06-29)

Features

  • allow to define format for page title (810db6ae)

Fixes

  • remove <noscript> when static content is generated and rendered already (8876d3b1)

Refactoring

  • remove test code (dd9ce8ed)
  • prevent duplicated title for index page by making prop optional (0d2265c5)

Chores and tidying

  • deps: update dependency @types/node to v18.16.18 (fbb23ab3)
  • deps: update dependency react-router-dom to v6.14.0 (12ed5828)
  • deps: update dependency jsdom to v22 (4ae9299a)
  • deps: update react monorepo (9d53b958)
  • deps: update dependency xml2js to v0.6.0 (769cc905)
  • deps: update dependency react-icons to v4.10.1 (28aed80c)
  • deps: update dependency d3 to v7.8.5 (fcc77016)

What's Changed

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v3.5.3...v3.6.0

v3.5.3

11 months ago

Version v3.5.3 (2023-06-01)

Fixes

  • deterministic behaviour for radar by storing the random fractions when generating rd.json (#372) (3b272dac)
  • generate static files content (71e39745)

Ops and CI/CD

  • deps: update transitive dependency xml2js to v0.5.0 (34e6f0eb)

Chores and tidying

  • deps: update react monorepo (b82d5a9d)
  • deps: remove unused dependency yaml (8dd67b76)
  • deps: update dependency highlight.js to v11.8.0 (398b3026)
  • deps: update dependency @types/marked to v4.3.1 (c1a0c194)
  • deps: update dependency @types/react-modal to v3.16.0 (a7370854)
  • deps: update dependency @types/node to v18.16.16 (2e2def59)
  • deps: update dependency @types/jest to v29.5.2 (b0820aa5)
  • deps: update dependency jsdom to v21.1.2 (f0276509)
  • deps: update dependency sass to v1.62.1 (eeb40569)
  • deps: update dependency @typescript-eslint/parser to v5.59.8 (fcd15907)
  • deps: update dependency eslint to v8.41.0 (90863555)
  • deps: update dependency yaml to v2.2.2 [security] (37dbc4ed)

Other

  • style: run prettier on pre-commit hook (99487126)

What's Changed

New Contributors

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v3.5.2...v3.5.3

v3.5.2

1 year ago

Version v3.5.2 (2023-04-14)

Fixes

  • fix build (24a295cb)

What's Changed

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v3.5.1...v3.5.2

v3.5.1

1 year ago

Version v3.5.1 (2023-04-14)

Fixes

  • include index.html in sitemap (d2e54003)

Ops and CI/CD

  • deps: bump webpack from 5.72.1 to 5.79.0 (cd144101)
  • deps: bump dns-packet from 5.3.1 to 5.4.0 (#337) (5845fc10)

Chores and tidying

  • deps: update dependency @typescript-eslint/parser to v5.58.0 (114534c1)
  • deps: update dependency eslint to v8.38.0 (e906c79a)
  • deps: update actions/setup-go action to v4 (58a31cb8)
  • deps: update dependency marked to v4.3.0 (cd98daa2)
  • deps: update dependency @types/jest to v29.5.0 (af11d27c)
  • deps: update dependency fs-extra to v11.1.1 (14effde0)
  • deps: update dependency d3 to v7.8.4 (62b2657d)
  • deps: update dependency sass to v1.62.0 (d469d428)
  • deps: update dependency @types/react to v18.0.35 (9799892c)
  • deps: update dependency react-router-dom to v6.10.0 (ff9c013b)
  • deps: update dependency eslint-config-prettier to v8.8.0 (4144445d)
  • deps: update dependency react-icons to v4.8.0 (8768d109)
  • deps: update dependency @types/sanitize-html to v2.9.0 (a059778e)
  • deps: update dependency @types/node to v18.15.11 (98e5f186)
  • deps: update dependency @testing-library/react to v14 (#334) (db086f30)
  • deps: update dependency sass to v1.58.3 (bb35b88b)
  • deps: update dependency sanitize-html to v2.10.0 (ad5013e7)
  • deps: update react monorepo (d0c7b6bd)
  • deps: update dependency @trivago/prettier-plugin-sort-imports to v4.1.1 (b7467481)
  • deps: update dependency @types/node to v18.14.2 (caebaad6)
  • deps: update dependency typescript to v4.9.5 (2f2b365d)
  • deps: update dependency eslint-plugin-react to v7.32.2 (3f79d4ba)
  • deps: update dependency eslint to v8.35.0 (bfafa19d)
  • deps: update dependency react-router-dom to v6.8.2 (0c977536)
  • deps: update dependency @types/jest to v29.4.0 (a688e401)
  • deps: update dependency @typescript-eslint/parser to v5.54.0 (a3efebc7)

Other

  • Add cross-env to allow building on windows too. (#333) (77acfddf)

What's Changed

New Contributors

Full Changelog: https://github.com/AOEpeople/aoe_technology_radar/compare/v3.5.0...v3.5.1