Skip to content

Commit c18cbb7

Browse files
committed
chore(release): publish new version v9.8.0
1 parent fe0a878 commit c18cbb7

File tree

52 files changed

+186
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+186
-27
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [9.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.7.0...v9.8.0) (2025-08-23)
8+
9+
### Features
10+
11+
* use new Excel Export Streaming API ([#2110](https://github.com/ghiscoding/slickgrid-universal/issues/2110)) ([c05d400](https://github.com/ghiscoding/slickgrid-universal/commit/c05d4004f06e9eab61f56e4b845a9286f1472090)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* changing preset views with hidden cols should render properly ([#2119](https://github.com/ghiscoding/slickgrid-universal/issues/2119)) ([a2a7653](https://github.com/ghiscoding/slickgrid-universal/commit/a2a7653ea3d9ad03459f9a469149d0de045dffc8)) - by @ghiscoding
16+
* column freeze + reorder same order could cause columns misalignment ([#2118](https://github.com/ghiscoding/slickgrid-universal/issues/2118)) ([4c101e3](https://github.com/ghiscoding/slickgrid-universal/commit/4c101e3d9f83b230abaf2d335a515e2c32ab283b)) - by @ghiscoding
17+
* delayed data with Pagination not showing, regressed in [#1363](https://github.com/ghiscoding/slickgrid-universal/issues/1363) ([#2104](https://github.com/ghiscoding/slickgrid-universal/issues/2104)) ([307a078](https://github.com/ghiscoding/slickgrid-universal/commit/307a0784995b3a3bcaa5869e687d311a7fae5fd9)) - by @ghiscoding
18+
* **deps:** update all non-major dependencies ([#2108](https://github.com/ghiscoding/slickgrid-universal/issues/2108)) ([816e329](https://github.com/ghiscoding/slickgrid-universal/commit/816e329cda60c637fccac3e17707669559a8177b)) - by @renovate-bot
19+
* **deps:** update all non-major dependencies ([#2122](https://github.com/ghiscoding/slickgrid-universal/issues/2122)) ([fe0a878](https://github.com/ghiscoding/slickgrid-universal/commit/fe0a8788ab8942edd19f33751baa952b22fa8154)) - by @renovate-bot
20+
* hiding a column, freezing another column should keep freeze index ([#2114](https://github.com/ghiscoding/slickgrid-universal/issues/2114)) ([424a86b](https://github.com/ghiscoding/slickgrid-universal/commit/424a86b4677d6b66e622161693c5b151acb67f80)) - by @ghiscoding
21+
* the Editors.longText wasn't always visible depending on scroll position ([#2113](https://github.com/ghiscoding/slickgrid-universal/issues/2113)) ([afa9073](https://github.com/ghiscoding/slickgrid-universal/commit/afa9073e8bb7b9077d0b403d49a35590b255ba72)) - by @ghiscoding
22+
723
## [9.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.6.1...v9.7.0) (2025-08-12)
824

925
### Features

demos/aurelia/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [9.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.7.0...v9.8.0) (2025-08-23)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#2122](https://github.com/ghiscoding/slickgrid-universal/issues/2122)) ([fe0a878](https://github.com/ghiscoding/slickgrid-universal/commit/fe0a8788ab8942edd19f33751baa952b22fa8154)) - by @renovate-bot
12+
713
## [9.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.6.1...v9.7.0) (2025-08-12)
814

915
### Features

demos/aurelia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aurelia-slickgrid-demo",
33
"private": true,
4-
"version": "9.7.0",
4+
"version": "9.8.0",
55
"description": "Aurelia-Slickgrid demos",
66
"keywords": [
77
"aurelia",

demos/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [9.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.7.0...v9.8.0) (2025-08-23)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#2108](https://github.com/ghiscoding/slickgrid-universal/issues/2108)) ([816e329](https://github.com/ghiscoding/slickgrid-universal/commit/816e329cda60c637fccac3e17707669559a8177b)) - by @renovate-bot
12+
* **deps:** update all non-major dependencies ([#2122](https://github.com/ghiscoding/slickgrid-universal/issues/2122)) ([fe0a878](https://github.com/ghiscoding/slickgrid-universal/commit/fe0a8788ab8942edd19f33751baa952b22fa8154)) - by @renovate-bot
13+
714
## [9.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.6.1...v9.7.0) (2025-08-12)
815

916
### Features

demos/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slickgrid-react-demo",
33
"private": true,
4-
"version": "9.7.0",
4+
"version": "9.8.0",
55
"description": "Slickgrid-React demo",
66
"keywords": [
77
"react",
@@ -62,9 +62,9 @@
6262
"@types/react-dom": "^19.1.7",
6363
"@types/sortablejs": "catalog:",
6464
"@vitejs/plugin-react": "catalog:",
65+
"cross-env": "catalog:",
6566
"cypress": "catalog:",
6667
"cypress-real-events": "catalog:",
67-
"cross-env": "catalog:",
6868
"globals": "catalog:",
6969
"regenerator-runtime": "^0.14.1",
7070
"rxjs": "catalog:",

demos/vanilla/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [9.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.7.0...v9.8.0) (2025-08-23)
8+
9+
### Bug Fixes
10+
11+
* changing preset views with hidden cols should render properly ([#2119](https://github.com/ghiscoding/slickgrid-universal/issues/2119)) ([a2a7653](https://github.com/ghiscoding/slickgrid-universal/commit/a2a7653ea3d9ad03459f9a469149d0de045dffc8)) - by @ghiscoding
12+
* delayed data with Pagination not showing, regressed in [#1363](https://github.com/ghiscoding/slickgrid-universal/issues/1363) ([#2104](https://github.com/ghiscoding/slickgrid-universal/issues/2104)) ([307a078](https://github.com/ghiscoding/slickgrid-universal/commit/307a0784995b3a3bcaa5869e687d311a7fae5fd9)) - by @ghiscoding
13+
* hiding a column, freezing another column should keep freeze index ([#2114](https://github.com/ghiscoding/slickgrid-universal/issues/2114)) ([424a86b](https://github.com/ghiscoding/slickgrid-universal/commit/424a86b4677d6b66e622161693c5b151acb67f80)) - by @ghiscoding
14+
715
## [9.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.6.1...v9.7.0) (2025-08-12)
816

917
### Features

demos/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vanilla-demo",
33
"private": true,
4-
"version": "9.7.0",
4+
"version": "9.8.0",
55
"scripts": {
66
"build": "pnpm type-check && vite build",
77
"type-check": "tsc --noEmit",

demos/vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [9.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.7.0...v9.8.0) (2025-08-23)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#2122](https://github.com/ghiscoding/slickgrid-universal/issues/2122)) ([fe0a878](https://github.com/ghiscoding/slickgrid-universal/commit/fe0a8788ab8942edd19f33751baa952b22fa8154)) - by @renovate-bot
12+
713
## [9.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.6.1...v9.7.0) (2025-08-12)
814

915
### Features

demos/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slickgrid-vue-demo",
33
"private": true,
4-
"version": "9.7.0",
4+
"version": "9.8.0",
55
"type": "module",
66
"author": {
77
"name": "Ghislain B."

frameworks/angular-slickgrid/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [9.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.7.0...v9.8.0) (2025-08-23)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#2122](https://github.com/ghiscoding/slickgrid-universal/issues/2122)) ([fe0a878](https://github.com/ghiscoding/slickgrid-universal/commit/fe0a8788ab8942edd19f33751baa952b22fa8154)) - by @renovate-bot
12+
* hiding a column, freezing another column should keep freeze index ([#2114](https://github.com/ghiscoding/slickgrid-universal/issues/2114)) ([424a86b](https://github.com/ghiscoding/slickgrid-universal/commit/424a86b4677d6b66e622161693c5b151acb67f80)) - by @ghiscoding
13+
714
## [9.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.6.1...v9.7.0) (2025-08-12)
815

916
### Features

0 commit comments

Comments
 (0)