Skip to content

Commit da43b76

Browse files
committed
chore(release): publish new version v9.11.0
1 parent 2f32d30 commit da43b76

File tree

52 files changed

+220
-26
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

+220
-26
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
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.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
8+
9+
### Features
10+
11+
* add `useArrowToSlide` to Slider Editor ([#2238](https://github.com/ghiscoding/slickgrid-universal/issues/2238)) ([a11678b](https://github.com/ghiscoding/slickgrid-universal/commit/a11678be4869edac9b6eaf923280a361f82e7415)) - by @ghiscoding
12+
* add new `autoEditByKeypress` to open editor by typing a char, fix [#2185](https://github.com/ghiscoding/slickgrid-universal/issues/2185) ([#2236](https://github.com/ghiscoding/slickgrid-universal/issues/2236)) ([7e3b6e3](https://github.com/ghiscoding/slickgrid-universal/commit/7e3b6e35eed15bd37dc7d14d71f4b42bc82084dd)) - by @ghiscoding
13+
* add new Cell/Row override to Hybrid Selection Model ([#2229](https://github.com/ghiscoding/slickgrid-universal/issues/2229)) ([1471ebb](https://github.com/ghiscoding/slickgrid-universal/commit/1471ebb361bd2d302db7c1cc5e4f14cd06ce6f0c)) - by @ghiscoding
14+
* **angular:** add all event Types to support Strict Templates ([#2243](https://github.com/ghiscoding/slickgrid-universal/issues/2243)) ([3330525](https://github.com/ghiscoding/slickgrid-universal/commit/3330525611989228d4a5fbef8b0f410ccbf45690)) - by @ghiscoding
15+
16+
### Bug Fixes
17+
18+
* add full event Types to Slickgrid-React/Vue ([4766128](https://github.com/ghiscoding/slickgrid-universal/commit/476612899f73f699531b6eef421e9fd055de2380)) - by @ghiscoding
19+
* add missing .js extension which could fail in WebPack ([6a13020](https://github.com/ghiscoding/slickgrid-universal/commit/6a13020fe5f6e89c718ceca6a7560c0f40c488d4)) - by @ghiscoding
20+
* Calendar picker focus should be on selected date/month when opening ([#2239](https://github.com/ghiscoding/slickgrid-universal/issues/2239)) ([fde21b1](https://github.com/ghiscoding/slickgrid-universal/commit/fde21b19def14d6814ed6e26ab185d9f9aa37d18)) - by @ghiscoding
21+
* **deps:** update all non-major dependencies ([#2225](https://github.com/ghiscoding/slickgrid-universal/issues/2225)) ([095de1b](https://github.com/ghiscoding/slickgrid-universal/commit/095de1beeb9f906b0dcddf4819dfeb64bdae68d3)) - by @renovate-bot
22+
* **editors:** clicking outside multiple select (body) call onCellChanged ([#2234](https://github.com/ghiscoding/slickgrid-universal/issues/2234)) ([deb2a13](https://github.com/ghiscoding/slickgrid-universal/commit/deb2a137a19b47aaa851744d4ee418240b3a8a1e)) - by @ghiscoding
23+
* formatting blank date with Tempo shouldn't throw ([#2224](https://github.com/ghiscoding/slickgrid-universal/issues/2224)) ([284121c](https://github.com/ghiscoding/slickgrid-universal/commit/284121cbc7821fff047a98455113690692fb31ca)) - by @ghiscoding
24+
* only show Cell Selection drag handle w/using mixed/cell selection ([#2242](https://github.com/ghiscoding/slickgrid-universal/issues/2242)) ([8a709e7](https://github.com/ghiscoding/slickgrid-universal/commit/8a709e7624a9339951a30fb70ca7d2a4e7aef713)) - by @ghiscoding
25+
* text selection in grid cells ([#2231](https://github.com/ghiscoding/slickgrid-universal/issues/2231)) ([8794deb](https://github.com/ghiscoding/slickgrid-universal/commit/8794deb898cc876cd6a39a1aaefb91079eaefb0e)) - by @ghiscoding
26+
* unable to drag row when the cell formatter renders html elements ([#2240](https://github.com/ghiscoding/slickgrid-universal/issues/2240)) ([36e9579](https://github.com/ghiscoding/slickgrid-universal/commit/36e9579e0978ec403074e48c64d4d00cc3cbaeef)) - by @ghiscoding
27+
728
## [9.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.9.0...v9.10.0) (2025-11-04)
829

930
### Features

demos/aurelia/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.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
8+
9+
### Features
10+
11+
* add new `autoEditByKeypress` to open editor by typing a char, fix [#2185](https://github.com/ghiscoding/slickgrid-universal/issues/2185) ([#2236](https://github.com/ghiscoding/slickgrid-universal/issues/2236)) ([7e3b6e3](https://github.com/ghiscoding/slickgrid-universal/commit/7e3b6e35eed15bd37dc7d14d71f4b42bc82084dd)) - by @ghiscoding
12+
* add new Cell/Row override to Hybrid Selection Model ([#2229](https://github.com/ghiscoding/slickgrid-universal/issues/2229)) ([1471ebb](https://github.com/ghiscoding/slickgrid-universal/commit/1471ebb361bd2d302db7c1cc5e4f14cd06ce6f0c)) - by @ghiscoding
13+
14+
### Bug Fixes
15+
16+
* add full event Types to Slickgrid-React/Vue ([4766128](https://github.com/ghiscoding/slickgrid-universal/commit/476612899f73f699531b6eef421e9fd055de2380)) - by @ghiscoding
17+
718
## [9.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.9.0...v9.10.0) (2025-11-04)
819

920
### 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.10.0",
4+
"version": "9.11.0",
55
"description": "Aurelia-Slickgrid demos",
66
"keywords": [
77
"aurelia",

demos/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
8+
9+
### Features
10+
11+
* add new `autoEditByKeypress` to open editor by typing a char, fix [#2185](https://github.com/ghiscoding/slickgrid-universal/issues/2185) ([#2236](https://github.com/ghiscoding/slickgrid-universal/issues/2236)) ([7e3b6e3](https://github.com/ghiscoding/slickgrid-universal/commit/7e3b6e35eed15bd37dc7d14d71f4b42bc82084dd)) - by @ghiscoding
12+
* add new Cell/Row override to Hybrid Selection Model ([#2229](https://github.com/ghiscoding/slickgrid-universal/issues/2229)) ([1471ebb](https://github.com/ghiscoding/slickgrid-universal/commit/1471ebb361bd2d302db7c1cc5e4f14cd06ce6f0c)) - by @ghiscoding
13+
14+
### Bug Fixes
15+
16+
* add full event Types to Slickgrid-React/Vue ([4766128](https://github.com/ghiscoding/slickgrid-universal/commit/476612899f73f699531b6eef421e9fd055de2380)) - by @ghiscoding
17+
* **deps:** update all non-major dependencies ([#2225](https://github.com/ghiscoding/slickgrid-universal/issues/2225)) ([095de1b](https://github.com/ghiscoding/slickgrid-universal/commit/095de1beeb9f906b0dcddf4819dfeb64bdae68d3)) - by @renovate-bot
18+
719
## [9.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.9.0...v9.10.0) (2025-11-04)
820

921
### 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.10.0",
4+
"version": "9.11.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.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
8+
9+
### Features
10+
11+
* add new `autoEditByKeypress` to open editor by typing a char, fix [#2185](https://github.com/ghiscoding/slickgrid-universal/issues/2185) ([#2236](https://github.com/ghiscoding/slickgrid-universal/issues/2236)) ([7e3b6e3](https://github.com/ghiscoding/slickgrid-universal/commit/7e3b6e35eed15bd37dc7d14d71f4b42bc82084dd)) - by @ghiscoding
12+
* add new Cell/Row override to Hybrid Selection Model ([#2229](https://github.com/ghiscoding/slickgrid-universal/issues/2229)) ([1471ebb](https://github.com/ghiscoding/slickgrid-universal/commit/1471ebb361bd2d302db7c1cc5e4f14cd06ce6f0c)) - by @ghiscoding
13+
14+
### Bug Fixes
15+
16+
* **deps:** update all non-major dependencies ([#2225](https://github.com/ghiscoding/slickgrid-universal/issues/2225)) ([095de1b](https://github.com/ghiscoding/slickgrid-universal/commit/095de1beeb9f906b0dcddf4819dfeb64bdae68d3)) - by @renovate-bot
17+
718
## [9.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.9.0...v9.10.0) (2025-11-04)
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.10.0",
4+
"version": "9.11.0",
55
"scripts": {
66
"build": "pnpm type-check && vite build",
77
"type-check": "tsc --noEmit",

demos/vue/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.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
8+
9+
### Features
10+
11+
* add new `autoEditByKeypress` to open editor by typing a char, fix [#2185](https://github.com/ghiscoding/slickgrid-universal/issues/2185) ([#2236](https://github.com/ghiscoding/slickgrid-universal/issues/2236)) ([7e3b6e3](https://github.com/ghiscoding/slickgrid-universal/commit/7e3b6e35eed15bd37dc7d14d71f4b42bc82084dd)) - by @ghiscoding
12+
* add new Cell/Row override to Hybrid Selection Model ([#2229](https://github.com/ghiscoding/slickgrid-universal/issues/2229)) ([1471ebb](https://github.com/ghiscoding/slickgrid-universal/commit/1471ebb361bd2d302db7c1cc5e4f14cd06ce6f0c)) - by @ghiscoding
13+
14+
### Bug Fixes
15+
16+
* add full event Types to Slickgrid-React/Vue ([4766128](https://github.com/ghiscoding/slickgrid-universal/commit/476612899f73f699531b6eef421e9fd055de2380)) - by @ghiscoding
17+
718
## [9.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.9.0...v9.10.0) (2025-11-04)
819

920
### 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.10.0",
4+
"version": "9.11.0",
55
"type": "module",
66
"author": {
77
"name": "Ghislain B."

frameworks/angular-slickgrid/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.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24)
8+
9+
### Features
10+
11+
* add new `autoEditByKeypress` to open editor by typing a char, fix [#2185](https://github.com/ghiscoding/slickgrid-universal/issues/2185) ([#2236](https://github.com/ghiscoding/slickgrid-universal/issues/2236)) ([7e3b6e3](https://github.com/ghiscoding/slickgrid-universal/commit/7e3b6e35eed15bd37dc7d14d71f4b42bc82084dd)) - by @ghiscoding
12+
* add new Cell/Row override to Hybrid Selection Model ([#2229](https://github.com/ghiscoding/slickgrid-universal/issues/2229)) ([1471ebb](https://github.com/ghiscoding/slickgrid-universal/commit/1471ebb361bd2d302db7c1cc5e4f14cd06ce6f0c)) - by @ghiscoding
13+
* **angular:** add all event Types to support Strict Templates ([#2243](https://github.com/ghiscoding/slickgrid-universal/issues/2243)) ([3330525](https://github.com/ghiscoding/slickgrid-universal/commit/3330525611989228d4a5fbef8b0f410ccbf45690)) - by @ghiscoding
14+
715
## [9.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.9.0...v9.10.0) (2025-11-04)
816

917
### Features

0 commit comments

Comments
 (0)