Skip to content

Commit

Permalink
New version release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmathew900 committed Nov 27, 2024
1 parent 938f5bd commit fb8fe28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 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.

## 8.2.39 - 2024-11-27

- Updates the value and default value fixed to the allowed range only if the user has touched the fields. This will fix the values outside the allowed ranges until not properly rendered initially.

## 8.2.36 - 2024-11-12

- Removed the toastr icon by default.
Expand Down Expand Up @@ -191,7 +195,6 @@ Updates all formik components in neetoUI to use status to show server error and
- Updated: `--neeto-ui-gray-100` from `#f8f9f9` to `#f6f7f8`.
- Added: `--neeto-ui-gray-50` - `#fafafa`.
- Updated: `--neeto-ui-primary-800` from `#2d36d4` to `#006653`.

- Updated: `--neeto-ui-primary-600` from `#3642df` to `#007a64`.

- Updated: `--neeto-ui-primary-500` from `#4558f9` to `#008068`.
Expand Down Expand Up @@ -648,7 +651,6 @@ Added: `rejectCharsRegex` prop to *Input* component.
- Fixed: Handled dot paths in *ScrollToErrorField*.
## 5.1.3 - 2023-08-02
- Fixed: Disabled click in selected option close button if select is disabled.

## 5.1.2 - 2023-08-02

- FIxed: Updated deprecated CSS property `color-adjust`
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": "8.2.38",
"version": "8.2.39",
"author": "BigBinary",
"license": "MIT",
"description": "neetoUI drives the experience at all neeto products",
Expand Down

0 comments on commit fb8fe28

Please sign in to comment.