Skip to content

Commit

Permalink
chore: release v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 31, 2024
1 parent 0797efa commit 3726432
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [5.7.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.6.0...v5.7.0) (2024-08-31)


### Features

* new Drag & Drop to Recycle Bin demo ([#402](https://github.com/ghiscoding/slickgrid-react/issues/402)) ([f6fd61c](https://github.com/ghiscoding/slickgrid-react/commit/f6fd61c293242fde6f4a9139157c08853aae55c8))


### Bug Fixes

* unflattening tree->flat array multiple times ([#403](https://github.com/ghiscoding/slickgrid-react/issues/403)) ([0797efa](https://github.com/ghiscoding/slickgrid-react/commit/0797efae7f72dd93166338370ade30b681e0429d))


### Performance Improvements

* provide PubSub to SlickGrid/DataView avoid looping all events ([#401](https://github.com/ghiscoding/slickgrid-react/issues/401)) ([474f4ba](https://github.com/ghiscoding/slickgrid-react/commit/474f4baa50e0ca53b4c2b025ce5535f70a260aaa))

## [5.6.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.5.2...v5.6.0) (2024-08-24)


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.6.0",
"version": "5.7.0",
"description": "Slickgrid components made available in React",
"keywords": [
"react",
Expand Down Expand Up @@ -176,4 +176,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001655"
}
}
}

0 comments on commit 3726432

Please sign in to comment.