Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

50 lines (37 loc) · 1.07 KB

Changelog

All notable changes to vue-draggable-resizable will be documented in this file

3.0.0 - 2024-01-27

  • Migrates to Vue 3
  • Updates all packages
  • Adds Vitest instead of Mocha and Karma for testing
  • Adds Vite instead of Webpack
  • Adds Cypress to component-test the package in real browsers
  • Fix drag-stop and resize-stop events
  • And minor changes

2.3.0 - 2020-12-17

  • scale prop supports one or two values
  • component with active prop to true emits activated
  • upgrade vue-test-utils
  • small bugfixes

2.2.0 - 2020-05-03

  • auto height and width
  • onDrag callback
  • onResize callback

2.0.0 - 2019-09-09

  • released 2.0.0

1.7.0 - 2018-04-04

  • add touch events

1.6.0 - 2018-01-16

  • add dragHandle and dragCancel props

1.5.0 - 2017-09-19

  • implement :z prop and watcher

1.4.0 - 2017-09-17

  • add active synched prop

1.3.0 - 2017-09-11

  • add resizing and dragging css classes

1.2.0 - 2017-07-17

  • add maximize prop

1.1.0 - 2017-07-03

  • add dragstop and resizestop events

1.0.0 - 2017-06-08

  • Initial release