Skip to content

Commit 02bb125

Browse files
committed
chore(release): publish new version v9.12.0
1 parent 0cb1c6e commit 02bb125

File tree

52 files changed

+214
-28
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

+214
-28
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.11.0...v9.12.0) (2025-12-29)
8+
9+
### Features
10+
11+
* add `useArrowToSlide` and `filterWhileSliding` to Slider Filter ([#2257](https://github.com/ghiscoding/slickgrid-universal/issues/2257)) ([dc14f5c](https://github.com/ghiscoding/slickgrid-universal/commit/dc14f5ccbfaf5135981c7ebce43209a91c7edbfb)) - by @ghiscoding
12+
* expose the OnSearchChangeEventArgs ([#2263](https://github.com/ghiscoding/slickgrid-universal/issues/2263)) ([e6edfb5](https://github.com/ghiscoding/slickgrid-universal/commit/e6edfb50d86b73e190862f20419d25d25eda27d1)) - by @zewa666
13+
14+
### Bug Fixes
15+
16+
* **deps:** update all non-major dependencies ([#2252](https://github.com/ghiscoding/slickgrid-universal/issues/2252)) ([a368bfd](https://github.com/ghiscoding/slickgrid-universal/commit/a368bfdeab6629a642fb187071ea6ccfda49fc8a)) - by @renovate-bot
17+
* **deps:** update all non-major dependencies ([#2266](https://github.com/ghiscoding/slickgrid-universal/issues/2266)) ([6af2da6](https://github.com/ghiscoding/slickgrid-universal/commit/6af2da683bd8890d13eff73416105bf18617a8af)) - by @renovate-bot
18+
* **deps:** update all non-major dependencies ([#2288](https://github.com/ghiscoding/slickgrid-universal/issues/2288)) ([67c0630](https://github.com/ghiscoding/slickgrid-universal/commit/67c0630e4a95a65954d841d9b2176352a65cf9ef)) - by @renovate-bot
19+
* HeaderMenu/ColumnPicker hiding column need re-render Header Groups ([#2275](https://github.com/ghiscoding/slickgrid-universal/issues/2275)) ([4295827](https://github.com/ghiscoding/slickgrid-universal/commit/4295827551acff9a97fa8a15b785f0da2697c59c)) - by @ghiscoding
20+
* SlickGrid rendering logic for column resizing ([#2258](https://github.com/ghiscoding/slickgrid-universal/issues/2258)) ([e33bf8d](https://github.com/ghiscoding/slickgrid-universal/commit/e33bf8d938e2a46c8e87ea2afceb888b79385417)) - by @ghiscoding
21+
* stops custom tooltip from flickering when hovered, fixes [#2206](https://github.com/ghiscoding/slickgrid-universal/issues/2206) ([#2207](https://github.com/ghiscoding/slickgrid-universal/issues/2207)) ([0fd47cf](https://github.com/ghiscoding/slickgrid-universal/commit/0fd47cfa6642124106b344314359ef44bbb55f54)) - by @zewa666
22+
* **styling:** use same Bootstrap inputs default bg-color on all filters ([bf0615f](https://github.com/ghiscoding/slickgrid-universal/commit/bf0615fde0553047f2d1ab8498a884e2b99df3f5)) - by @ghiscoding
23+
* use the correct onBeforeSearchChange event interface ([#2264](https://github.com/ghiscoding/slickgrid-universal/issues/2264)) ([24460cc](https://github.com/ghiscoding/slickgrid-universal/commit/24460cc899322d8724b06448e48220a12f805ed2)) - by @ghiscoding
24+
25+
### Performance Improvements
26+
27+
* **export:** improve Excel export responsiveness with periodic yielding ([#2271](https://github.com/ghiscoding/slickgrid-universal/issues/2271)) ([76ae4a3](https://github.com/ghiscoding/slickgrid-universal/commit/76ae4a381c67a1d37fabbe3eec680079f283f8c0)) - by @ghiscoding
28+
729
## [9.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
830

931
### 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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.11.0...v9.12.0) (2025-12-29)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#2266](https://github.com/ghiscoding/slickgrid-universal/issues/2266)) ([6af2da6](https://github.com/ghiscoding/slickgrid-universal/commit/6af2da683bd8890d13eff73416105bf18617a8af)) - by @renovate-bot
12+
713
## [9.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
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.11.0",
4+
"version": "9.12.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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.11.0...v9.12.0) (2025-12-29)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#2266](https://github.com/ghiscoding/slickgrid-universal/issues/2266)) ([6af2da6](https://github.com/ghiscoding/slickgrid-universal/commit/6af2da683bd8890d13eff73416105bf18617a8af)) - by @renovate-bot
12+
* **deps:** update all non-major dependencies ([#2288](https://github.com/ghiscoding/slickgrid-universal/issues/2288)) ([67c0630](https://github.com/ghiscoding/slickgrid-universal/commit/67c0630e4a95a65954d841d9b2176352a65cf9ef)) - by @renovate-bot
13+
714
## [9.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
815

916
### Features

demos/react/package.json

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

demos/vanilla/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.11.0...v9.12.0) (2025-12-29)
8+
9+
### Features
10+
11+
* add `useArrowToSlide` and `filterWhileSliding` to Slider Filter ([#2257](https://github.com/ghiscoding/slickgrid-universal/issues/2257)) ([dc14f5c](https://github.com/ghiscoding/slickgrid-universal/commit/dc14f5ccbfaf5135981c7ebce43209a91c7edbfb)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* **deps:** update all non-major dependencies ([#2252](https://github.com/ghiscoding/slickgrid-universal/issues/2252)) ([a368bfd](https://github.com/ghiscoding/slickgrid-universal/commit/a368bfdeab6629a642fb187071ea6ccfda49fc8a)) - by @renovate-bot
16+
* **deps:** update all non-major dependencies ([#2288](https://github.com/ghiscoding/slickgrid-universal/issues/2288)) ([67c0630](https://github.com/ghiscoding/slickgrid-universal/commit/67c0630e4a95a65954d841d9b2176352a65cf9ef)) - by @renovate-bot
17+
718
## [9.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
819

920
### 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.11.0",
4+
"version": "9.12.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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.11.0...v9.12.0) (2025-12-29)
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([#2288](https://github.com/ghiscoding/slickgrid-universal/issues/2288)) ([67c0630](https://github.com/ghiscoding/slickgrid-universal/commit/67c0630e4a95a65954d841d9b2176352a65cf9ef)) - by @renovate-bot
12+
713
## [9.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
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.11.0",
4+
"version": "9.12.0",
55
"type": "module",
66
"author": {
77
"name": "Ghislain B."

frameworks/angular-slickgrid/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.11.0...v9.12.0) (2025-12-29)
8+
9+
### Features
10+
11+
* add `useArrowToSlide` and `filterWhileSliding` to Slider Filter ([#2257](https://github.com/ghiscoding/slickgrid-universal/issues/2257)) ([dc14f5c](https://github.com/ghiscoding/slickgrid-universal/commit/dc14f5ccbfaf5135981c7ebce43209a91c7edbfb)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* use the correct onBeforeSearchChange event interface ([#2264](https://github.com/ghiscoding/slickgrid-universal/issues/2264)) ([24460cc](https://github.com/ghiscoding/slickgrid-universal/commit/24460cc899322d8724b06448e48220a12f805ed2)) - by @ghiscoding
16+
17+
### Performance Improvements
18+
19+
* **export:** improve Excel export responsiveness with periodic yielding ([#2271](https://github.com/ghiscoding/slickgrid-universal/issues/2271)) ([76ae4a3](https://github.com/ghiscoding/slickgrid-universal/commit/76ae4a381c67a1d37fabbe3eec680079f283f8c0)) - by @ghiscoding
20+
721
## [9.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
822

923
### Features

0 commit comments

Comments
 (0)