Skip to content

Commit

Permalink
Merge branch 'main' into 1992-ability-to-see-info-about-a-table-column
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjosp authored Dec 28, 2023
2 parents 538a83f + 3c40aad commit a47915e
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.

## 6.0.5 - 2023-12-22

- Fixed: Pane scroll issue.

## 6.0.3 - 2023-12-15

Added: data-cy to *Spinner*
Expand Down Expand Up @@ -81,7 +85,6 @@ Enhanced the responsiveness of the following components
- Removed: Removed Ant Design vendor styles in favor of CSS-in-JS approach.
- Removed: Removed unused components and styles.
- Fixed: Fixed *TimePicker* component dark mode issue.

## 5.2.46 - 2023-12-04

- Added: Logic to handle pagination when the last item from the last page is
Expand Down Expand Up @@ -879,7 +882,6 @@ Changes documentations to sentence case from title casing.
specified maxlength. Character count will be shown only when the input length
reaches 90% of maxlength and changes the state to error when input exceeds the
maxlength

#### Dropdown

- Changed: **BREAKING** Renamed `ulProps` prop to `dropdownProps`
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.0.3-beta",
"version": "6.0.4-beta",
"main": "./index.cjs.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit a47915e

Please sign in to comment.