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

Commit 0d27036

Browse files
committed
chore(release): 2.23.3
1 parent f307af7 commit 0d27036

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.23.3](https://github.com/ghiscoding/angular-slickgrid/compare/v2.23.2...v2.23.3) (2020-12-02)
6+
7+
8+
### Features
9+
10+
* **core:** add enableMouseWheelScrollHandler grid option ([3150124](https://github.com/ghiscoding/angular-slickgrid/commit/31501249701458e07fa8e914b9efee48f8c4e036))
11+
12+
13+
### Bug Fixes
14+
15+
* **core:** showing/hiding column shouldn't affect its freezing position ([7907cb8](https://github.com/ghiscoding/angular-slickgrid/commit/7907cb8c89de067b0a0cb009f7aa110a417b14e7))
16+
* **formatters:** date formatters should accept ISO input & output to US ([482d0f5](https://github.com/ghiscoding/angular-slickgrid/commit/482d0f5d2c9d6ae561d36081917beaf420971726))
17+
518
### [2.23.2](https://github.com/ghiscoding/angular-slickgrid/compare/v2.23.1...v2.23.2) (2020-11-20)
619

720

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": "2.23.2",
3+
"version": "2.23.3",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -178,4 +178,4 @@
178178
"yargs": "^15.4.1",
179179
"zone.js": "~0.9.1"
180180
}
181-
}
181+
}

0 commit comments

Comments
 (0)