Skip to content

Tags: xaronnn/react-content-loader

Tags

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

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