Commit Graph

93 Commits

Author SHA1 Message Date
Erwann Mest
b3ea38e4e7 docs(README): fix "Black box in Safari / iOS" (#181) 2020-02-03 11:28:12 +00:00
Danilo Woznica
a2fb377ff9 Update README.md 2020-01-27 20:50:41 +00:00
Danilo Woznica
6547763d30 docs(readme): add link to docs 2020-01-26 20:58:56 +00:00
Danilo Woznica
8ed714cb3d V5: API changes (#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
2020-01-26 20:06:38 +00:00
Danilo Woznica
06432e257d fix(Interface): extend svg attr (#172)
* fix(interface): extends from svg element

* fix(native interface): extend from svg native package
2019-12-25 23:27:01 -03:00
Danilo Woznica
ca628bf89f docs(development): migrate to storybook (#171)
* docs(dev mode): migrate to storybook

* style(codebase): update eslint rules

* build(dev dependencies): update
2019-12-25 22:44:18 -03:00
Danilo Woznica
cc64259ed7 docs(properties): viewbox 2019-12-09 17:09:12 -03:00
GOLDI KUMAR
f2f058bd28 fix(typecheck): aria-label prop (#167)
* Update index.ts

* Update index.ts

* Updating ariaLabel

* ariaLabel case update

* Update Svg.tsx
2019-12-06 16:50:40 -03:00
Patrick Aljord
fb544dd6c0 add reacteurope badge to readme 2019-11-22 20:06:45 +01:00
Danilo Woznica
db6131fb4f docs(getting started): add dependency 2019-10-13 15:36:19 +01:00
Danilo Woznica
e12cfc5b20 Update README.md 2019-09-25 17:53:45 +01:00
Danilo Woznica
abc604bb4c Update README.md 2019-09-25 17:52:50 +01:00
Danilo Woznica
ef863dab50 Update README.md 2019-09-25 13:53:22 +01:00
Danilo Woznica
a04f788057 feat(codebase): react native support (#153)
re #148, re #137, re #106, re #89, re #16, re #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
2019-09-25 13:41:59 +01:00
Josh Kuttler
578ee06ede docs(README.md): added bit components (#152)
Exported library using bit so people can now:
- Find and install the component in bit.dev.
- Play with the examples and edit the code.
- See all the tests in each component.
- Install each component individually instead of installing all the project.
- Import component in their project to modify the code locally if needed.
- See all dependencies.
- See bundle size of the component before installing it.
2019-08-19 09:52:11 +01:00
Danilo Woznica
570dd6bc2d Update README.md 2019-05-02 13:26:17 +01:00
Danilo Woznica
69f56bddc6 Update README.md 2019-04-14 18:36:16 +01:00
Danilo Woznica
1917fb1fa2 Update README.md 2019-03-07 14:19:33 +00:00
Danilo Woznica
4de8d96b7b fix(svg/filter): add baseurl prop (#144)
* fix(svg/filter): add baseurl prop

* test(baseurl): add tests

* docs(prop): baseurl
2019-03-07 14:13:20 +00:00
Alexandre Kirszenberg
b8e5cb9e8c feat(svg): add a gradientRatio prop (#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
2019-03-06 21:34:14 +00:00
Alexandre Kirszenberg
6f26e2d5be feat(svg): add an interval prop (#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
2019-03-06 20:51:02 +00:00
Eran Shmil
ee53c9e56e chore(readme): fix url and add new similar package (#136) 2019-02-15 10:08:15 +00:00
Danilo Woznica
efc7fddb2b chore(docs): updating (#135) 2019-02-06 22:55:33 +00:00
Danilo Woznica
88ff13b2f3 Update README.md 2019-01-29 17:02:58 +00:00
Danilo Woznica
9704798869 Update README.md 2019-01-28 21:50:25 +00:00
Danilo Woznica
a214a244b5 Improv/doc (#130)
* docs(Readme): Update tagline

* docs(README): Usage

* docs(README): Options

* docs(README): Development

* docs(README): Known issues

Closes #93

* docs(README): Some fixes
2019-01-28 21:45:40 +00:00
Ajay Poshak
84d10ddbe4 Add docz documentation (#119)
* Ignore file generated by docz

* Add docz config

* Bump react versions; Add docz deps; Add docz scripts

* Introduction docs for docz

* Add usage docs

* Remove unused import

* Ignore rpt2_cache in version control

* Remove storybook and update dev script

* Update docs to refer docz instead of storybook

* Remove storybook files

* Ignore vs code specific files in version control
2018-12-07 16:40:57 +00:00
Danilo Woznica
d4647451d9 Update README.md 2018-11-28 14:03:09 +00:00
Danilo Woznica
4e2529048c Typo readme 2018-11-27 22:47:39 +00:00
Danilo Woznica
00754ab929 feat(a11y): Add title and aria label (#115)
Closes #110
2018-11-27 22:45:13 +00:00
Danilo Woznica
2d3baf7039 Feat/rtl (#104)
* Improv code

* feat(Wrap): RTL direction

* test(Tests): Code style

* test(RTL): Add test
2018-09-29 14:33:22 +01:00
Sam Walsh
3a72b14f50 New primaryOpacity and secondaryOpacity props to work around Safari rgba bug (#96)
* Safari and iOS transparency workaround

Introduction of `primaryOpacity` and `secondaryOpacity`

* Remove primaryOpacity/secondaryOpacity conditional props type

* Add tests for primaryOpacity and secondaryOpacity
2018-05-09 21:54:56 -03:00
Danilo Woznica
29ba1d12c1 Update README.md 2018-05-09 21:06:28 -03:00
Danilo Woznica
d7cedda1e4 Fix typos 2018-04-29 12:39:59 -03:00
Danilo Woznica
caa698fdc7 Update README.md 2018-04-08 21:00:10 -03:00
Danilo Woznica
7caa2135c3 Update README.md 2018-04-08 20:59:37 -03:00
Roy
88257ee720 docs(readme): fix typos (#90) 2018-03-29 17:19:42 -03:00
Danilo Woznica
cabf854466 Update README.md 2018-03-25 22:32:13 -03:00
Danilo Woznica
575d7c8661 Update README.md 2018-03-25 22:29:47 -03:00
Danilo Woznica
d91d76ce76 Update README.md 2018-03-25 22:28:35 -03:00
EGOIST
a7c243dfab Add vue-content-loader (#88) 2018-03-22 12:53:53 -03:00
Danilo Woznica
6a3a7c9a58 Update README.md 2018-03-12 18:03:35 -03:00
Danilo Woznica
a8dae9f563 add beerpay 2018-02-19 11:36:38 -03:00
Danilo Woznica
a0902d137e Add Beerpay's badge 2018-02-19 11:24:05 -03:00
Danilo Woznica
5f1b905473 Update screenshots 2018-02-18 11:30:08 -03:00
Danilo Woznica
7b9d65d1f7 refactor(Readme and types): Cosmetic things 2018-02-13 14:02:56 -02:00
caian-gums
f1258ce15d Handle animation (#80)
* Add props and create logic to controll speed animation

* Add stories to no animation

* Add tests on animation prop

* Set animation to appear just when animate prop is true

* Change tests to expected behavior

* Att on readme

* Update readme

* Realocate tests

* Export default props

* Refactor tests

* Refactor disposal of tests
2018-02-05 14:24:25 -02:00
Danilo Woznica
1f5429d30f Update README.md 2018-02-03 15:55:58 -02:00
Danilo Woznica
2a3d2e02af Badges 2018-02-03 15:41:47 -02:00
Danilo Woznica
cbe309eec3 Update README.md 2018-02-03 15:00:08 -02:00