v1.10.0-beta.1
·
24 commits
to main
since this release
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
)