Releases: AOEpeople/aoe_technology_radar
v4.6.1
v4.6.0
Version v4.6.0 (2025-03-14)
Features
Fixes
- forward flags to
npm run build
and adjust README.md (61eff6d)
Chores and tidying
- start new 4.6.0-rc.1 release (864ab22)
What's Changed
- feat: add configuration options for fuse by @MalibusParty in #510
- feat: add strict mode for data building by @MalibusParty in #511
- Release v4.6.0 by @github-actions in #503
New Contributors
- @MalibusParty made their first contribution in #510
Full Changelog: v4.5.0...v4.6.0
v4.5.0
Version v4.5.0 (2025-03-04)
Features
- add showSearch toggle (#480) (1231dd8)
- update eslint to 9.21.0 (8b5d220)
- update to react 19 and next.js 15.2 (1687f93)
- restore scroll position when navigating back (5484b04)
Fixes
Chores and tidying
- deps: update dependency @types/node to v22.13.9 (#501) (d364a12)
- deps: update nextjs monorepo to v15.2.1 (#477) (8175805)
- remove superfluous Dialog component and deps (d6b41d0)
- update postcss-nested and postcss-preset-env to latest versions (45d9015)
- update prettier and related plugins (e2df29a)
- update demo entry with code highlighting and bump dependencies (3315d8c)
- ignore /techradar/ (953432c)
- update commitlint and husky dependencies (bef138f)
- bump version to 4.5.0-rc.1 (0d23003)
What's Changed
- feat: restore scroll position when navigating back by @drola in #494
- fix: uri-encode tag when used as query parameter by @alisonrclarke in #472
- chore(deps): update nextjs monorepo to v15.2.1 by @renovate in #477
- feat: add showSearch toggle by @ilyar in #480
- chore(deps): update dependency @types/node to v22.13.9 by @renovate in #501
- Release v4.5.0 by @github-actions in #497
New Contributors
- @drola made their first contribution in #494
- @alisonrclarke made their first contribution in #472
- @ilyar made their first contribution in #480
Full Changelog: v4.4.0...v4.5.0
v4.4.0
Version v4.4.0 (2024-07-01)
Features
- add
jsFile
option to include custom JavaScript (6a5b863)
Fixes
- css: increase ol padding to accommodate two-digit list items (a443aef)
Chores and tidying
What's Changed
- fix(css): increase ol padding to accommodate two-digit list items by @srotsch in #471
- feature: Add custom JS via config by @mathiasschopmans in #473
- Release v4.4.0 by @github-actions in #450
Full Changelog: v4.3.0...v4.4.0
v4.3.0
Version v4.3.0 (2024-03-26)
Features
- add configurable meta description for homepage (8c407ca)
- support alternative logos like png (d254ec1)
Fixes
- mention basePath in local URL and set default to /techradar (969306c)
What's Changed
- Release v4.3.0 by @github-actions in #449
Full Changelog: v4.2.0...v4.3.0
v4.2.0
Version v4.2.0 (2024-03-25)
Features
Fixes
- use webpack for dev-server to keep consistent css-module classnames (335ecf6)
Chores and tidying
- deps: update @types/react (4fc9bab)
- deps: update dependencies (43513bb)
- deps: update dependencies (3dff4ed)
- add key attribute to homepage components and remove superfluous deep-merge (7dfd28b)
What's Changed
- feat: allow to change order of sections on main page by @mathiasschopmans in #447
- feat: add sitemap.xml by @mathiasschopmans in #439
- Release v4.2.0 by @github-actions in #448
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Version v4.1.0 (2024-03-14)
Features
- throw error if no single radar item was found (c267082)
- add custom.css support (1a7ea35)
- add social icon GitLab (76b5c38)
- reintroduce
config.toggles
to hide parts of the radar and change behaviour (92b7c28) - improve config values by extending default config (04053c6)
Fixes
- allow tags to be optional in items (5750723)
Chores and tidying
- update dependencies (f94c94f)
- update dependencies (3c98242)
- commit updated package-lock.json (c518635)
What's Changed
- Release v4.1.0 by @github-actions in #434
Full Changelog: v4.0.2...v4.1.0
v4.0.2
Version v4.0.2 (2024-03-13)
Fixes
- remove empty revisions to fix typescript error and use default flag for first release (9381aa9)
- avoid line-breaks before flag and improve responsive lists (b6b4709)
Chores and tidying
- improve output on markdown parsing errors (858e10b)
What's Changed
- Release v4.0.2 by @github-actions in #429
Full Changelog: v4.0.1...v4.0.2
v4.0.1
v4.0.0
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
- Version 4.0.0 by @mathiasschopmans in #421
New Contributors
- @mathiasschopmans made their first contribution in #421
Full Changelog: v3.6.0...v4.0.0