Skip to content

Commit

Permalink
chore(release): publish version 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 1, 2023
1 parent 0b6209c commit d9d97d5
Show file tree
Hide file tree
Showing 40 changed files with 321 additions and 222 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.4.0](https://github.com/6pac/SlickGrid/compare/5.3.1...5.4.0) (2023-11-01)

### Bug Fixes

* dynamically create CSS rules via JS instead of innerHTML ([#883](https://github.com/6pac/SlickGrid/issues/883)) ([a08b0f8](https://github.com/6pac/SlickGrid/commit/a08b0f8f80ec1ce994dd71a3fde20fb85fdb2541)), closes [#878](https://github.com/6pac/SlickGrid/issues/878)
* HeaderMenu `items` prop for sub-menus should be optional ([b5576de](https://github.com/6pac/SlickGrid/commit/b5576de70aabc1af154e88f29cf003288d0dfeb8))
* replace a few innerHTML by more secure alternatives ([#885](https://github.com/6pac/SlickGrid/issues/885)) ([53ab293](https://github.com/6pac/SlickGrid/commit/53ab293e6fc862a2c4fa3729cb11f0b916b66bc2))
* sub-menu event listeners leaking when closing sub-menus ([#888](https://github.com/6pac/SlickGrid/issues/888)) ([338ea2a](https://github.com/6pac/SlickGrid/commit/338ea2aa62337cba37e2e19cf9c6cac5fd884ccd))

## [5.3.1](https://github.com/6pac/SlickGrid/compare/5.3.0...5.3.1) (2023-10-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion dist/browser/controls/slick.columnmenu.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/controls/slick.columnmenu.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/browser/controls/slick.columnpicker.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/controls/slick.columnpicker.js.map

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions dist/browser/controls/slick.gridmenu.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/controls/slick.gridmenu.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/browser/controls/slick.pager.js

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

Loading

0 comments on commit d9d97d5

Please sign in to comment.