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

Commit fb5d656

Browse files
committed
chore(release): 3.1.0
1 parent 2c7290c commit fb5d656

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.1.0](https://github.com/ghiscoding/angular-slickgrid/compare/v3.0.5...v3.1.0) (2021-09-09)
6+
7+
8+
### Features
9+
10+
* **backend:** rollback on error & add cancellable events ([d3f31d7](https://github.com/ghiscoding/angular-slickgrid/commit/d3f31d773322e51b667164826ddde1dbd62de4e3))
11+
* **tree:** add `dynamicallyToggledItemState` method to toggle parent(s) ([afb61cf](https://github.com/ghiscoding/angular-slickgrid/commit/afb61cf9caee78f6620550c1e6f00a841c9a1d83))
12+
13+
14+
### Bug Fixes
15+
16+
* **composite:** calling Edit change shouldn't affect Mass-Update ([b25d56d](https://github.com/ghiscoding/angular-slickgrid/commit/b25d56d4a52785de186f03d2d8db481b07af7925))
17+
* custom pagination should work & also fix Cypress test ([2d8bf08](https://github.com/ghiscoding/angular-slickgrid/commit/2d8bf081df693a0daced0a3138399fb72725be66))
18+
* **footer): usefix(footer:** use `getFilteredItemCount` to show correct item count ([fbee1a1](https://github.com/ghiscoding/angular-slickgrid/commit/fbee1a12f321f0020c8f68cfddd934de5bf7b5ca)), closes [#469](https://github.com/ghiscoding/angular-slickgrid/issues/469) [#469](https://github.com/ghiscoding/angular-slickgrid/issues/469) [#469](https://github.com/ghiscoding/angular-slickgrid/issues/469)
19+
* **grid:** invalidate grid after setItems to re-render grid ([4feebc8](https://github.com/ghiscoding/angular-slickgrid/commit/4feebc877acaa2e2781bd09e8694db4f52a3123e)), closes [#820](https://github.com/ghiscoding/angular-slickgrid/issues/820)
20+
* **grouping:** Draggable Grouping should clear preheader when called ([8621c67](https://github.com/ghiscoding/angular-slickgrid/commit/8621c678a80bcdb4c45522788ad9b6f32b6f115b))
21+
522
### [3.0.5](https://github.com/ghiscoding/angular-slickgrid/compare/v3.0.4...v3.0.5) (2021-07-23)
623

724
### [3.0.4](https://github.com/ghiscoding/angular-slickgrid/compare/v3.0.3...v3.0.4) (2021-07-20)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -165,4 +165,4 @@
165165
"node": ">=14.15.0",
166166
"npm": ">=6.14.8"
167167
}
168-
}
168+
}

0 commit comments

Comments
 (0)