Skip to content

Releases: llorca/react-layered-image

v2.0.9

05 Jul 05:14
Compare
Choose a tag to compare

2.0.9 (2022-07-05)

Bug Fixes

  • utils: remove unused function (3743210)

v2.0.8

05 Jul 05:02
Compare
Choose a tag to compare

2.0.8 (2022-07-05)

Bug Fixes

  • render: use ref instead of state (9d670db)

v2.0.7

05 Jul 02:48
Compare
Choose a tag to compare

2.0.7 (2022-07-05)

Bug Fixes

  • release: add branches to .releaserc (7b51ae7)

v2.0.6

13 Sep 02:46
Compare
Choose a tag to compare

2.0.6 (2020-09-13)

Bug Fixes

  • change globalObject value in build (9cc1880)

v2.0.5

13 Sep 02:15
Compare
Choose a tag to compare

2.0.5 (2020-09-13)

Bug Fixes

v2.0.4

13 Sep 01:59
Compare
Choose a tag to compare

2.0.4 (2020-09-13)

Bug Fixes

  • compute scroll position in effect (17f822c)

v2.0.3

13 Sep 01:02
Compare
Choose a tag to compare

2.0.3 (2020-09-13)

Bug Fixes

v2.0.2

12 Sep 22:26
Compare
Choose a tag to compare

2.0.2 (2020-09-12)

Bug Fixes

  • verify that it's running in the browser (286b38f)

v2.0.1

12 Sep 22:00
Compare
Choose a tag to compare

2.0.1 (2020-09-12)

Bug Fixes

  • remove references to window (b747d68)

v2.0.0

12 Sep 20:59
Compare
Choose a tag to compare

2.0.0 (2020-09-12)

Features

  • use named export instead of default export (cb250ff)

BREAKING CHANGES

  • The component is exported with a named export instead of a default export.