Releases: danilowoz/react-content-loader
Releases · danilowoz/react-content-loader
v5.0.1
27 Jan 19:13
Compare
Sorry, something went wrong.
No results found
5.0.1 (2020-01-27)
Bug Fixes
v5.0.0
26 Jan 20:09
Compare
Sorry, something went wrong.
No results found
5.0.0 (2020-01-26)
V5
Migrations instructions:
From now the attribute viewBox is not generated automatically anymore, so it is necessary to use the package as a regular SVG, for example:
< ContentLoader width = { width } height = { height } viewBox = { `0 0 ${ width } ${ height } ` } />
BREAKING CHANGES
Rename primaryColor to backgroundColor and secondaryColor to
foregroundColor.
feat(api): updates uniqueKey
Renamed prop key uniquekey to uniqueKey
fix(svg): removes unnecessary keys
fix(web svg): adds display name
feat(a11y): improves attrs
Shift ariaLabel to title prop, the value remains
refactor(codebase): reestructure
test(web native): updates with new structure
test(native): sets animate false on tests
fix(svg): removes viewBox, width and height from api
fix(presets): updates to new api and some design updates
feat(content loader): sets new default as facebook instead of a box
docs(readme storybook): updates to new api
test(web native): updates
v4.3.4
26 Dec 02:30
Compare
Sorry, something went wrong.
No results found
4.3.4 (2019-12-26)
Bug Fixes
v4.3.3
06 Dec 19:53
Compare
Sorry, something went wrong.
No results found
4.3.3 (2019-12-06)
Bug Fixes
v4.3.2
13 Oct 13:44
Compare
Sorry, something went wrong.
No results found
4.3.2 (2019-10-13)
Bug Fixes
dependencies: move native dependencies to native module (7a082ce )
dependency: add react-native-svg as dev dependency (70b76db )
v4.3.1
08 Oct 12:33
Compare
Sorry, something went wrong.
No results found
4.3.1 (2019-10-08)
Bug Fixes
native: remove listener on unmont (9b5e851 ), closes #16
v4.3.0
25 Sep 12:48
Compare
Sorry, something went wrong.
No results found
v4.2.2
09 Jul 09:05
Compare
Sorry, something went wrong.
No results found
4.2.2 (2019-07-09)
Bug Fixes
svg: uses correct aria-* attribute for label (#149 ) (18e5313 )
v4.2.1
07 Mar 14:15
Compare
Sorry, something went wrong.
No results found
4.2.1 (2019-03-07)
Bug Fixes
v4.2.0
06 Mar 21:36
Compare
Sorry, something went wrong.
No results found
4.2.0 (2019-03-06)
Features