All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Math.random
is stubbed out in the GridLoader
component instead in the tests, causing Math.random
to not work properly if GridLoader
is used.main
key value in package.json
to point to the correct index.js
prop-types
and recompose
from dependenciesdevDependencies
to latest versions.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.PacmanLoader
top
css property does not respect the sizeUnit
prop. It was hardcoded to be px
instead of using sizeUnit
prop.radius
and radiusUnit
prop description..npmignore
to further reduce package size.
tslint.json
jest.config.js
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CHANGELOG.md
Old:
npm notice version: 0.6.0-alpha.6
npm notice package size: 19.8 kB
npm notice unpacked size: 138.5 kB
New:
npm notice version: 0.6.0-alpha.7
npm notice package size: 16.7 kB
npm notice unpacked size: 132.1 kB
src
folder to npmignore
. Previous version wasn’t ruthless enough in saving data.Old:
npm notice version: 0.6.0-alpha.5
npm notice package size: 26.1 kB
npm notice unpacked size: 191.2 kB
New:
npm notice version: 0.6.0-alpha.6
npm notice package size: 19.8 kB
npm notice unpacked size: 138.5 kB
npmignore
to include __tests__
, .github
, .circleci
, coverage
. This helped to reduce package size. Help to save some data.Old:
npm notice version: 0.6.0-alpha.4
npm notice package size: 85.6 kB
npm notice unpacked size: 850.4 kB
New:
npm notice version: 0.6.0-alpha.5
npm notice package size: 26.1 kB
npm notice unpacked size: 191.2 kB
package.json
main
value from dist/index.js
to index.js
to fix codeSandbox import issue.transform
key to the 25%
keyframe in RiseLoader. It was just 25% {translateY(-${riseAmount}px)}
before. Now it is corrected."
from .babelrc
in readme per PR #77ClipLoader
, DotLoader
, FadeLoader
, GridLoader
, HashLoader
, and MoonLoader
tsconfig.json
module
property to commonjs
instead of esnext
. This caused import errors as seen in issue 74BarLoader
, BeatLoader
, BounceLoader
, CircleLoader
, and ClimbingBoxLoader
prop-types
has been removed as a dependency. This is now handled by typings.ts-lint
and prettier
to help ensure code consistency.Note: this release has a critical issue and was deprecated. Please use <= 0.5.12 or > 0.6.0.
export default
to export const
.babelrc
example to use @babel/<name>
syntax in accordance to latest babel packagestslint
as part of the typescript conversion.index.js
import from module.exports = {...}
to export default {...}
html-webpack-plugin
to inject the script tags to index.html
CommonProps
interface css
prop to used PrecompiledCss
and string
. Update PropTypes helper to be able to accept both PrecompiledCss
and string
. This is to fix the validation error for the css
prop.css
prop to {}
instead of ""
to fix console error.css
proptype to PropTypes.shape({ ... })
instead of PropTypes.string
to fix console error.https://www.react-spinners.com
className
prop with css
prop to match Emotion 10.package.json
to include wider range of version for recompose
loaders
and spinners
keyword to package.jsononlyUpdateForKeys
is imported from recompose
. Reduced import cost from 26kb
to 19kb
..babelrc
to use env
presetclassName
to index.d.ts
Note: this release has a critical issue and was deprecated. Please update to 0.4.1 or higher.
className
prop to loadersloaderStyle
prop for loaders to follow Emotion module standardNote: this release was deprecated through removing loaderStyle
prop. Please update to 0.4.1 or higher.
loaderStyle
prop to loaders to allow more customized loader.babel-plugin-emotion
to devDependencies and updates to 9.1.0.unit
props to each loader to allow %
units on csspx
for border-radius
in ScaleLoader
styling.minor
and major
versioning scripts to package.json
ISSUE_TEMPLATE.md
and PULL_REQUEST_TEMPLATE.MD
package.json
^16.0.0
to react
and react-dom
peerDependencies.borderRadius
to border-radius
in RingLoader
so the browser will recognize the css.prop-types
to from devDependencies to dependencies. This fixes the Package not found
error for projects that do not include prop-types
as a dependency.Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
emotion
from devDependency to dependency. This fixed the Package not found
error.Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
emotion
package version from 7.2.0
to 8.0.6
.Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
PulseLoader
size default prop to be the correct type.Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
recompose
from devDependency to dependency.package.json
.Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
package.json
.Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
react-emotion
plugin for babel.Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
domkit
as a dependency and replaced it with emotion
. This package now officially supports `Server Side Rendering.