Skip to content

Releases: yitengjun/ukiyo-js

v4.0.3

15 Mar 06:06
Compare
Choose a tag to compare

4.0.3 (2023-03-15)

v4.0.2

09 Mar 00:34
Compare
Choose a tag to compare

4.0.2 (2023-03-09)

Bug Fixes

  • adjust element positioning during parallax (f708241)
    Corrected positional discrepancy of elements during parallax and enabled animations to occur at more natural positions.

v4.0.1

08 Mar 00:14
Compare
Choose a tag to compare

4.0.1 (2023-03-08)

Bug Fixes

  • Bootstrap sizing/height bug (a5b9202)

v4.0.0

30 Dec 04:43
Compare
Choose a tag to compare

4.0.0 (2022-12-30)

BREAKING CHANGE1

  • Rewritten the code from JavaScript to TypeScript (8522b92)
    • Made slight changes to the directory structure

Features

  • Added the externalRAF option, which allows the parallax animation to be run within an external requestAnimationFrame()
  • Optimize parallax amount to fit screen size for small displays

Performance

  • Changed the image loading to img.decode()

Bug Fixes

  • Fixed a bug where the border-radius of parallax elements was not being applied on Mobile Safari
  • Improved the smoothness of parallax animations on Mobile Safari

Refactors

  • Conducted a thorough review and refactoring of the code overall

Documentation

  • Created a development demo page in the demo/ directory (69c8565)

Chore

  • Added browser-sync for development (9e7f017)
  • ⛰️ Updated icons (e75636d)
  1. No user-facing changes have been made. Only developer-facing changes were made.

v3.0.3

11 Aug 07:12
Compare
Choose a tag to compare

3.0.3 (2022-08-11)

Bug Fixes

  • border-radius not working (fd871eb)

v3.0.2

13 Jun 14:26
Compare
Choose a tag to compare

3.0.2 (2022-06-13)

Bug Fixes

v3.0.1

08 May 07:02
Compare
Choose a tag to compare

3.0.1 (2022-05-08)

Bug Fixes

  • resize event listeners to be removed on destroy() (839a5a7)

v3.0.0

06 Apr 09:34
Compare
Choose a tag to compare

3.0.0 (2022-04-06)

BREAKING CHANGES

  • Module bundler has changed from webpack to Rollup(#7)

This has reduced the bundle size.

v2.0.3

06 Apr 09:11
Compare
Choose a tag to compare

2.0.3 (2022-04-06)

Bug Fixes

v2.0.2

18 Feb 01:33
Compare
Choose a tag to compare

2.0.2 (2022-02-18)

Bug Fixes(#5)

  • fixed a bug in reset() method (6e88d16)