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