Releases: ghiscoding/slickgrid-universal
Releases · ghiscoding/slickgrid-universal
v2.0.0-alpha.0
2.0.0-alpha.0 (2022-10-15)
Quick Summary
This is an alpha release of the next major (breaking) version
Bug Fixes
- deps: update all non-major dependencies (#769) (4e05a4b) - by @renovate-bot
- styling: fix some styling issues with input groups and Firefox (#750) (1aa849e) - by @ghiscoding
- Features
- common: replace jQueryUI Autocomplete with Kradeen Autocomplete (#752) (991d29c) - by @ghiscoding
- common: remove & replace jQueryUI with SortableJS in common & SlickDraggableGrouping (#756) (b1c5a84) - by @ghiscoding
v1.4.0
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
- bundle: fetch API isn't always an instance of Response (#744) (72a6f24) - by @ghiscoding
- collectionAsync: hidden column does not load edit field selection (#742) (763c61c) - by @mcallegario
- common: duplicate translation namespace prefix, fixes #738 (#739) (ed6b0cc) - by @someusersomeuser
- demo: edit outline should follow on filter/pagination changed (3e9a6c7) - by @ghiscoding
- deps: update all non-major dependencies (#740) (c8acb65) - by @renovate-bot
- filters: fetch API isn't always an instance of Response (#746) (11be5c2), closes #744 - by @ghiscoding
- utils: the
isObject
method was not always correct (#745) (9b09e4a) - by @ghiscoding
Features
- common: remove jquery-ui-dist from deps, use jquery-ui only (#733) (b89d1f1) - by @ghiscoding
- common: update title (tooltip) prop on change event for Slider Filter/Editor (#743) (0ca6f3f) - by @ghiscoding
v1.3.7
1.3.7 (2022-08-02)
Bug Fixes
- service: should be able to update dataview item not shown in grid (#730) (dc88c87) - by @ghiscoding
- utils: able to use setDeepValue on undefined/empty object (#732) (e370eef) - by @ghiscoding
v1.3.6
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
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
1.3.4 (2022-07-28)
Bug Fixes
- deps: update dependency jquery-ui to ^1.13.2 (#720) (8351f14) - by @renovate-bot
- utils: setDeepValue should accept array properties (#728) (0dedeba), closes SO - by @ghiscoding
v1.3.3
v1.3.2
v1.3.0
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)