From c370fa0a4e7b2c5589518112670e9a8bc11ab679 Mon Sep 17 00:00:00 2001 From: qubis741 Date: Wed, 28 Sep 2022 14:39:00 +0200 Subject: [PATCH 1/2] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f011a83d5..69500b7dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "16.2.2", + "version": "16.3.0", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues" From e206fdb92cbbeac137d830ef99a3871212258ae1 Mon Sep 17 00:00:00 2001 From: qubis741 Date: Wed, 28 Sep 2022 14:39:19 +0200 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110fd1387..d05fffe18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Dependency updates + +## [16.3.0] - 2022-09-28 + +### Added + - `DatePickerInput`: `clearable` prop ([@qubis741](https://github.com/qubis741)) in [#2387](https://github.com/teamleadercrm/ui/pull/2387)) - `NumericInput`: Added `decreaseDisabled`, `increaseDisabled`, `onDecreaseMouseDown` and `onIncreaseMouseDown` props which allow fine-grained control over disabling decrease and increase stepper buttons. ([@jelledc](https://github.com/jelledc) in [#2380](https://github.com/teamleadercrm/ui/pull/2380)) @@ -9,16 +23,10 @@ - `DatePicker`: use a fixed amount of weeks to avoid it from jumping up and down when navigating between months ([@lowiebenoot](https://github.com/lowiebenoot)) in [#2384](https://github.com/teamleadercrm/ui/pull/2384)) -### Deprecated - -### Removed - ### Fixed - `Toast`: Update css to ensure toast action has the right color regardless of css order ([@lorgan3](https://github.com/lorgan3)) in [#2388](https://github.com/teamleadercrm/ui/pull/2388)) -### Dependency updates - ## [16.2.2] - 2022-09-26 ### Fixed