Skip to content

Latest commit

 

History

History
59 lines (26 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

59 lines (26 loc) · 1.85 KB

2.1.4 (2019-06-07)

Bug Fixes

  • circleci: broken release. nothing is published. (34532aa)

2.1.3 (2019-06-07)

Bug Fixes

  • stuck-js: fix bug that the placeholder element will be not found before placed on DOM in some c (e746118), closes #25

2.1.2 (2019-06-06)

Bug Fixes

  • typings: typefix and update docds (c545e7c)

2.1.1 (2019-06-06)

Bug Fixes

  • stuck-js: fix import-time undefined "window" error (e53460c)

2.1.0 (2019-06-06)

Features

  • to trigger semantic-release (6f4e74f)

2.0.0 (2019-06-06)

Code Refactoring

  • stuck-js: remove static methods and static properties and create singleton manager classes (e3f2a5e)

BREAKING CHANGES

  • stuck-js: the static methods on Stuck and Sticky moves into each manager classes.

1.0.0 (2019-06-05)

Code Refactoring

  • stuck-js: typescripten entire code (b072b25), closes #16

BREAKING CHANGES

  • stuck-js: flowtype -> TypeScript