Files
vue-flow/packages/node-resizer/CHANGELOG.md
github-actions[bot] 447b2b05fd chore: bump versions
2025-06-12 14:01:30 +02:00

4.9 KiB

@vue-flow/node-resizer

1.5.0

Minor Changes

  • #1872 ce0f42d Thanks @bcakmakoglu! - Add auto-scale prop to node resizer (default true) that forces node resizer controls to scale with the viewport zoom level.

1.4.0

Minor Changes

1.3.6

Patch Changes

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

1.3.2

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #633 5abe4ca2 Thanks @AlexeyMeshkov! - Add keepAspectRatio 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

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes