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

Commit 9b046f5

Browse files
committed
chore(release): 4.0.0
1 parent ee3bf0e commit 9b046f5

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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+
## [4.0.0](https://github.com/ghiscoding/angular-slickgrid/compare/v3.3.2...v4.0.0) (2021-12-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* upgrade to Slickgrid-Universal official 1.x major version
11+
* upgrade Angular 13 using Ivy build without UMD bundles
12+
13+
### Features
14+
15+
* **plugins:** use new internal slickgrid-universal plugins ([9ef4651](https://github.com/ghiscoding/angular-slickgrid/commit/9ef46511eab80ab923ff983b02830da0a5f287c1))
16+
17+
18+
### Bug Fixes
19+
20+
* **styling:** better support of auto width on drop menu ([44a979d](https://github.com/ghiscoding/angular-slickgrid/commit/44a979df8e44bfeddb5b709991507998bb121207))
21+
22+
23+
* Merge pull request #864 from ghiscoding/feat/slickgrid-universal-plugins ([ee3bf0e](https://github.com/ghiscoding/angular-slickgrid/commit/ee3bf0ec311ece5836234087668db6b6a9fe0dc7)), closes [#864](https://github.com/ghiscoding/angular-slickgrid/issues/864)
24+
* Merge pull request #857 from ghiscoding/feat/angular13 ([9774b80](https://github.com/ghiscoding/angular-slickgrid/commit/9774b80a7b37940cad5b40a4f060415b0967750b)), closes [#857](https://github.com/ghiscoding/angular-slickgrid/issues/857)
25+
526
### [3.3.2](https://github.com/ghiscoding/angular-slickgrid/compare/v3.3.1...v3.3.2) (2021-11-20)
627

728

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.3.2",
3+
"version": "4.0.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -159,4 +159,4 @@
159159
"node": ">=14.17.0",
160160
"npm": ">=6.14.8"
161161
}
162-
}
162+
}

0 commit comments

Comments
 (0)