Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 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.3.11 - 2025-07-08

- Fixed release workflow.

## 8.3.10 - 2025-06-23

Adds support to display a tooltip over the options in Select dropdown.
Expand Down Expand Up @@ -154,7 +158,6 @@ Fixed data-cy label for *Input*.
## 8.2.53 - 2025-01-23
- Added: `data-cy` label for *ProgressBar*
## 8.2.52 - 2025-01-22

- Fixed TypeError in Pane component.

## 8.2.51 - 2025-01-21
Expand Down Expand Up @@ -445,7 +448,6 @@ Updates all formik components in neetoUI to use status to show server error and
- Improved: Documentation readability.
## 6.8.3 - 2024-06-24
- Added option to pass data-cy to accordion

## 6.8.2 - 2024-06-19

https://navaneeth-d.neetorecord.com/watch/f777bc32-f8f1-4dd0-85bb-04be9c369c7b
Expand Down Expand Up @@ -864,7 +866,6 @@ Removed following components from `neetoui`:
- `Container`
- `Scrollable`
- `Page`

## 4.4.27 - 2023-04-24

- Added: `unlmitedChars` prop to *Input* and *Textarea* and reverted the
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.3.10",
"version": "8.3.11",
"author": "BigBinary",
"license": "MIT",
"description": "neetoUI drives the experience at all neeto products",
Expand Down