3.0.0 - dropping jQueryUI requirement
⚠️ Breaking Change - version 3.0.0 🎉
We just landed our major
version 3.0.0
which drops jQueryUI requirement (please note that you can still use jQueryUI but it is now optional), we replaced all of the jQueryUI code with SortableJS and this one becomes the new required dependency. For the full context and info regarding this new version and the reasoning behind the jQueryUI removal, please read the Announcement & Migration to 3.0.0 Wiki
Changelog
We are now also following the Conventional Commits which will automatically update our CHANGELOG.md file when releasing a new version, so if you feel like contributing to the project in the future, then please make sure to follow the Conventional Commits guidelines when creating a new Pull Request so that your contribution(s) appear correctly in our changelog and release (as shown below). Thank you
in short, just prefix your commit description with a type (feat, fix, chore, ...), for example: fix: some grid fixes
Read our Announcement & Migration to 3.0.0
Bug Fixes
- adjust the left/right canvas width properly when fullWidthRows is used (#664) (d3de81c)
- ensure npm exits (otherwise need to ctrl-c to get back to command prompt) (6dd4649)
- gitCurrentBranchName should return the branch name not a process result object (b25be57)
- ignore untracked files in update script (f213d8b)
- replace inquirer with direct keyboard input (7f12612)