v2.0.0 - Removal of jQueryUI
2.0.0 (2022-10-17)
Quick Summary
Here is our new major (breaking change) version v2.0.0
release, it uses the new SlickGrid 3.0.0 which dropped jQueryUI requirement. Since we removed jQueryUI, we had to find replacement for the jQueryUI Autocomplete and settled on the Kraaden Autocomplete 3rd party lib and that is the biggest change to the developer in this new major version (it is a small code refactoring that can be done with search and replace). If you're not using the Autocomplete, then that will be an easy upgrade for you, but it is still recommended to read the migration guide below.
⚠️ Breaking Change - Follow the Migration 2.x Guide
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: BREAKING CHANGE replace jQueryUI with SortableJS in common & DraggableGrouping (#772) (a9db2cc), closes #752 #756 - by @ghiscoding