Skip to content

Latest commit

 

History

History
361 lines (170 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

361 lines (170 loc) · 17.6 KB

Changelog

0.22.2 (2023-10-04)

Bug Fixes

0.22.1 (2023-10-02)

Bug Fixes

  • AsideHeader: return export AsideHeaderProps (#119) (1ba6f85)
  • CompositeBar: fix stucking multipleTooltip (#117) (be6534e)

0.22.0 (2023-09-29)

Features

  • all-pages-panel: added all pages panel (1ed3ba3)
  • all-pages-panel: added all pages panel (#109) (1ed3ba3)

0.21.1 (2023-09-28)

Bug Fixes

  • CompositeBar/Item: fix odd closing popup by click inside (#114) (cec9812)

0.21.0 (2023-09-27)

Features

  • supported initial search in settings (#112) (b858783)

0.20.0 (2023-09-27)

Features

  • added right adornments for settings items (#110) (fe14e64)

0.19.0 (2023-09-26)

Features

0.18.1 (2023-09-22)

Bug Fixes

0.18.0 (2023-09-21)

Features

  • AsideHeader: move openModalSubscriber prop to AsideHeader (#103) (69ad527)

0.17.0 (2023-09-08)

⚠ BREAKING CHANGES

  • Change defaults for AsideHeader (#99)
    • ASIDE_HEADER_ICON_SIZE = 18px
    • Change subheader and footer icons color. --g-color-text-misc -> --g-color-text-primary
  • Add prefix to css vars (#99)
    • --aside-header-background-color -> --gn-aside-header-background-color
    • --aside-header-collapse-button-divider-line-color -> --gn-aside-header-collapse-button-divider-line-color
    • --aside-header-divider-line-color -> --gn-aside-header-divider-line-color
    • --aside-header-header-divider-line-color -> --gn-aside-header-subheader-divider-line-color

Read more about themization

Features

  • AsideHeader: support highlighted item (#97) (f8c06a1)
  • change defaults, add prefix to css vars (#99) (08a812a)

Bug Fixes

  • CompositeBar: fix multipleTooltip sticking (#100) (420bd6e)

0.16.0 (2023-08-23)

⚠ BREAKING CHANGES

  • support configure (#95)

Features

0.15.0 (2023-08-21)

Features

  • AsideHeader/SubheaderItem: support popup props (#89) (64f24e9)

0.14.0 (2023-08-18)

⚠ BREAKING CHANGES

  • rename CSS namespace (#87)

Features

Bug Fixes

  • remove reexport configure temporary (#90) (e414e2a)
  • storybook: after hide reexport configure (#92) (727086e)

0.13.1 (2023-08-17)

Bug Fixes

0.13.0 (2023-08-17)

Features

  • Item: add ref to itemWrapper options (#84) (1f3be59)
  • supported onClickCapture in Item and FooterItem (#82) (4646563)

0.12.0 (2023-08-15)

Features

0.11.1 (2023-07-26)

Bug Fixes

0.11.0 (2023-07-26)

⚠ BREAKING CHANGES

  • migration on uikit 5 (#71)

Features

0.10.1 (2023-07-26)

Bug Fixes

  • CompositeBar: problem with not working onItemClick prop (#72) (59d4c3d)

0.10.0 (2023-07-25)

Features

0.9.0 (2023-07-04)

Features

0.8.1 (2023-06-23)

Bug Fixes

0.8.0 (2023-06-09)

Features

0.7.0 (2023-06-08)

Features

  • CompositeBar/Item: add popupKeepMounted prop (#55) (88140e8)
  • HotkeysPanel: add component (#53) (86c59bd)

Bug Fixes

  • Logo: disable hover animation on button (#54) (99f2787)

0.6.1 (2023-06-07)

Bug Fixes

0.6.0 (2023-06-07)

Features

  • AsideHeader: add headerDecoration prop (#49) (2e98c65)
  • SettingsMenuMobile: add component (#47) (092b6c4)

0.5.0 (2023-05-11)

Features

0.4.0 (2023-03-06)

Features

Bug Fixes

  • updated README.md storybook link (#40) (511abd9)

0.3.2 (2023-02-17)

Bug Fixes

  • AsideHeader: panel border in High Contrast themes (#37) (340f9bb)
  • Logo: close panels by logo click (#39) (860e8b2)

0.3.1 (2022-12-29)

Bug Fixes

0.3.0 (2022-11-24)

⚠ BREAKING CHANGES

  • Type of FooterItemProps.item.itemWrapper is changed (df865df)

Bug Fixes

  • footer items should be in bottom even if menuItems is empty (d55e55e)

0.2.1 (2022-10-31)

Bug Fixes

0.2.0 (2022-10-31)

Features

Bug Fixes

  • component AsideHeader should be stateless (e2cbd15)
  • onClosePanel should be called before onItemClick (8d0acb5)
  • package-lock.json (#26) (14f012e)
  • set z-index for .ycn-aside-header__content (b793bc6)
  • sticky-element should not be restrict by an extra parent element (5ecfac3)

0.1.0 (2022-10-17)

Features

0.0.7 (2022-10-11)

Bug Fixes

0.0.6 (2022-10-11)

Bug Fixes

0.0.5 (2022-10-11)

Bug Fixes

  • add prepublishOnly script to package.json (#12) (9dd3b74)

0.0.4 (2022-10-10)

Bug Fixes

0.0.3 (2022-09-30)

Features

  • Transfer remaining components (#4) (70b7d5e)

0.0.2 (2022-09-28)

Bug Fixes

0.0.1 (2022-09-27)

chore