Skip to content

Commit

Permalink
chore: release v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 23, 2024
1 parent fc2d1a4 commit 294cf3c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.6.0](https://github.com/ghiscoding/angular-slickgrid/compare/v7.5.0...v7.6.0) (2024-03-23)


### Bug Fixes

* Filter `model` is now `FilterConstructor` and shouldn't be newed ([6831c53](https://github.com/ghiscoding/angular-slickgrid/commit/6831c53b4fc4c9c7ec23358a088a0050e2c9b7a9))
* hide Toggle Dark Mode from Grid Menu by default ([6ccd6f3](https://github.com/ghiscoding/angular-slickgrid/commit/6ccd6f35f7eb0e27d76ddd0dcf598bf14ca9a55d))


### Features

* rename SG `editorClass` & deprecate `internalColumnEditor` ([e9664e0](https://github.com/ghiscoding/angular-slickgrid/commit/e9664e0525d2bcd7f7e7ce7c504597fd88c58528))

# [7.5.0](https://github.com/ghiscoding/angular-slickgrid/compare/v7.4.1...v7.5.0) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "7.5.0",
"version": "7.6.0",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down

0 comments on commit 294cf3c

Please sign in to comment.