Tags: xaronnn/react-content-loader
Tags
fix(native): creates the styles obj using assign (danilowoz#183) closes danilowoz#182
fix(interface): path to interface declaration (danilowoz#180) Closes danilowoz#179
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
fix(Interface): extend svg attr (danilowoz#172) * fix(interface): extends from svg element * fix(native interface): extend from svg native package
fix(typecheck): aria-label prop (danilowoz#167) * Update index.ts * Update index.ts * Updating ariaLabel * ariaLabel case update * Update Svg.tsx
Merge pull request danilowoz#156 from danilowoz/dependencies fix(dependencies): move native dependencies to native module
Merge pull request danilowoz#155 from danilowoz/native-remove-listener fix(native): remove listener on unmont
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
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