Skip to content

Commit

Permalink
chore: release v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 14, 2024
1 parent ca9340d commit 3ffa7d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.11.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.10.2...v5.11.0) (2024-12-14)

### Features

* allow using SlickgridReact component w/o grid options ([#445](https://github.com/ghiscoding/slickgrid-react/issues/445)) ([0b2fb80](https://github.com/ghiscoding/slickgrid-react/commit/0b2fb80c5826792c89ceaec471b8f8e9ca977526))
* dynamically create grid from imported CSV data ([#447](https://github.com/ghiscoding/slickgrid-react/issues/447)) ([0068a33](https://github.com/ghiscoding/slickgrid-react/commit/0068a33c9948cecc41d71baaab43bcae3f480686))

### Bug Fixes

* add missing collection observer to watch changes ([#443](https://github.com/ghiscoding/slickgrid-react/issues/443)) ([ca9340d](https://github.com/ghiscoding/slickgrid-react/commit/ca9340ddbbf5dcb9cfdbe2744a54b02cd31e8d31))

## [5.10.2](https://github.com/ghiscoding/slickgrid-react/compare/v5.10.1...v5.10.2) (2024-11-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slickgrid-react",
"version": "5.10.2",
"version": "5.11.0",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down Expand Up @@ -158,4 +158,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001688"
}
}
}

0 comments on commit 3ffa7d8

Please sign in to comment.