react-spinners
Advanced tools
Changelog
0.11.0-alpha.2
@emotion
for .babelrc
pluginsChangelog
0.10.1
Note: this release has a critical issue and was deprecated. Please update to 0.10.3 or higher.
Changelog
0.10.0
Note: this release has a critical issue and was deprecated. Please update to 0.10.3 or higher.
Changelog
0.10.0-beta.3
.npmignore
to ignore the .cjs
files so they are not included in the published build..yarn
and .yarnrc
to .npmignore
.Old:
npm notice version: 0.10.0-beta.2
npm notice package size: 1.2 MB
npm notice unpacked size: 5.3 MB
npm notice total files: 69
New:
npm notice version: 0.10.0-beta.3
npm notice package size: 21.3 kB
npm notice unpacked size: 167.1 kB
npm notice total files: 65
Changelog
0.10.0-beta.1
Changelog
0.10.0-alpha.3
react ^17.0.0
and react-dom ^17.0.0
into peerDependencies to fix #321div
to span
to fix <div> cannot appear as a descendant of <p>
per #159. PR #325Keyframes
typing to allow for inferring PR #326react-color
, react
, react-dom
, and @motion/core
. These 4 packages have caused issues during the update and will save them for another time.Changelog
0.10.0-alpha.2
sideEffects
property to package.json
to fix tree shakingChangelog
0.10.0-alpha.1