Releases: Noction/vue-draggable-grid
Releases · Noction/vue-draggable-grid
v1.11.0
🐞 Bug Fixes
- Update height bug - by @masterYi2333 (4e587)
- Review responsive functionality - by Sorin Gitlan (3780a)
View changes on GitHub
v1.10.1
🚀 Features
🐞 Bug Fixes
- Delete background color for grid item - by Cristian Gratii (b3b23)
View changes on GitHub
v1.10.0
v1.10.0-beta.5
v1.9.16
No significant changes
View changes on GitHub
v1.10.0-beta.4
No significant changes
View changes on GitHub
v1.10.0-beta.3
v1.10.0-beta.2
v1.10.0-beta.1
Breaking Changes
props.i
changed toprops.id
- Added
Dimension
,Dimensions
types instead ofInner
- Added prefix to custom event, so it will not overlap with the existing events:
@resize
→@noc-resize
- Some events where more drastically renamed, such as:
@container-resized
→@noc-resize-container
@resized
→@noc-resize-end
@moved
→@noc-move-end
Update events remained the same, and doesn't require a noc
prefix. (v-model:layout
, v-model:breakpoints
)