Skip to content

Releases: gravity-ui/navigation

v4.0.3

22 Dec 11:56
fab757d

Choose a tag to compare

4.0.3 (2025-12-22)

⚠ BREAKING CHANGES

  • migration to css modules
  • Settings: remove showTitle, onlyChild prop (#364)
  • Drawer: change default item drawer position (#363)
  • AsideHeader/CustomBackground: fix stretching background (#362)
  • AsideHeader: add ui-kit button in aside-header (#315)
  • update uikit@7, components@3 (#355)
  • AsideHeader, Logo: make actions accessible with keyboard (#305)
  • rename CSS API vars (#186)
  • update uikit 6, components 2 and other deps (#185)
  • AsideHeader: add ref prop for popup-anchor (#123)
  • change defaults, add prefix to css vars (#99)
  • support configure (#95)
  • rename CSS namespace (#87)
  • migration on uikit 5 (#71)

chore

Features

  • ActionBar: removed copy block (#366) (7388d2b)
  • add onResizeStart prop (#347) (f9a9230)
  • add ActionBar component (#19) (595d418)
  • add AsideFallback (#161) (6e08a91)
  • add russian readme files to landing components (#332) (f413b38)
  • add Settings component (b7ad550)
  • add top alert to MobileHeader component (#335) (c480df6)
  • added AsideHeaderContext (#79) (4bac263)
  • added exports for settings props (#107) (a3fc62f)
  • added MultipleTooltip (#69) (ab35916)
  • added new stories for ActionBar (#64) (96dbcf3)
  • added right adornments for settings items (#110) (fe14e64)
  • added type exports for ActionBar (#66) (f911bd6)
  • all-pages-panel: added all pages panel (1ed3ba3)
  • all-pages-panel: added all pages panel (#109) (1ed3ba3)
  • aside header top alert (#118) (efc4839)
  • AsideHeader, Logo: make actions accessible with keyboard (#305) (dfac590)
  • AsideHeader/SubheaderItem: support popup props (#89) (64f24e9)
  • AsideHeader: add background color to CSS API (#287) (f56c02b)
  • AsideHeader: add collapseButtonWrapper prop (#448) (6c80ca8)
  • AsideHeader: add current item to CSS API (#194) (cdbdf6a)
  • AsideHeader: add custom background (#163) (f2226d9)
  • AsideHeader: add headerDecoration prop (#49) (2e98c65)
  • AsideHeader: add onAllPagesClick callback (#329) (c8978c0)
  • AsideHeader: add onMenuMoreClick (#320) (d0569a5)
  • AsideHeader: add possibility to provide className to the AsideHeaderItem (#464) (d52b43d)
  • AsideHeader: add ref prop for popup-anchor (#123) (de2e3f4)
  • AsideHeader: add ui-kit button in aside-header (#315) (884df3c)
  • AsideHeader: change default decoration, item background colors (#238) (cf75f1f)
  • AsideHeader: hide collapse button (#219) (290d920)
  • AsideHeader: move openModalSubscriber prop to AsideHeader (#103) (69ad527)
  • AsideHeader: preventUserRemoving prop for menu item and callbacks for AsideHeader (#314) (e3b6da1)
  • AsideHeader: support highlighted item (#97) (f8c06a1)
  • AsideHeader: use inner css vars (#182) (3328b09)
  • AsideHeadser: Sort elements in AsideHeader (#337) (b7d3547)
  • better implementation of MenuItem.itemWrapper (df865df)
  • change default color theme for AsideHeader (#357) (0f4104d)
  • change defaults, add prefix to css vars (#99) (08a812a)
  • codemod: codemods for migration to v4 (#471) (2ba079a)
  • CompositeBar/Item: add popupKeepMounted prop (#55) ([88140e8](88140e8...
Read more

v4.0.2

19 Dec 17:51
0b33ebc

Choose a tag to compare

4.0.2 (2025-12-19)

⚠ BREAKING CHANGES

Panel Visibility API Unification

We have standardized the visibility handling across all panel components to use consistent prop names and state management.

API Changes:

  • OverlapPanel: visible prop → open prop
  • MobileHeader: visiblePanel state → openPanel state
  • Panel Components: Updated visibility handling to use open instead of visible across components

Bug Fixes

  • rename visibility state from 'visiblePanel' to 'openPanel' in MobileHeader component (02f26f4)
  • update OverlapPanel story to use 'open' prop instead of 'visible' (a572cab)

Features

  • refactor: update panel visibility handling to use 'open' instead of 'visible' across components (e0b695a)

v4.0.1

19 Dec 10:25
22f7b4f

Choose a tag to compare

4.0.1 (2025-12-19)

Bug Fixes

  • add AsideHeaderItem type export to AsideHeader component (#519) (4321274)

v4.0.0

18 Dec 20:46
540ecac

Choose a tag to compare

4.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • migration to css modules

Features

  • codemod: codemods for migration to v4 (#471) (2ba079a)
  • migration to css modules (52a414e)
  • PageLayout: support function type for topAlert prop (#491) (e26a6ae)
  • support item.itemWrapper in AllPagesPannel (#496) (a072b05)

v3.11.0

04 Dec 14:16
463bee1

Choose a tag to compare

3.11.0 (2025-12-04)

Features

v3.10.2

04 Dec 10:19
3304f43

Choose a tag to compare

3.10.2 (2025-12-04)

Bug Fixes

  • MultipleTooltip: use tooltipText if available, fallback to title (#511) (1551ed8)

v3.10.1

26 Nov 11:54
2de0ce5

Choose a tag to compare

3.10.1 (2025-11-26)

Bug Fixes

  • Settings.Item: correct styles override for item w/out title (#500) (76d7921)

v3.10.0

26 Nov 09:30
661e13b

Choose a tag to compare

3.10.0 (2025-11-26)

Features

  • support item.itemWrapper in AllPagesPannel (#496) (bfaa84b)

Bug Fixes

  • Settings.Item: width of item w/out label (#497) (a71471a)

v3.9.0

24 Nov 16:57
bb67afa

Choose a tag to compare

3.9.0 (2025-11-21)

Features

  • Settings.Item: add the ability to hide item title (#492) (8b257a1)

v3.8.0

21 Nov 09:34
df8c544

Choose a tag to compare

3.8.0 (2025-11-21)

Features

  • PageLayout: support function type for topAlert prop (#491) (7790d8c)