Commit Graph

28 Commits

Author SHA1 Message Date
Danilo Woznica
2cf826efb1 build(dependencies): audit 2020-09-14 10:02:09 +01:00
Danilo Woznica
b0f0f8d79a fix(dependencies): audit 2020-08-29 15:01:17 +01:00
dependabot[bot]
ee1b340a32 chore(deps): bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 08:50:13 +00:00
dependabot[bot]
1bb3360518 chore(deps): bump npm from 6.14.4 to 6.14.6
Bumps [npm](https://github.com/npm/cli) from 6.14.4 to 6.14.6.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.14.4...v6.14.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 20:54:11 +00:00
Danilo Woznica
4e5bc2ab41 fix(dependencies): audit security issues 2020-06-22 13:17:51 +01:00
dependabot[bot]
ab7473e39f chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 (#203)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-08 09:44:38 +01:00
Danilo Woznica
56139989e4 fix(dependencies): audit (#192) 2020-04-05 15:42:34 +01:00
dependabot[bot]
70e3d5ded8 chore(deps): bump acorn from 5.7.3 to 5.7.4 (#186)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-16 10:01:05 +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
70b76db8d5 fix(dependency): add react-native-svg as dev dependency 2019-10-13 14:35:50 +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
Isac
de826a7f9d upgrade babel 7 (#105) 2018-10-08 10:41:34 +01:00
Danilo Woznica
22f1de5cb6 chore(Package / Root files): Update depencies / Remove unused / Remove old scripts (#103) 2018-09-29 12:14:28 +01:00
Vitor Leonel
ed2c92e450 remove all unused imports from tests (#98)
* remove sinon and duplicate use for chaiEnzyme

* remove sinon and duplicate use for chaiEnzyme

* remove sinon

* remove sinon

* remove sinon

* remove sinon

* remove import ContentLoader

* remove import generateId

* unused  chai

* remove sinon from dev dependencies
2018-06-25 09:53:13 -03:00
Danilo Woznica
928c21d145 3.1.2 2018-05-09 22:08:40 -03:00
Danilo Woznica
6f8b9f3586 3.1.1 2018-02-13 14:33:39 -02:00
Danilo Woznica
bcadba3381 3.1.0 2018-02-13 14:05:18 -02:00
Danilo Woznica
f36b10d902 Improvement tests (#76)
* Improvement tests

* Add Istanbul: Code Coverage Tool

* Fix tests

* Uid test

* Removed istanbul in the depencies
2018-01-23 16:05:37 -02:00
Danilo Woznica
2a85ed04a5 3.0.1 2018-01-23 12:17:19 -02:00
Danilo Woznica
204a552fb8 3.0.0 2018-01-23 12:08:18 -02:00
Yurui Zhang
3fac666067 Setup flow and convert existing component files (#21)
* add flow and babel-preset-flow

* convert index.js to flow

* convert Wrap.js to use flow

* convert CodeStyle.js

* convert other stylized component files to use flow

* convert Rect and Circle to use flow

* add type checking for React.Element
2017-10-24 16:37:11 -03:00
Luis Custodio
a400e32ac8 style(eslint-fixes): change eslint to standard and fix warnings (#18)
This PR is just a proposition in order to enhance the code practices.

* Eslint configuration changes from 4 to 2.
* Fix warnings about missing `;`.
2017-09-18 10:28:54 -03:00
Danilo Woznica
6f7e55f636 Prettier and add esnext field, close #8 2017-09-10 22:39:35 -03:00
Danilo Woznica
8b8998678f Added suport to Storybook 2017-07-26 21:06:55 -03:00
Danilo Woznica
1ab11e1235 Removed some warnings on enzyme (#11) 2017-06-23 10:13:39 -03:00