Skip to content

Commit

Permalink
chore(release): publish version 5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 18, 2025
1 parent dcc4bf5 commit f8a8e8f
Show file tree
Hide file tree
Showing 50 changed files with 2,023 additions and 852 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/6pac/SlickGrid/compare/5.14.3...5.15.0) (2025-01-18)

### Bug Fixes

* add "frozen" class to all slick-pane for easier styling ([#1089](https://github.com/6pac/SlickGrid/issues/1089)) ([967c9d8](https://github.com/6pac/SlickGrid/commit/967c9d8caeb05b636343f2e1181285177eb92722))
* add missing key shortcuts for grid navigation & cell selections ([#1093](https://github.com/6pac/SlickGrid/issues/1093)) ([91e7c8b](https://github.com/6pac/SlickGrid/commit/91e7c8b37949b7b75d01be76f362d27386adfc58))
* never activate more than 1 cell, clear any previous active CSS class ([#1100](https://github.com/6pac/SlickGrid/issues/1100)) ([7ff7170](https://github.com/6pac/SlickGrid/commit/7ff71701c6171ed90e5d12978ea873841ecb87ce))
* remove "active" CSS classes before navigating to another cell ([#1095](https://github.com/6pac/SlickGrid/issues/1095)) ([8a8d3f4](https://github.com/6pac/SlickGrid/commit/8a8d3f41b164a2ee5d2d18a1c3feae2316c3850d))
* shift+mousewheel should scroll horizontally, fixes [#1094](https://github.com/6pac/SlickGrid/issues/1094) ([#1096](https://github.com/6pac/SlickGrid/issues/1096)) ([5003565](https://github.com/6pac/SlickGrid/commit/5003565a12d578b81aa30b04b785b0b33186bff3))

### Features

* add Custom Global Item Data Provider, closes [#262](https://github.com/6pac/SlickGrid/issues/262) ([#1097](https://github.com/6pac/SlickGrid/issues/1097)) ([5be6fa0](https://github.com/6pac/SlickGrid/commit/5be6fa02f9a18a34715650c5829a410e5eb01142))
* add final rowspan implementation ([#1101](https://github.com/6pac/SlickGrid/issues/1101)) ([2e65fa8](https://github.com/6pac/SlickGrid/commit/2e65fa8da2abcff5e279a0cf52afab6a537ba8d9))

# Change Log

All notable changes to this project will be documented in this file.

See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.14.3](https://github.com/6pac/SlickGrid/compare/5.14.2...5.14.3) (2024-11-28)

### Bug Fixes
Expand Down
10 changes: 6 additions & 4 deletions dist/browser/plugins/slick.cellselectionmodel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/browser/plugins/slick.cellselectionmodel.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/browser/slick.compositeeditor.js.map

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions dist/browser/slick.dataview.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/browser/slick.dataview.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f8a8e8f

Please sign in to comment.