@vue-flow/node-resizer ​
1.3.5 ​
Patch Changes ​
- #1113
1f3c85a6
Thanks @bcakmakoglu! - Wait for node dimensions to be initialised before enforcing min/max height/width on nodes
1.3.4 ​
Patch Changes ​
- #1087
48bcb29c
Thanks @bcakmakoglu! - Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary)
1.3.3 ​
Patch Changes ​
- #1015
f4d8d540
Thanks @bcakmakoglu! - Use correct prop names for class and style
1.3.2 ​
Patch Changes ​
- #890
9065311
Thanks @bcakmakoglu! - Render nothing whenisVisible
prop is set to false
1.3.1 ​
Patch Changes ​
- #865
9ce7bdc4
Thanks @bcakmakoglu! - Addexports
field to package.json
1.3.0 ​
Minor Changes ​
- #739
9e48211d
Thanks @bcakmakoglu! - Add maxHeight and maxWidth props to node resizer
1.2.2 ​
Patch Changes ​
- #716
1685827d
Thanks @bcakmakoglu! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
1.2.1 ​
Patch Changes ​
- #682
b08cb4d4
Thanks @bcakmakoglu! - Add compat mode to components to avoid breaking when used with @vue/compat
1.2.0 ​
Minor Changes ​
#633
5abe4ca2
Thanks @AlexeyMeshkov! - AddkeepAspectRatio
option to node-resizer.- Aspect ratio can either be a number or a boolean
- When using a boolean value, the aspect ratio will match the initial node sizes' aspect ratio
1.1.0 ​
Minor Changes ​
- #646
a6a6c0b1
Thanks @bcakmakoglu! - AddshouldResize
option. Allows users to cancel resizing.
1.0.2 ​
Patch Changes ​
- #616
b16e3564
Thanks @bcakmakoglu! - Upgrade to vite 4 & update deps
1.0.1 ​
Patch Changes ​
c9d37fc
Thanks @bcakmakoglu! - Correct pkg main field
1.0.0 ​
Major Changes ​
- #498
1739797c
Thanks @bcakmakoglu! - Add node-resizer package