Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-spinners

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spinners - npm Package Versions

1
16

0.7.0-alpha.4

Diff

Changelog

Source

0.7.0-alpha.4

  • 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
davidhu2000
published 0.7.0-alpha.3 •

Changelog

Source

0.7.0-alpha.3

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

Changelog

Source

0.7.0-alpha.2

  • 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
davidhu2000
published 0.7.0-alpha.1 •

Changelog

Source

0.7.0-alpha.1

  • 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
  • css prop default is now "". No functionality change here
davidhu2000
published 0.6.1 •

Changelog

Source

0.6.1

  • bugfix: Fix issue 109 where Math.random is stubbed out in the GridLoader component instead in the tests, causing Math.random to not work properly if GridLoader is used
davidhu2000
published 0.6.0 •

Changelog

Source

0.6.0

  • Offical release for the TypeScript rewrite!
  • Major changes:
    • Add support for types for individual loader imports
    • Add support for using basic color name as props instead of only color hashes
    • Reduced total package size from around 850kb to 135gb
    • Fix main key value in package.json to point to the correct index.js
    • Removed prop-types and recompose from dependencies
    • Added tests to get to 100% code coverage
davidhu2000
published 0.6.0-beta.1 •

Changelog

Source

0.6.0-beta.1

  • updated devDependencies to latest versions
davidhu2000
published 0.6.0-alpha.10 •

Changelog

Source

0.6.0-alpha.10

  • Removed recompose from the list of dependencies. We currently wants the component to update for all prop changes, so the onlyUpdateForKeys was passed in all the props anyways, so it wasn't doing much
davidhu2000
published 0.6.0-alpha.9 •

Changelog

Source

0.6.0-alpha.9

  • bugfix: Fix issue where PacmanLoader top css property does not respect the sizeUnit prop. It was hardcoded to be px instead of using sizeUnit prop
  • update javascript bundle files for demo site
davidhu2000
published 0.6.0-alpha.8 •

Changelog

Source

0.6.0-alpha.8

  • updated rgba conversion function to handle basic colors. Now supports these basically colors
    • maroon, red, orange, yellow, olive, green, purple, fuchsia, lime, teal, aqua, blue, navy, black, gray, silver, white
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc