Skip to content

Releases: gravity-ui/navigation

v3.1.4

09 Mar 09:50
5e8433a
Compare
Choose a tag to compare

3.1.4 (2025-03-09)

Bug Fixes

  • DrawerItem: top value when alert is visible (#404) (35b292c)
  • fixed "Go to ..." links in storybook (#393) (503c19d)

v3.1.3

03 Mar 15:28
2c4fd7c
Compare
Choose a tag to compare

3.1.3 (2025-03-03)

Bug Fixes

v3.1.2

28 Feb 13:07
5cab8d0
Compare
Choose a tag to compare

3.1.2 (2025-02-28)

Bug Fixes

  • Drawer: fixed vertical drawer and styles (#394) (36b1d16)

v3.1.1

26 Feb 14:49
859335b
Compare
Choose a tag to compare

3.1.1 (2025-02-26)

Bug Fixes

  • AsideHeader: return brand colors by default (#389) (f953e26)

v3.1.0

26 Feb 08:18
4df9975
Compare
Choose a tag to compare

3.1.0 (2025-02-26)

Features

v3.0.0

18 Feb 10:35
5932770
Compare
Choose a tag to compare

⚠️ Breaking Changes

Require UIKit 7, Components 4.

"@gravity-ui/uikit": "^7.2.0"
"@gravity-ui/components": "^4.0.0"

AsideHeader, PageHeaderLayout

Change popupOffset property type to number | {mainAxis?: number; crossAxis?: number}.
Deprecate popupAnchor property in SubheaderMenuItem. Use popupAnchorElement instead.
Deprecate onClosePopup property in SubheaderMenuItem. Use onOpenChangePopup instead.
Remove popupContentClassNameproperty in SubheaderMenuItem.

MenuItem, Logo

Change onItemClick property type to

onItemClick?: (
        item: MenuItem,
        collapsed: boolean,
        event: React.MouseEvent<HTMLElement, MouseEvent>,
    ) => void;

FooterItem

Deprecate popupAnchor property. Use popupAnchorElement instead.
Deprecate onClosePopup property. Use onOpenChangePopup instead.
Remove popupContentClassName property.

TopAlert

Rename CSS var --gn-aside-top-panel-height to --gn-top-alert-height.
Rename classname .gn-pane-top to .gn-top-alert.

Drawer

Remove preventScrollBody property. UIKit useBodyScrollLock hook was removed.

Change default Drawer.Item position to fixed. You can manage via CSS API --gn-drawer-item-position

HotkeysPanel

Remove preventScrollBody property. UIKit useBodyScrollLock hook was removed.

Settings.Section

In case with only one Settings.Item in Settings.Section the title is not shown.

Remove showTitle, onlyChild properties.

🚀 Features

MobileHeader

Add TopAlert #303

MenuItem, Logo

Make actions accessible with keyboard #305

AsideHeader, PageHeaderLayout

Change default color theme #357

v2.33.0

10 Feb 09:09
6b4916b
Compare
Choose a tag to compare

2.33.0 (2025-02-10)

Features

v2.32.0

30 Jan 10:07
b93b457
Compare
Choose a tag to compare

2.32.0 (2025-01-30)

Features

  • AsideHeadser: Sort elements in AsideHeader (#337) (b7d3547)

Bug Fixes

v2.31.0

16 Jan 15:38
0f915bc
Compare
Choose a tag to compare

2.31.0 (2025-01-16)

Features

v2.30.0

14 Jan 10:08
95e7100
Compare
Choose a tag to compare

2.30.0 (2025-01-14)

Features

Bug Fixes