Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit a37b052

Browse files
committed
chore: release v5.1.2
1 parent 42046d0 commit a37b052

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33

4+
## [5.1.2](https://github.com/ghiscoding/angular-slickgrid/compare/v5.1.1...v5.1.2) (2022-12-02)
5+
6+
7+
### Bug Fixes
8+
9+
* **addons:** onGroupChanged callback should be executed with Draggable ([ff08f4b](https://github.com/ghiscoding/angular-slickgrid/commit/ff08f4b7b6fcd5ecf0b2345d13f5fb4e4049c2dd))
10+
* **core:** grid service `resetGrid` method wasn't always resetting ([a5bf5f1](https://github.com/ghiscoding/angular-slickgrid/commit/a5bf5f14d9e9c6131f92bbc2caf2e9068dc7f5af))
11+
412
## [5.1.1](https://github.com/ghiscoding/angular-slickgrid/compare/v5.1.0...v5.1.1) (2022-11-19)
513

614
# Change Log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)