Skip to content

Commit

Permalink
[skip ci] [version-bump] Automated commit for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Jan 19, 2024
1 parent 1d68144 commit 89fcbff
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 1 deletion.
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

0 comments on commit 89fcbff

Please sign in to comment.