Skip to content

Tags: Ifechukwudaniel/react-content-loader

Tags

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

v4.3.3

Toggle v4.3.3's commit message
fix(typecheck): aria-label prop (danilowoz#167)

* Update index.ts

* Update index.ts

* Updating ariaLabel

* ariaLabel case update

* Update Svg.tsx

v4.3.2

Toggle v4.3.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#156 from danilowoz/dependencies

fix(dependencies): move native dependencies to native module

v4.3.1

Toggle v4.3.1'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#155 from danilowoz/native-remove-listener

fix(native): remove listener on unmont

v4.3.0

Toggle v4.3.0's commit message
feat(codebase): react native support (danilowoz#153)

re danilowoz#148, re danilowoz#137, re danilowoz#106, re danilowoz#89, re danilowoz#16, re danilowoz#6

* build(rollup): native bundle

* feat(native): stylized components

* build(typescript): react native check

* feat(typing): improves

* build(tsconfig): by environment

* test(web native): setup

* test(native): support

* docs(readme): native documentation

v4.2.2

Toggle v4.2.2's commit message
fix(svg): uses correct aria-* attribute for label (danilowoz#149)

according to the MDN documentation, the aria-labelledby attribute is reserved for one or more
element IDs to associate a label with an element. the aria-label attribute is for a string when no
visible label on the screen

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(svg/filter): add baseurl prop (danilowoz#144)

* fix(svg/filter): add baseurl prop

* test(baseurl): add tests

* docs(prop): baseurl

v4.2.0

Toggle v4.2.0's commit message
 feat(svg): add a gradientRatio prop (danilowoz#140)

* feat(svg): add an interval prop

Add an interval prop that controls the duration of the interval between two animations. For
instance, an interval of `.25` and an animation speed of `2` imply that the animation will
take 1.5s to complete, and wait 0.5s before starting again.

* feat(svg): add a gradientRatio prop

Add a gradientRatio prop that controls the width of the gradient relative to the viewbox's own
width. For instance, a gradientRatio of `0.5` and a width of `200` imply that the resulting gradient
will have a width of 100px.

* docs(docz): add props section

v4.1.0

Toggle v4.1.0's commit message
feat(svg): add an interval prop (danilowoz#139)

* feat(svg): add an interval prop

Add an interval prop that controls the duration of the interval between two animations. For
instance, an interval of `.25` and an animation speed of `2` imply that the animation will
take 1.5s to complete, and wait 0.5s before starting again.

* docs(options): add interval prop

v4.0.1

Toggle v4.0.1's commit message
fix(Holder): Named default export of Holder.tsx

Closes danilowoz#131 Closes danilowoz#132