- All components can animate between colors when provided with an array in
colorprop. - Default color is used when invalid color is passed.
- Shrinking indicator design for the
<OrbitProgress variant="disc" />indicator. <Atom />,<Slab />,<Mosaic />animations updated/improved.- Renamed indicators:
-<OrbitProgress variant="bubble-dotted" /><OrbitProgress variant="spokes" />.-<ThreeDot variant="windmill" /><ThreeDot variant="bounce" />.
- Improved algorithmic animation distribution in
<BlinkBlur />. - Loading animations packaged directly at root.
- New props:
easingandspeedPlus. - Updated readme.
- Renamed indicators:
-<CircularProgress /><OrbitProgress />-<Seek /><ThreeDot />-<GlidingBlink /><BlinkBlur />-<Twist /><TrophySpin />-<Pulse /><LifeLine />
- New
track-discvariant to<OrbitProgress />. - Variants prop on
<ThreeDot />. - Refactor
<BlinkBlur />. - Light build option.
- Less files lib.
- Update readme
- New indicators
GlidingBlink,Twist,Pulse&Slab. - Centralize default vars.
- Fine tune
AtomandCommetindicators. - Code refactor.
- Tree-shaking optimization.
- Configure global styles for storybook.
- Fix text display on
FourSquareloader. - Remove duplicated
d-i-bcss class and addrli-d-i-bas a global style.
- Common props for all components.
- New
FourSquareloading indicator as a contribution. - Refactor
FourSquareloader.
- Fix
split-disccomponent width. - Add
homepageproperty topackage.json.
- Fix Stacking Context issues in
CommetandCircular Progress(Disc variant) components.
- Add style fixes to
AtomComponent. - Update README.md.
- Renamed package from
@hane-smitter/react-loading-indicatortoreact-loading-indicators. - Removed
publishConfigproperty frompackage.json. - Added
loaderskeyword topackage.json.
- Modify peer deps to react version >=16.8.0
- Fix default export not being exported from src/index.ts.
- Replace
divtags with span style them withdisplay: inline-block;class(d-i-b). - Add
stylesvariable to hold values ofstyleprop.
