Skip to content

Releases: loadingio/ldloader

3.0.3

12 Nov 04:10
Compare
Choose a tag to compare
  • pause animation when it's not running

3.0.2

28 Sep 12:56
Compare
Choose a tag to compare
  • upgrade modules to fix vulnerabilities

3.0.1

02 May 13:34
Compare
Choose a tag to compare
  • dont reset zIndex to preserve fade effect ( if any )

3.0.0

19 Jan 14:18
Compare
Choose a tag to compare
  • upgrade modules
  • release with compact directory structure
  • add style in package.json
  • add main and browser field in package.json.
  • further minimize generated js file with mangling and compression
  • remove assets files from git
  • patch test code to make it work with upgraded modules
  • update window only if window is defined

2.1.0

30 Oct 01:23
Compare
Choose a tag to compare
  • add toggler function
    • useful if we want to chain toggling to other object such as ldcover.

2.0.1

28 Sep 10:04
Compare
Choose a tag to compare
  • remove deprecated ldLoader

2.0.0

28 Sep 10:04
Compare
Choose a tag to compare
  • fix bug: root or container params with NodeList value are not treated as array, which should.
  • support zmgr directly in object.
  • use zmgr fallback instead of old zstack to simplify code logic
  • rename ldloader zmgr api ( from set-zmgr to zmgr )
  • rename ldld.js, ldld.css to index.js, index.css, including minimized version.

1.2.1

14 Jul 03:31
Compare
Choose a tag to compare
  • deprecate ldLoader. use ldloader instead.
  • use livescript to wrap code instead of manually do it.
  • organize demo to web folder.

1.2.0

22 Dec 00:58
Compare
Choose a tag to compare
  • add setZmgr for managing z-index globally.
  • fix bug: when auto-z is set to true, z value isn't calculated correctly.

1.1.1

18 Dec 08:50
Compare
Choose a tag to compare
  • only release dist files