Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Latest commit

 

History

History
87 lines (39 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

87 lines (39 loc) · 3.63 KB

Changelog

1.1.3 (2022-05-13)

Documentation

  • README: DEPRECATION NOTICE (83e8883)
  • README: installation - instruct to install to dev dependencies (753aca8)

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)