Skip to content

v4.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 15:12

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

  • uri-encode tag when used as query parameter (#472) (86c446b)

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

Full Changelog: v4.4.0...v4.5.0