This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Releases: teamleadercrm/ui
Releases · teamleadercrm/ui
22.3.5
What's changed
- chore(deps): update actions/checkout digest to 8ade135
- PR: #2773
- chore(deps-dev): bump webpack from 5.82.0 to 5.88.2
- PR: #2777
- chore(deps-dev): bump postcss from 8.4.24 to 8.4.31
- PR: #2779
Select
: make sure there is only one select-overlay element- PR: #2788
Full Changelog: 22.3.4...22.3.5
22.3.4
What's changed
- chore(deps-dev): bump jest-environment-jsdom from 29.6.4 to 29.7.0
- PR: #2763
- Add callback for
onDayClick
toDatePicker
- PR: #2778
Full Changelog: 22.3.3...22.3.4
22.3.3
22.3.2
What's changed
- chore(deps-dev): bump @testing-library/dom from 9.2.0 to 9.3.1
- PR: #2723
- chore(deps-dev): bump jest-environment-jsdom from 29.5.0 to 29.6.4
- PR: #2738
- chore(deps): bump @teamleader/ui-icons from 2.4.0 to 2.5.0
- PR: #2739
- chore(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1
- PR: #2740
- chore(deps-dev): bump @types/node from 18.16.3 to 20.5.9
- PR: #2745
- chore(deps-dev): bump eslint from 8.45.0 to 8.48.0
- PR: #2741
- chore(deps): bump react-resize-detector from 8.0.1 to 9.1.0
- PR: #2742
- chore(deps): bump @teamleader/ui-illustrations from 1.18.0 to 1.19.1
- PR: #2748
- chore(deps-dev): bump @babel/preset-typescript from 7.21.0 to 7.22.15
- PR: #2751
- chore(deps): update actions/checkout action to v4
- PR: #2746
- Added color prop to ProgressStep and activeStepColor to ProgressTracker
- PR: #2752
- Create a new tag when
package.json
is updated with a new version- PR: #2755
- Bump version
- PR: #2756
- Adjust workflow version + bump package
- PR: #2757
Full Changelog: 22.2.2...22.3.2
[22.2.2] - 2023-08-22
[22.2.1] - 2023-07-14
[22.2.1] - 2023-07-13
Fixed
TabGroup
: Use ref.current instead of constant. (@eniskraasniqi1 in #2715)
[22.2.0] - 2023-07-12
[22.2.0] - 2023-07-12
Added
Toggle
: Props labelPosition
and fullWidth
. (@qubis741 in #2710)
Changed
Popover
: Aligned the popover shadows with our design spec. (@lowiebenoot in #2708)
[22.1.1] - 2023-06-14
22.1.0
Added
Menu
: Added option to keep menu open after clicking the child. (@farazatarodi in #2669)
22.0.0
Added
Menu
: If the child is aFragment
element, theonClick
event handler will be passed to its children. (@farazatarodi in #2661)
Changed
Flex
: Added support for allBox
props on theFlex
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 toPopover
(@farazatarodi in #2661)
Fixed
Input
: Fix warning when using input as an uncontrolled component (@lorgan3 in #2652)Menu
: theonClick
event listener is passed to all children (@farazatarodi in #2661)