Skip to content

Releases: ghiscoding/slickgrid-universal

v2.0.0-alpha.0

15 Oct 05:28
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

2.0.0-alpha.0 (2022-10-15)

Quick Summary

This is an alpha release of the next major (breaking) version

Bug Fixes

- Features

v1.4.0

15 Aug 19:37
Compare
Choose a tag to compare

1.4.0 (2022-08-15)

Release info

An important note in this release was the removal of the jquery-ui-dist dependency in order to update to the latest jQueryUI which fixed an XSS security issue identified in jQueryUI, see https://blog.jqueryui.com/

  • jquery-ui-dist was used because it was an all-in-one dist and minified build but it was created by an external user and is not the official, neither maintained, by the jQueryUI team and is now also falling behind in terms of their version and because of that it is missing out these important patched security fixes, so it is preferable to switch to the official package and that is what we've done in this new release.

Bug Fixes

Features

v1.3.7

02 Aug 19:19
Compare
Choose a tag to compare

1.3.7 (2022-08-02)

Bug Fixes

v1.3.6

28 Jul 21:31
Compare
Choose a tag to compare

1.3.6 (2022-07-28)

Bug Fixes

  • deps: loosen up RxJS min version to avoid interface out of sync (54ef4ad) - by @ghiscoding

v1.3.5

28 Jul 20:35
Compare
Choose a tag to compare

1.3.5 (2022-07-28)

Bug Fixes

  • build: use workspace:~ to avoid multiple versions d/l on ext libs (3ca1943) - by @ghiscoding

v1.3.4

28 Jul 20:13
Compare
Choose a tag to compare

1.3.4 (2022-07-28)

Bug Fixes

v1.3.3

07 Jul 03:08
Compare
Choose a tag to compare

1.3.3 (2022-07-07)

Bug Fixes

  • common: remove dispose method from container service abstract class (838fc54)

v1.3.2

06 Jul 19:26
Compare
Choose a tag to compare

1.3.2 (2022-07-06)

Bug Fixes

  • composite: selected row count always 0 on mass-selected (#712) (ec42dc7)
  • deps: update all non-major dependencies (230291c)

v1.3.0

18 Jun 17:47
Compare
Choose a tag to compare

1.3.0 (2022-06-18)

Release info

New release to use latest jQuery/jQueryUI versions to fix security issues and we also have a new ViteJS demo
Slickgrid-Universal-Vite-Demo

Features

  • core: upgrade to jQuery 3.6 and jQuery-UI 1.13 (84b09dc)

Bug Fixes

  • deps: add missing depency in vanilla bundle package (fa08fe6)
  • deps: add missing dependencies in child package (97d0230)
  • deps: update all non-major dependencies (5097cea)
  • deps: update yarn lock file (0bd337f)
  • deps: use chore dependency package name (2fce29c)

v1.2.6

19 Mar 05:46
Compare
Choose a tag to compare

1.2.6 (2022-03-19)

Bug Fixes

  • core: use latest Flatpickr version to fix leak in it (0f68f51)