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

Commit ef6d6fe

Browse files
committed
chore: release v7.4.0
1 parent 3e4dc70 commit ef6d6fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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+
# [7.4.0](https://github.com/ghiscoding/angular-slickgrid/compare/v7.3.1...v7.4.0) (2024-02-13)
5+
6+
7+
### Bug Fixes
8+
9+
* **build:** add compilation mode to fix npm publish ([3e4dc70](https://github.com/ghiscoding/angular-slickgrid/commit/3e4dc7084c4757930e51c7fe9909fb816fefafec))
10+
* change namespace imports to ESM default imports. Fixes Angular esbuild error on DomPurify with rowDetailView and no pre/post template [#1362](https://github.com/ghiscoding/angular-slickgrid/issues/1362) ([fac2b37](https://github.com/ghiscoding/angular-slickgrid/commit/fac2b37a179f0f601ec36608c5bc2454a5073d34))
11+
* **demo:** change trading demo full screen z-index lower than ms-select ([ae57fbe](https://github.com/ghiscoding/angular-slickgrid/commit/ae57fbeda1d07577f32df2716cb2c38ea346ca81))
12+
13+
14+
### Features
15+
16+
* **ExcelExport:** migrate to Excel-Builder-Vanilla (ESM) ([823317b](https://github.com/ghiscoding/angular-slickgrid/commit/823317bf67d4b2bb05c9d986f893f36e95cc5c8b))
17+
418
## [7.3.1](https://github.com/ghiscoding/angular-slickgrid/compare/v7.3.0...v7.3.1) (2024-01-27)
519

620

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

0 commit comments

Comments
 (0)