|
4 | 4 | All notable changes to this project will be documented in this file. |
5 | 5 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
6 | 6 |
|
| 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 | + |
7 | 29 | ## [9.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v9.10.0...v9.11.0) (2025-11-24) |
8 | 30 |
|
9 | 31 | ### Features |
|
0 commit comments