Skip to content

Commit 5d8d115

Browse files
committed
chore: release v8.9.0
1 parent d549239 commit 5d8d115

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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+
## [8.9.0](https://github.com/ghiscoding/angular-slickgrid/compare/v8.8.1...v8.9.0) (2024-10-19)
5+
6+
7+
### Features
8+
9+
* allow providing a Custom Pagination Component ([b677009](https://github.com/ghiscoding/angular-slickgrid/commit/b6770090a80483cbe594ceeb37ba55a51a5c354a))
10+
11+
12+
### Bug Fixes
13+
14+
* Row Detail redraw all Views when GridMenu/ColPicker columns changes ([039260c](https://github.com/ghiscoding/angular-slickgrid/commit/039260ca9f48900a24450a59b8679e9801769b0c))
15+
416
## [8.8.1](https://github.com/ghiscoding/angular-slickgrid/compare/v8.7.0...v8.8.1) (2024-09-29)
517

618

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "8.8.1",
3+
"version": "8.9.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)