Releases: nygardk/react-loader-advanced
Releases · nygardk/react-loader-advanced
v1.7.0
30 Sep 18:57
Compare
Sorry, something went wrong.
No results found
Use EventEmitter from wolfy87-eventemitter (fixes issue #8 )
Allow React version ^16.0.0 as dependency
v1.6.2
15 Jul 05:04
Compare
Sorry, something went wrong.
No results found
Added TypeScript definitions.
v1.6.1
18 Jun 07:08
Compare
Sorry, something went wrong.
No results found
Use react-transition-group instead of react-addons-css-transition-group. #9
v1.6.0
14 Apr 07:56
Compare
Sorry, something went wrong.
No results found
Added transitionConfig prop to allow configuring ReactCSSTransitionGroup for the loader overlay.
Added fade transition to demo0.
v1.5.0
14 Apr 07:22
Compare
Sorry, something went wrong.
No results found
Use React Component instead of createClass and prop-types library to suppress deprication warnings
v1.4.0
11 Aug 05:26
Compare
Sorry, something went wrong.
No results found
Added contentStyle property to extend content container styles
Added messageStyle property to extend message container styles
v1.3.0
11 Aug 05:27
Compare
Sorry, something went wrong.
No results found
Removed babel-polyfill that was polluting globals. Now using
babel-transform-runtime instead.
Internal changes
v1.1.1
11 Aug 05:27
Compare
Sorry, something went wrong.
No results found
Very important bugfix: rendering was causing redundant mounts and
unmounts that caused unwanted side-effects on rare cases.
v0.7.0
11 Aug 05:27
Compare
Sorry, something went wrong.
No results found
CSS styles now follow correct BEM-naming. Update your classes if you have
overriden Loader classes.
Loader--content => Loader__content
Loader--background => Loader__background
Loader--foreground => Loader__foreground
Loader--message => Loader__message