Skip to content

Commit

Permalink
Merge pull request #328 from Enterwell/main
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
AleksandarDev authored Feb 5, 2024
2 parents e48b5b8 + 19e97b9 commit 7263ace
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/react-mui-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_NOTE: This is an automatically generated file. Do not modify contents of this file manually._

## [0.7.0] - 2024-01-19
### Added
- [useDataGrid] Column pinning support
- [useDataGrid] Column ordering support

### Changed
- [useDataGrid] Properly forwarding the ColDef's `cellClassName` property
- [useDataGrid] `filterChanged` prop renamed to `refreshTable`

### Fixed
- [useDataGrid] Keyboard navigation
- [useDataGrid] Reduced the number of rerenders

## [0.6.0] - 2024-01-04
### Added
- [useDataGrid] Documented props' default values
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enterwell/react-mui-hooks",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_NOTE: This is an automatically generated file. Do not modify contents of this file manually._

## [0.14.0] - 2024-01-26
### Changed
- [Select] The way list decorators are injected

## [0.13.0] - 2024-01-19
### Added
- [ConfirmButton] `iconButton` optional prop

### Fixed
- [DropdownButton] `onClick` prop type

## [0.12.0] - 2024-01-08
### Added
- [ItemAccordion] ItemAccordion component
Expand Down
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enterwell/react-ui",
"description": "Enterwell's React UI component library.",
"version": "0.12.0",
"version": "0.14.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7263ace

Please sign in to comment.