Skip to content

Commit

Permalink
New version release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmathew900 committed Apr 16, 2024
1 parent 8276a4a commit 7837bcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -32,10 +36,8 @@ Each change is prefixed with one of these keywords::
<img width="496" alt="Screenshot 2024-04-15 at 7 27 10 PM" src="https://github.com/bigbinary/neeto-ui/assets/48869249/35a20f00-13f2-469a-b00f-5848a4c100e2">
<img width="479" alt="Screenshot 2024-04-15 at 7 25 54 PM" src="https://github.com/bigbinary/neeto-ui/assets/48869249/1c1505de-be74-4253-8721-774e33737917">
Darkmode

<img width="527" alt="Screenshot 2024-04-15 at 7 40 37 PM" src="https://github.com/bigbinary/neeto-ui/assets/48869249/297a9cd4-e56c-4582-82a3-c104a254afc0">
## 6.5.11 - 2024-04-11

Fixed: `antd` Datepicker not validating minDate and maxDate on input date changes.

## 6.5.10 - 2024-04-11
Expand Down Expand Up @@ -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*
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7837bcc

Please sign in to comment.