From 7837bccd85e3429d01bb509a62f875ffd7a0df1a Mon Sep 17 00:00:00 2001 From: josephmathew900 Date: Tue, 16 Apr 2024 15:15:28 +0000 Subject: [PATCH] New version release --- CHANGELOG.md | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91af9a5b8..87135065b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ Each change is prefixed with one of these keywords:: - *Fixed*: Denotes bug fixes. - *Security*: Pertains to actions taken in response to vulnerabilities. +## 6.5.13 - 2024-04-16 + +Fixes the occasional scrollbar that appears when the input height is calculated based on the content in the value change handler. + ## 6.5.12 - 2024-04-15 - Added: Customizable border to Popover arrow. @@ -32,10 +36,8 @@ Each change is prefixed with one of these keywords:: Screenshot 2024-04-15 at 7 27 10 PM Screenshot 2024-04-15 at 7 25 54 PM Darkmode - Screenshot 2024-04-15 at 7 40 37 PM ## 6.5.11 - 2024-04-11 - Fixed: `antd` Datepicker not validating minDate and maxDate on input date changes. ## 6.5.10 - 2024-04-11 @@ -73,7 +75,6 @@ Added: minDateTime and maxDateTime prop. ## 6.3.10 - 2024-03-20 While changing the page for multi-paged table, the selected rows will not be deselected. - ## 6.3.9 - 2024-03-20 - Added: Support for overriding the dropdown props in the *ColorPicker* @@ -256,7 +257,6 @@ Added: *Stepper* component. ## 5.2.27 - 2023-11-08 Changed: Updated instances of `@reach/autoid` with React `useId` ## 5.2.26 - 2023-11-08 - - Changed: pagination button size from `32px` to `28px`. - Changed: reduced pagination margin top and margin bottom values to make it more compact. @@ -1035,7 +1035,6 @@ Changes documentations to sentence case from title casing. ## 3.5.9 - 2022-07-05 - Fixed: Checkbox in *Table* component cut off in lower screen resolutions. ## 3.5.8 - 2022-07-01 - - Fixed: Error when handling `axios` error objects with `undefined` response in `Toastr.error` diff --git a/package.json b/package.json index 177b23285..dde4b4fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigbinary/neetoui", - "version": "6.5.12", + "version": "6.5.13", "author": "BigBinary", "license": "MIT", "description": "neetoUI drives the experience at all neeto products",