Skip to content

🎉 Features & stability

Compare
Choose a tag to compare
@lukasoppermann lukasoppermann released this 04 Apr 20:14
· 306 commits to master since this release

⚠️Warning: Some minor b/c breaks.

Features:

Improvements:

  • @jmuzsik added an npm script npm run tsc for checking typescript and started creating interfaces and fixing typescript issues
  • thanks to @jmuzsik we the tests are now much better separated
  • a new store class was added and will replace the data on the elements to have a cleaner storage and make extracting into modules easier
  • even more parts of the sortable are extracted into small modules & have dedicates unit tests

Bugfixes:

  • sortupdate now fires correctly and the index is fixed
  • thanks to @mfeherpataky when dragging an item, the hoever class will not be added to items

⚠️ Deprecations:

The IEfix as well as connectWith (which was replace with acceptFrom) is now considered deprecated.