Skip to content

Latest commit

 

History

History
79 lines (39 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

79 lines (39 loc) · 1.6 KB

3.0.1 (2021-12-16)

Bug Fixes

  • getContainer: container can be null (#27) (121ac6d)

3.0.0 (2021-11-02)

Bug Fixes

  • animation: remove webkitRequestAnimationFrame (#22) (69dbbb1)
  • deps: add @babel/runtime (#25) (b40f9e5)

Features

  • query: add support for isFocusable (#23) (eee920a)

2.1.0

  • feat(getPosition): support keep margin (#20)

2.0.2

  • Fix typescript type definition

2.0.1

  • fix: Update type definition

2.0.0

  • refactor: Migrate from flow to typescript

1.3.0

  • Add animation events helper

1.2.1

  • Add parameter enable3DTransform for translateDOMPositionXY

1.2.0

  • Added support for ESM

1.1.0

  • Support Server-side Rendering
  • Upgrade to Bebel 7

0.2.3

2017-06-26

  • Added WheelHandler
  • Added translateDOMPositionXY

0.2.1

  • Added throttle and debounce
  • Change space to 2

0.2.0

  • All changes to support es2015
  • Added test case

0.1.1

2017-03-31

  • Feature: Added support react 15.*