Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Releases: teamleadercrm/ui

22.3.5

18 Oct 09:41
583ff3f
Compare
Choose a tag to compare

What's changed

  • chore(deps): update actions/checkout digest to 8ade135
  • chore(deps-dev): bump webpack from 5.82.0 to 5.88.2
  • chore(deps-dev): bump postcss from 8.4.24 to 8.4.31
  • Select: make sure there is only one select-overlay element

Full Changelog: 22.3.4...22.3.5

22.3.4

03 Oct 10:11
de6807e
Compare
Choose a tag to compare

What's changed

  • chore(deps-dev): bump jest-environment-jsdom from 29.6.4 to 29.7.0
  • Add callback for onDayClick to DatePicker

Full Changelog: 22.3.3...22.3.4

22.3.3

13 Sep 12:20
29b0062
Compare
Choose a tag to compare

What's changed

  • Duplicate task
  • Update actions/checkout action to v4
  • chore(deps-dev): bump prettier from 2.8.0 to 3.0.3
  • chore(deps-dev): bump chromatic from 6.19.9 to 7.1.0
  • Upgrade luxon

Full Changelog: 22.3.2...22.3.3

22.3.2

08 Sep 11:54
8bf5750
Compare
Choose a tag to compare

What's changed

  • chore(deps-dev): bump @testing-library/dom from 9.2.0 to 9.3.1
  • chore(deps-dev): bump jest-environment-jsdom from 29.5.0 to 29.6.4
  • chore(deps): bump @teamleader/ui-icons from 2.4.0 to 2.5.0
  • chore(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1
  • chore(deps-dev): bump @types/node from 18.16.3 to 20.5.9
  • chore(deps-dev): bump eslint from 8.45.0 to 8.48.0
  • chore(deps): bump react-resize-detector from 8.0.1 to 9.1.0
  • chore(deps): bump @teamleader/ui-illustrations from 1.18.0 to 1.19.1
  • chore(deps-dev): bump @babel/preset-typescript from 7.21.0 to 7.22.15
  • chore(deps): update actions/checkout action to v4
  • Added color prop to ProgressStep and activeStepColor to ProgressTracker
  • Create a new tag when package.json is updated with a new version
  • Bump version
  • Adjust workflow version + bump package

Full Changelog: 22.2.2...22.3.2

[22.2.2] - 2023-08-22

22 Aug 11:56
3d6578c
Compare
Choose a tag to compare

Fixed

Select: Fix that selecting long options causes the select to grow in firefox. (@lorgan3 in #2735)

[22.2.1] - 2023-07-14

14 Jul 05:19
aef0530
Compare
Choose a tag to compare

[22.2.1] - 2023-07-13

Fixed

TabGroup: Use ref.current instead of constant. (@eniskraasniqi1 in #2715)

[22.2.0] - 2023-07-12

12 Jul 12:51
74d88f8
Compare
Choose a tag to compare

[22.2.0] - 2023-07-12

Added

Toggle: Props labelPosition and fullWidth. (@qubis741 in #2710)

Changed

[22.1.1] - 2023-06-14

14 Jun 08:22
cf733a6
Compare
Choose a tag to compare

Fixed

  • ToastContainer: Fixed all toasts being re-added when removing a toast in the middle of the stack. (@lorgan3 in #2682)

22.1.0

01 Jun 08:47
d2997b8
Compare
Choose a tag to compare

Added

22.0.0

31 May 11:17
82a7a3c
Compare
Choose a tag to compare

Added

  • Menu: If the child is a Fragment element, the onClick event handler will be passed to its children. (@farazatarodi in #2661)

Changed

  • Flex: Added support for all Box props on the Flex component (@lowiebenoot in #2660)
  • Flex: Allow reverse flex directions as well (@lowiebenoot in #2660)
  • [BREAKING] Menu: Menu is now rendered through a portal if the position is not static (@farazatarodi in #2661)
  • Menu: Menu uses an overlay to detect clicks outside of it and to lock scroll, similar to Popover (@farazatarodi in #2661)

Fixed

  • Input: Fix warning when using input as an uncontrolled component (@lorgan3 in #2652)
  • Menu: the onClick event listener is passed to all children (@farazatarodi in #2661)