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

Commit 9c35992

Browse files
committed
chore: release v8.2.0
1 parent e90e67c commit 9c35992

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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.2.0](https://github.com/ghiscoding/angular-slickgrid/compare/v8.1.0...v8.2.0) (2024-06-18)
5+
6+
7+
### Features
8+
9+
* add Footer Totals Row and fix footer styling ([17e798f](https://github.com/ghiscoding/angular-slickgrid/commit/17e798f55ea72968e404607738579eee09384d12))
10+
* add new optional `filterShortcuts` to Column Filter ([b284785](https://github.com/ghiscoding/angular-slickgrid/commit/b28478509c33eb9fd5a31949540163c77921313e))
11+
* paste multiline content as single cell ([7c9fdc0](https://github.com/ghiscoding/angular-slickgrid/commit/7c9fdc06451fe7a805a7699029af853b490baa0e))
12+
413
## [8.1.0](https://github.com/ghiscoding/angular-slickgrid/compare/v8.0.0...v8.1.0) (2024-06-08)
514

615

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": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)