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

Commit d9f55eb

Browse files
committed
chore: release v8.0.0
1 parent bc49913 commit d9f55eb

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33

4+
## [8.0.0](https://github.com/ghiscoding/angular-slickgrid/compare/v7.7.0...v8.0.0) (2024-05-23)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* upgrade to Angular 18
10+
* make DOMPurify as optional
11+
* migrate from Moment to Tempo
12+
* remove Font-Awesome and use new SVG icons
13+
* **common:** migrate from Flatpickr to Vanilla-Calendar
14+
15+
### Features
16+
17+
* **common:** migrate from Flatpickr to Vanilla-Calendar ([109f155](https://github.com/ghiscoding/angular-slickgrid/commit/109f155ec0a81a604a8ac157d6d4c2e7144df4ec))
18+
* make DOMPurify as optional ([8bb566e](https://github.com/ghiscoding/angular-slickgrid/commit/8bb566eb901e4f44b98414444fc9e53e6f4462aa))
19+
* migrate from Moment to Tempo ([a27b6e9](https://github.com/ghiscoding/angular-slickgrid/commit/a27b6e9cc3c600d33f88bbea523e171b03a41d67))
20+
* remove Font-Awesome and use new SVG icons ([d73cc9c](https://github.com/ghiscoding/angular-slickgrid/commit/d73cc9c9b5b750f63cbad13f875defe45ca775bb))
21+
* upgrade to Angular 18 ([97b27e4](https://github.com/ghiscoding/angular-slickgrid/commit/97b27e494dabef77c4f53a1ecf9f762e3a3badf0))
22+
23+
24+
### Bug Fixes
25+
26+
* **deps:** update all non-major dependencies ([7f4e145](https://github.com/ghiscoding/angular-slickgrid/commit/7f4e1452196a16e75a4ecc5d5f39eb081740ba50))
27+
* small styling issues & better primary color support w/Dark Mode ([01a16e2](https://github.com/ghiscoding/angular-slickgrid/commit/01a16e26d68e2b614d1eaad234fb90f4ecd34433))
28+
429
# [7.7.0](https://github.com/ghiscoding/angular-slickgrid/compare/v7.6.1...v7.7.0) (2024-04-20)
530

631

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": "7.7.0",
3+
"version": "8.0.0",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -132,4 +132,4 @@
132132
"caniuse-lite": "1.0.30001617",
133133
"semver": "^7.6.2"
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)