Skip to content

Releases: yamogoo/resize-bounding

v2.1.2

25 Sep 11:05

Choose a tag to compare

  • Export Emits enum from component

v2.1.1

12 Sep 19:06

Choose a tag to compare

⚡ Improvements / Refactors

  • Refactor ResizeBoundingPane pointer events to avoid closures and memory leaks.

  • Optimize event listeners for drag & resize interactions.

🛠 Chores

  • Update dependencies (vue, typescript, etc.) to latest versions.

  • Clean up unused imports and redundant code.

v2.1.0

29 May 08:17

Choose a tag to compare

  • Added separate normal & active states for changing splitter width (options.splitterNormalWidth, options.splitterActiveWidth); options.width is deprecated, but still works
  • Fixed centering of content (slot) inside knob
  • Fixed zIndex of active and inactive splitters
  • Added detailed documentation (Storybook) for both vue3 and react versions

v2.0.7

11 Apr 14:16

Choose a tag to compare

  • updated dependencies
  • Improved styles in demo and playground apps

v2.0.6

19 Mar 10:26

Choose a tag to compare

  • Updated Demo App
  • Improved types

v2.0.5

22 Aug 06:52

Choose a tag to compare

  • Fixed vue3 pane tests
  • Fixed react example

v2.0.4

16 Jul 21:09

Choose a tag to compare

  • fixed examples
  • fixed types in react version
  • local methods refactored

v2.0.3

16 Jul 09:34

Choose a tag to compare

  • Fixed cursor state after 'pointerup' event
  • Added stylization of splitter and knob in examples

v2.0.2

15 Jul 18:19

Choose a tag to compare

  • Added links to live examples (Interactive Grid) in StackBlitz
  • Fixed all examples in documentation (README files)

v2.0.1

15 Jul 13:25

Choose a tag to compare

  • Vue3 lib (v2.0.1):
    • refactored types
    • Removed unnecessary panel classes
    • Updated dependencies
    • Fixed focused/pressed styles (default)
    • Updated documentation
  • React lib (v1.0.1):
    • First version
  • Demo:
    • Fixed SASS “Mixed Declarations” (props order)
    • Added react version docs
    • Updated dependencies
  • Monorepo docs:
    • Added table with packages links