All Versions
117
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 6

  • v0.8.0 Changes

    • ➕ Added a new loader: ClockLoader
    • No other functionality changes
    • 🛠 Fix default value table in README to alphabetize correctly
  • v0.7.2 Changes

    • ⚡️ update README demo site url
  • v0.7.1 Changes

    • 📦 run npm audit fix to fix vulnerability in serialslize-javascript package
    • ⚡️ update README to showcase number and string input for size prop
  • v0.7.0 Changes

    • 💥 BREAKING CHANGE: all unit props have been removed to simplify the component API. See change log for 0.7.0-alpha.1 for more details
  • v0.7.0-beta.1 Changes

    • ⚡️ Update readme to include yarn installation
  • v0.7.0-alpha.5 Changes

    • clean up readme. break up prop section with individual prop headers
  • v0.7.0-alpha.4 Changes

    • ⚡️ update default value for css prop on README to be "" instead of {}
    • ➕ add list of available color words that the color prop accepts
    • ⚙ run prettier to format readme
  • v0.7.0-alpha.3 Changes

    • 🛠 bugfix: Fix issue #140. The margin prop on FadeLoader does what we expect it to do, expand the spacing between the lines
  • v0.7.0-alpha.2 Changes

    • 🛠 bugfix: Fix issue #139. The margin prop on RotateLoader does what we expect it to do, expand the spacing between the dots
    • ⚡️ updated webpack config to split up npm files to avoid brower having to reload them on each change
  • v0.7.0-alpha.1 Changes

    • 💥 BREAKING CHANGE: all unit props are deprecated, including sizeUnit, heightUnit, widthUnit, and radiusUnit. The size, height, width, and radius props now accepts number and string
      • If value is number, default to px
      • If value is string with valid css unit, return the input value
      • If value is string with invalid css unit, output warning console log and default to px
    • margin prop now work the same way as other length props. Can accept number and string
    • 0️⃣ css prop default is now "". No functionality change here