Releases: SimplrJS/simplr-loaders
Releases · SimplrJS/simplr-loaders
v2.1.2
v2.1.1
Changelog (2017-11-03)
- Update glob-uglifyjs version to
^2.0.0
(#8).
v2.1.0
v2.0.6
v2.0.2
Changelog (2017-05-12)
- Fixed falsy check if
head
exists. - Skipping
head
check ifdocument
object is not available (for server side rendering).
v2.0.1
v2.0.0
Changelog (2017-04-18)
[Breaking changes]
- Directories structure changed. All production files moved to
dist
folder. blackLoader
prop removed fromSpinnerLoader
.color
prop removed fromBubbleLoader
.shouldReduceSize
props changed toshouldExpand
. Default valueshouldExpand={true}
.
color
and blackLoader
props are removed leaving you a possibility to set them using CSS.
Setting color of SpinnerLoader
:
.spinner-loader .loader-container .loader {
color: green;
}
Setting color of BubbleLoader
:
.bubble-loader .bounce {
background-color: red;
}
[Fixes]
- Fixed issue that blocked the ability to set color of
SpinnerLoader
andBubbleLoader
using CSS.
[Dev]
glob-uglifyjs
version updated.pushstate-server
moved toexample
.react
and@types/react
versions updated.tslint
added.css-to-ts
added to have css in TypeScript files.- Example build changed (check README.md for more information).
- LoaderBase introduced as a base class for all loaders.
v2.0.0-beta.3
2.0.0-beta.3
v2.0.0-beta.2
2.0.0-beta.2
v2.0.0-beta.1
2.0.0-beta.1