Skip to content

v1.10.0-beta.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 12:35
· 24 commits to main since this release

Breaking Changes

  • props.i changed to props.id
  • Added Dimension, Dimensions types instead of Inner
  • 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)

   🐞 Bug Fixes

    View changes on GitHub