Skip to content

Releases: alex996/react-css-spinners

v4.0.2

29 Aug 02:51
Compare
Choose a tag to compare
  • Fix style.css and style.min.css output path in rollup

v4.0.1

29 Aug 02:37
Compare
Choose a tag to compare
  • Distribute src directory for TS declarations
  • Update dependencies

v4.0.0

27 Jul 02:39
Compare
Choose a tag to compare
  • Upgrade Storybook to next (currently, v6.0.0-rc.14)
  • Remove default margin from spinners, always default to 64px size
  • Revise CSS to use absolute values (instead of calculating 80/64 ratio)
  • Use lds-circle styles for <Circle /> to stick with loading.io naming
  • Move CSS var defaults from JS to CSS

v3.1.2

24 Jul 18:26
Compare
Choose a tag to compare
  • Bump dependencies
  • Update ESLint config and apply Prettier
  • Apply node 10 target in esm build

v3.1.1

22 Jul 04:24
Compare
Choose a tag to compare
  • Re-add @babel/runtime as a peer dependency

v3.1.0

22 Jul 04:02
Compare
Choose a tag to compare
  • Implement remaining spinners
  • Enable customization via props
  • Update Storybook, add knobs
  • Add docs on styling & tooling
  • Update dependencies, rewrite readme

Important changes

  • IE 11 is no longer supported due to CSS vars required for styling
  • CommonJS build is now only transpiled for Node 10 ignoring browser targets

v3.0.0

17 Jul 03:07
Compare
Choose a tag to compare
  • Remove explicit CSS imports
  • Require CSS implicitly via end-user build toolchain

Breaking changes

You don't need to import CSS anymore (unless loading from a CDN). You do however need to support .css imports via css-loader, sass-loader, or other. See example config for common scenarios (CDN, CSR, SSR) under /examples.

v2.0.1

14 Jul 23:24
Compare
Choose a tag to compare
  • Fix ESM output directory name for tree shaking (oversight)

v2.0.0

14 Jul 23:19
Compare
Choose a tag to compare
  • Revamp source code with TypeScript
  • Extract out CSS into external files
  • Build CJS & ESM outputs with Babel, only bundle UMD
  • Update readme, bump dev deps

Breaking changes

You now need to import CSS manually. This requires CSS support via css-loader or other.

v1.0.1

29 Jan 02:48
Compare
Choose a tag to compare
  • Simplify styling
  • Change back to multiple outputs
  • Bump dependencies