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

Changelog History
Page 2

  • v1.0.0 Changes

    March 08, 2016
    • ๐Ÿ‘‰ Use checkValidity to validate forms where supported #58
    • ladda-label now wraps existing elements instead of reinserting them using innerHTML #55
    • ๐Ÿ’… Automatically set the ladda-button class and data-style attribute if missing #52
    • โž• Added data-spinner-lines for controlling the number of lines in the spinner #50
  • v0.9.8 Changes

    April 05, 2015

    โž• Added

    • ๐Ÿ“ฆ main field to package.json for easier CommonJS loading (PR [#47])
    • Validity check for email inputs (PR [#48])

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated spin.js to v2.0.2 (PR [#49])
  • v0.9.7 Changes

    January 17, 2015

    ๐Ÿ›  Fixed

    • โฌ†๏ธ The Ladda theme is now baked into the output ladda.min.css file again. Was broken after upgrading grunt Sass in v0.9.5.
  • v0.9.6 Changes

    January 16, 2015

    โœ‚ Removed

    • โฌ†๏ธ Unintended references to non-existing sourcemap files that were introduced in v0.9.5 as part of the grunt Sass upgrade.
  • v0.9.5 Changes

    January 16, 2015

    ๐Ÿ›  Fixed

    • Validation of required select, radio, and checkbox inputs (PR [#43])
    • The ladda-spinner element is no longer created if it already exists (PR [#44])
  • v0.9.4 Changes

    June 21, 2014

    โž• Added

    • ๐Ÿšš remove() method to Ladda instances to stop memory leaks (PR [#36])

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated from spin.js v1.3 to v2.0 (PR [#37])
  • v0.9.3 Changes

    April 16, 2014

    โž• Added

    • jQuery wrapper (PR [#33])

    ๐Ÿ›  Fixed

    • Overlay effect in Safari
    • Missing CommonJS requirement
  • v0.9.2 Changes

    December 03, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ“Œ Spinner height is now calculated when spinning starts as opposed to when Ladda is initialized. This fixes spinner sizing issues with buttons that are initially hidden.
  • v0.9.1 Changes

    November 27, 2013

    ๐Ÿ›  Fixed

    • Issue where loading animations did not start for buttons outside of forms. This only affected use through the Ladda.bind() method.
  • v0.9.0 Changes

    October 23, 2013

    ๐Ÿ”„ Changed

    • ๐Ÿ“Œ Ladda now confirms that all required fields in its parent form are filled out before starting the spinning animation. Note that this only applies to buttons bound using Ladda.bind().

    โœ‚ Removed

    • jQuery dependencies