Releases: haltu/muuri
v0.6.2
v0.6.1
v0.6.0
This release contains a lot of memory allocation optimizations, which should also lead to better performance as there is much less garbage collection going on than before. Also the codebase has now better structure as it's split into logical modules. We are now using Rollup as the build tool and Prettier as the code formatter.
The public API is pretty much untouched, but internally there's been a colossal refactoring process. So if you relied on any of the internal APIs please make sure to revise those parts before upgrading to this version from an older version.
Here's a high-level overview of what's changed: https://github.com/haltu/muuri/milestone/6?closed=1
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
A major release with new faster animation engine powered by Web Animations, some bug fixes, layout trashing optimisations and refactored dragSortGroup/dragSortWith options. Please check the detailed list of changes here: https://github.com/haltu/muuri/milestone/5?closed=1
This release contains some breaking changes from v0.4.1:
showAnimation
andhideAnimation
were removed, because they caused a lot of pain to keep up to date with the performance optimizations. Additionally they were never documented, so I suspect they were not used so much (fingers crossed).dragSortGroup
anddragSortWith
were removed, because the whole process of defining connected grids was refactored. You have to now usedragSort
option to connect grids (check the docs).- Also, the big one, Velocity was replaced by web animations. This means that the item animation API was changed. The
visibleStyles
andhiddenStyles
options now use a different format than before (check the docs) andMuuri.ItemAnimate
works a bit differently (check the source).
v0.4.1
Mainly refactoring and fixing some minor bugs. Also removed some unnecessary sanity checks from show/hide logic, which has a minor effect on the public API. The list of items in the showStart/showEnd/hideStart/hideEnd events is not sanity checked anymore for items which can't be shown or hidden.
v0.4.0
This version fixes a slew of minor issues, optimizes animations to perform faster and adds some new functionality (two new events and one new option).
- Milestone: https://github.com/haltu/muuri/milestone/4
- Fixed issues: https://github.com/haltu/muuri/milestone/4?closed=1