File: //home/arjun/projects/buyercall/node_modules/vue-draggable-resizable/CHANGELOG.md
# Changelog
All notable changes to `vue-draggable-resizable` will be documented in this file
## 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