Skip to content

Releases: yitengjun/ukiyo-js

v2.0.1

14 Jan 06:53
Compare
Choose a tag to compare

2.0.1 (2022-01-14)

Bug Fixes

  • improved behaviour of margin-auto (#3) (ef04ceb)

v2.0.0

27 Dec 06:43
Compare
Choose a tag to compare

2.0.0 (2021-12-27)

  • Merge pull request #2 from yitengjun/dev_2 (b5b9ae2), closes #2

BREAKING CHANGES

  • removed support for IE

IE support has been removed. Starting with this version, IE support will automatically be disabled, so please use the 1.0.0 version of polyfill to support IE.
Also, img.decode() has been changed for browser support. The decision to load an image is made by onload().

v1.0.5

24 Dec 13:35
Compare
Choose a tag to compare

1.0.1 (2021-12-24)

Performance Improvements

  • Change image loading to img.decode() (5b9abf1)

v1.0.0

03 Dec 04:44
Compare
Choose a tag to compare

1.0.0 (2021-12-03)

First Release