Skip to content
Merged

Sync #328

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
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.
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.
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