Skip to content

Commit

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

## [8.0.0](https://github.com/ghiscoding/angular-slickgrid/compare/v7.7.0...v8.0.0) (2024-05-23)


### ⚠ BREAKING CHANGES

* upgrade to Angular 18
* make DOMPurify as optional
* migrate from Moment to Tempo
* remove Font-Awesome and use new SVG icons
* **common:** migrate from Flatpickr to Vanilla-Calendar

### Features

* **common:** migrate from Flatpickr to Vanilla-Calendar ([109f155](https://github.com/ghiscoding/angular-slickgrid/commit/109f155ec0a81a604a8ac157d6d4c2e7144df4ec))
* make DOMPurify as optional ([8bb566e](https://github.com/ghiscoding/angular-slickgrid/commit/8bb566eb901e4f44b98414444fc9e53e6f4462aa))
* migrate from Moment to Tempo ([a27b6e9](https://github.com/ghiscoding/angular-slickgrid/commit/a27b6e9cc3c600d33f88bbea523e171b03a41d67))
* remove Font-Awesome and use new SVG icons ([d73cc9c](https://github.com/ghiscoding/angular-slickgrid/commit/d73cc9c9b5b750f63cbad13f875defe45ca775bb))
* upgrade to Angular 18 ([97b27e4](https://github.com/ghiscoding/angular-slickgrid/commit/97b27e494dabef77c4f53a1ecf9f762e3a3badf0))


### Bug Fixes

* **deps:** update all non-major dependencies ([7f4e145](https://github.com/ghiscoding/angular-slickgrid/commit/7f4e1452196a16e75a4ecc5d5f39eb081740ba50))
* small styling issues & better primary color support w/Dark Mode ([01a16e2](https://github.com/ghiscoding/angular-slickgrid/commit/01a16e26d68e2b614d1eaad234fb90f4ecd34433))

# [7.7.0](https://github.com/ghiscoding/angular-slickgrid/compare/v7.6.1...v7.7.0) (2024-04-20)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "7.7.0",
"version": "8.0.0",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -132,4 +132,4 @@
"caniuse-lite": "1.0.30001617",
"semver": "^7.6.2"
}
}
}

0 comments on commit d9f55eb

Please sign in to comment.