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

Commit ce7f4a6

Browse files
committed
chore(release): 4.3.0
1 parent c3fed80 commit ce7f4a6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3.0](https://github.com/ghiscoding/angular-slickgrid/compare/v4.2.7...v4.3.0) (2022-08-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** switch from `jquery-ui-dist` to the official `jquery-ui`
11+
12+
### Bug Fixes
13+
14+
* **collectionAsync:** hidden column does not load edit field selection ([0b2db3d](https://github.com/ghiscoding/angular-slickgrid/commit/0b2db3d3d54e980806659da5441110a83e0ac49c))
15+
* **deps:** switch from `jquery-ui-dist` to the official `jquery-ui` ([29f3ba6](https://github.com/ghiscoding/angular-slickgrid/commit/29f3ba64924bdd9e25aecf0b3b11a9984eb055b7))
16+
517
### [4.2.7](https://github.com/ghiscoding/angular-slickgrid/compare/v4.2.6...v4.2.7) (2022-08-02)
618

719

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

0 commit comments

Comments
 (0)