- All components can animate between colors when provided with an array in
color
prop. - 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:
easing
andspeedPlus
. - Updated readme.
- Renamed indicators:
-<CircularProgress />
<OrbitProgress />
-<Seek />
<ThreeDot />
-<GlidingBlink />
<BlinkBlur />
-<Twist />
<TrophySpin />
-<Pulse />
<LifeLine />
- New
track-disc
variant 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
Atom
andCommet
indicators. - Code refactor.
- Tree-shaking optimization.
- Configure global styles for storybook.
- Fix text display on
FourSquare
loader. - Remove duplicated
d-i-b
css class and addrli-d-i-b
as a global style.
- Common props for all components.
- New
FourSquare
loading indicator as a contribution. - Refactor
FourSquare
loader.
- Fix
split-disc
component width. - Add
homepage
property topackage.json
.
- Fix Stacking Context issues in
Commet
andCircular Progress
(Disc variant) components.
- Add style fixes to
Atom
Component. - Update README.md.
- Renamed package from
@hane-smitter/react-loading-indicator
toreact-loading-indicators
. - Removed
publishConfig
property frompackage.json
. - Added
loaders
keyword topackage.json
.
- Modify peer deps to react version >=16.8.0
- Fix default export not being exported from src/index.ts.
- Replace
div
tags with span style them withdisplay: inline-block;
class(d-i-b
). - Add
styles
variable to hold values ofstyle
prop.