Skip to content

Tags: SlsVM-Coder/react-content-loader

Tags

v5.1.3

Toggle v5.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request danilowoz#222 from danilowoz/fix/native-inital-value

fix(native): set the right initial value of the animation instance

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request danilowoz#218 from danilowoz/force-update-dependen…

…cies

fix(dependencies): update

v5.1.1

Toggle v5.1.1's commit message

Unverified

This user has not yet uploaded their public signing key.
fix(dependencies): audit

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request danilowoz#205 from danilowoz/feat/native-path-comp…

…onent

Feat/native path component

v5.0.4

Toggle v5.0.4's commit message
perf(native): improve performance by removing the internal state (dan…

…ilowoz#193)

* perf(native): improve perfomance removing internal state

related danilowoz#178 related danilowoz#187

* test(native): update snapshots

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(dependencies): audit (danilowoz#192)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(native): creates the styles obj using assign (danilowoz#183)

closes danilowoz#182

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(interface): path to interface declaration (danilowoz#180)

Closes danilowoz#179

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V5: API changes (danilowoz#176)

* feat(api): updates background and foreground

BREAKING CHANGE: Rename `primaryColor` to `backgroundColor` and `secondaryColor` to
`foregroundColor`.

* feat(api): updates uniqueKey

BREAKING CHANGE: Renamed prop key `uniquekey` to `uniqueKey`

* fix(svg): removes unnecessary keys

* fix(web svg): adds display name

* feat(a11y): improves attrs

BREAKING CHANGE: 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

Toggle v4.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(Interface): extend svg attr (danilowoz#172)

* fix(interface): extends from svg element

* fix(native interface): extend from svg native package