Skip to content

Latest commit

 

History

History
209 lines (73 loc) · 8.27 KB

CHANGELOG.md

File metadata and controls

209 lines (73 loc) · 8.27 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.1 (2022-02-28)

Bug Fixes

  • atoms: add waitForNetworkIdle to kiwi-modal e2e test (1dce400)
  • atoms: fix scrolling for consecutive modals (e7d54e6)
  • atoms: improve storybook configuration (a0cef04)
  • atoms: remove unnecessary console logs (156703b)

0.9.0 (2022-02-03)

Features

  • kiwi-atoms: kiwi-dropdown can now close on content click with optional property "closeOnContentClick", property "containerClass" is now optional (fa946e5)

0.8.3 (2022-01-26)

Bug Fixes

  • kiwi-atoms: fix dropdown positioning at right screen edge (3b39233)
  • kiwi-atoms: fix dropdown positioning at right screen edge - additional code review fixes (7aa6af8)
  • kiwi-atoms: fix dropdown positioning at right screen edge, use negative margins for positioning (1635c2b)
  • kiwi-atoms: fix dropdown positioning at right screen edge. User transform:translate(...) instead of translate:... to position the dropdown menu (4107e0a)

0.8.2 (2021-10-07)

Note: Version bump only for package @kiwigrid/kiwi-atoms

0.8.1 (2021-10-07)

Bug Fixes

  • kiwi-atoms: emit pageChanged on button click (16b7c4f)

0.8.0 (2021-07-21)

Bug Fixes

  • kiwi-atoms: fix JSX imports (7cd986a)

Features

  • kiwi-atoms: add button debounce to pager (8620b1d)
  • kiwi-atoms: remove kiwi-link (58bcc44)

0.7.0 (2021-07-20)

Features

  • kiwi-atoms: add size parameter to kiwi-modal (ce43424)

0.6.0 (2021-02-16)

Features

  • kiwi-atoms: add heading panel (175ac17)

0.5.0 (2021-01-28)

Features

  • kiwi-atoms: make i18next instance a prop (87a080e)

0.4.1 (2021-01-15)

Note: Version bump only for package @kiwigrid/kiwi-atoms

0.4.0 (2020-12-04)

Bug Fixes

  • kiwi-atoms: "previous"-button in kiwi-modal is now on the left side (f1a3764)
  • kiwi-atoms: fix handling classes of kiwi-modal onLoad (a7faa20)
  • kiwi-atoms: fixed scrolling for long kiwi-modals, added delays for class changes so css transitions can actually be seen (0d52c5c)
  • kiwi-atoms: kiwi-alert was missing "display: block;" css (51f0114)
  • kiwi-atoms: refactor kiwi-toast interfaces (97dc9fd)
  • kiwi-atoms: refactored kiwi-toasts to use an array instead of object internally, toasts now get shown on the top of the page (3e5420d)
  • kiwi-atoms: update dependencies (930abcd)
  • kiwi-atoms: updated snapshots of kiwi-alert (f830d6b)

Features

  • kiwi-atoms: added kiwi-toasts component, extended kiwi-alert with success type (89fb7ad)
  • kiwi-atoms: added stepping to kiwi-modal (e7e3bc9)

0.3.0 (2020-11-13)

Features

  • kiwi-atoms: add more atoms (2f60532)
  • kiwi-atoms: added kiwi-empty component (6764eb6)

0.2.2 (2020-09-13)

Note: Version bump only for package @kiwigrid/kiwi-atoms

0.2.1 (2020-08-31)

Bug Fixes

  • kiwi-atoms: kiwi-modal now closes on click outside of it (2ff6b01)

0.2.0 (2020-08-17)

Features

  • kiwi-atoms: added new component kiwi-modal (b4361a5)

0.1.1 (2020-08-05)

Bug Fixes

  • kiwi-atoms: expose i18next t function in kiwi-i18next-provider (22d8f42)

0.1.0 (2020-08-03)

Bug Fixes

  • kiwi-atoms: fix kiwi-i18next-provider spec test (23c2d66)

Features

  • kiwi-atoms: added atom components package (f2be86f)