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

Commit b2fdd2a

Browse files
committed
chore(release): 2.28.2
1 parent b55051b commit b2fdd2a

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
@@ -2,6 +2,15 @@
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+
### [2.28.2](https://github.com/ghiscoding/angular-slickgrid/compare/v2.28.1...v2.28.2) (2021-04-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **footer:** add correct implementation of locale usage in custom footer ([5dcac2f](https://github.com/ghiscoding/angular-slickgrid/commit/5dcac2ff2c64b03c66fcb5f0f06c3aed1cb0cbac))
11+
* **observables:** http cancellable Subject should be unsubscribed ([c439324](https://github.com/ghiscoding/angular-slickgrid/commit/c439324fc0dff4298a5a7cda0d33c6cc1ed6c849))
12+
* **selection:** full row selection should be selected w/show hidden row ([131ada5](https://github.com/ghiscoding/angular-slickgrid/commit/131ada51cb6d52522990e6974ce0d779467bbae9)), closes [#739](https://github.com/ghiscoding/angular-slickgrid/issues/739)
13+
514
### [2.28.1](https://github.com/ghiscoding/angular-slickgrid/compare/v2.28.0...v2.28.1) (2021-04-22)
615

716
## [2.28.0](https://github.com/ghiscoding/angular-slickgrid/compare/v2.27.0...v2.28.0) (2021-04-22)

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

0 commit comments

Comments
 (0)