1.5.0
๐ Bug Fixes
- Fix
calcXYcalculation - Fixed an issue where grid items were being positioned slightly above and to the left of where they should be during drag operations. Thanks @MaxMusing! #2059
โจ Improvements
-
Changed
onBreakpointChange/onLayoutChangeevent order -onBreakpointChangenow fires beforeonLayoutChange. This makes managing responsive layouts easier, as you can set the current breakpoint in storage first, then save the new layout to it. Thanks !