All Versions
32
Latest Version
Avg Release Cycle
138 days
Latest Release
960 days ago

Changelog History
Page 1

  • v2.0.2 Changes

    September 01, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Set package type to module to better support native ES module imports.
    • ๐Ÿ“š Code cleanup and documentation improvements.
  • v2.0.1 Changes

    May 15, 2018
    • โž• Add !default to $spinnerSize Sass variable so it can be reassigned
    • ๐Ÿ“ฆ Re-include Sass files in the npm package

    ๐Ÿš€ Thanks to @zalog for contributing to this release!

  • v2.0.0 Changes

    May 13, 2018

    โž• Added

    • Built-in TypeScript definitions
    • ๐Ÿ‘Œ Support for the style-src 'self'; Content Security Policy

    ๐Ÿ”„ Changed

    • Rewritten as a native ES6 module using spin.js v4

    โœ‚ Removed

    • ๐Ÿ—„ Deprecated jQuery API
    • ๐Ÿ—„ Deprecated enable and disable methods
    • ๐Ÿ‘ Bower support
    • ๐Ÿ‘Œ Support for Internet Explorer 9 (not supported by spin.js v4)
  • v2.0.0.-alpha.1 Changes

    January 07, 2018
    • Rewritten as a standard ES6 module using spin.js v3
    • โž• Added support for strict Content Security Policy
    • Includes TypeScript definitions
    • โœ‚ Removed deprecated jQuery API
    • โœ‚ Removed deprecated enable and disable methods
    • โฌ‡๏ธ Dropped dedicated Bower support
  • v1.0.6 Changes

    February 04, 2018
    • ๐Ÿ‘Œ Improve support for forms with novalidate attribute (issue #80)
    • ๐Ÿ›  Fix protruding outline in Chrome on buttons with a progress bar
  • v1.0.5 Changes

    September 24, 2017
    • ๐Ÿ›  Fixed detection of required HTML5 inputs in IE 9
    • โž• Added validation for URL input fields in IE 9
    • ๐Ÿ›  Fixed a bug where the stop() method would remove a button's disabled state even though Ladda was already stopped (issue #68)
  • v1.0.4 Changes

    August 28, 2017

    ๐Ÿ›  Fixed

    • Incorrect return value for jQuery isLoading argument (PR [#62], issue [#65])

    ๐Ÿ—„ Note that the Ladda jQuery API is deprecated - it is recommended to use the plain JavaScript API instead.

  • v1.0.3 Changes

    August 28, 2017

    ๐Ÿ”„ Changed

    • ๐ŸŽ Code cleanup and performance improvements

    ๐Ÿ—„ Deprecated

    • Undocumented enable and disable instance methods
  • v1.0.2 Changes

    August 27, 2017

    โž• Added

    • ๐Ÿ‘Œ Support for right-to-left text direction (PR [#66])

    ๐Ÿ—„ Deprecated

    • jQuery API
  • v1.0.1 Changes

    July 12, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug where focus outline protruded outside button in Chrome

    โœ‚ Removed

    • Unnecessary toArray() function