Skip to content

Latest commit

 

History

History
211 lines (108 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

211 lines (108 loc) · 10.5 KB

Changelog

3.2.1

Patch Changes

3.2.0

Minor Changes

  • 22cfa9a Thanks @vnphanquang! - support limit movement to a single axis (setting limit.delta[axis] to 0 or '0px')

3.1.0

Minor Changes

  • 11a42e2 Thanks @vnphanquang! - Support touch devices by switching MouseEvent to PointerEvent and forcing touch-action: none on handle (prevent touch events from being registered as scroll) (#242)

3.0.0

Major Changes

2.0.1

Patch Changes

  • 028ef5d Thanks @vnphanquang! - Defer ignore element searching until runtime (support dynmaically-rendered children) - #178

2.0.0

Major Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

  • d429763 Thanks @vnphanquang! - deprecate trigger parameter in favor of the more sensible handle

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

1.1.10

Patch Changes

1.1.9

Patch Changes

1.1.8

Patch Changes

1.1.7

Patch Changes

Documentation

  • movable: adjust some docs styling (4c19434)
  • README: add short description (32ecf87)
  • remove badge github release for movable (e485549)

Documentation

  • README: fix ref link to example (52866ac)

Documentation

Documentation

  • README: migration from svelte-action-movable to @svelte-put/movable (50cc819)

1.1.2 (2022-05-11)

Documentation

  • README: example link should href to correct section (897bcec)
  • README: fix link to CONTRIBUTING.md (65847ee)

Development

  • add svelte-kit dev environment (5f233a9)

1.1.1 (2022-05-09)

Bug Fixes

  • README: reflect typescript event declaration (1103ef8)

Documentation

  • README: add ##installation (e5d817d)

1.1.0 (2022-05-09)

Features

  • movable: exapand event detail to object, include last known position (97fd0e2)

Code Refactoring

  • types: remove cache option and make consistent interface declarations (48a78a8)

Documentation

  • MovableEventDetails: generate docs for event detail output (b10a51c)
  • README: add demo gif (050db2a)

1.0.4 (2022-05-08)

Bug Fixes

  • normalizeDelta: correctly extract px unit (9e57f65)

1.0.3 (2022-05-08)

Bug Fixes

  • build: use rollup for consistency (37e1a2a)

1.0.2 (2022-05-08)

Bug Fixes

  • build: tsc target es6 for better compatibility (f57102b)

1.0.1 (2022-05-08)

Bug Fixes

  • release: set semantic-release to publish to npm (a21fe70)

1.0.0 (2022-05-08)

Features

  • movable - basic options (8c17ac4)