Commit Graph

320 Commits

Author SHA1 Message Date
semantic-release-bot
b28593adef chore(release): 9.10.1 [skip ci]
## [9.10.1](https://github.com/react-native-community/react-native-svg/compare/v9.10.0...v9.10.1) (2019-10-01)

### Bug Fixes

* project.pbxproj for non cocoapods builds ([cd70134](https://github.com/react-native-community/react-native-svg/commit/cd70134)), closes [#1130](https://github.com/react-native-community/react-native-svg/issues/1130)
2019-10-02 01:30:13 +03:00
semantic-release-bot
f409ce9a88 chore(release): 9.10.0 [skip ci]
# [9.10.0](https://github.com/react-native-community/react-native-svg/compare/v9.9.9...v9.10.0) (2019-10-01)

### Features

* improve marker rendering ([9628830](https://github.com/react-native-community/react-native-svg/commit/9628830))
* improve marker rendering ([2e3069d](https://github.com/react-native-community/react-native-svg/commit/2e3069d))
* **android:** implement marker rendering ([ceee5ff](https://github.com/react-native-community/react-native-svg/commit/ceee5ff))
* **ios:** implement marker rendering ([589363d](https://github.com/react-native-community/react-native-svg/commit/589363d))
* define marker attributes ([61533c6](https://github.com/react-native-community/react-native-svg/commit/61533c6))
* define marker element ([e7b5978](https://github.com/react-native-community/react-native-svg/commit/e7b5978))
2019-10-01 12:16:16 +03:00
semantic-release-bot
320d377d32 chore(release): 9.9.9 [skip ci]
## [9.9.9](https://github.com/react-native-community/react-native-svg/compare/v9.9.8...v9.9.9) (2019-09-28)

### Bug Fixes

* handling of numeric id ([2fb39f5](https://github.com/react-native-community/react-native-svg/commit/2fb39f5)), closes [#1077](https://github.com/react-native-community/react-native-svg/issues/1077)
2019-09-28 19:34:33 +03:00
semantic-release-bot
42a2606d11 chore(release): 9.9.8 [skip ci]
## [9.9.8](https://github.com/react-native-community/react-native-svg/compare/v9.9.7...v9.9.8) (2019-09-28)

### Bug Fixes

* **android:** mask height and vertical position calculation ([74b42a7](https://github.com/react-native-community/react-native-svg/commit/74b42a7)), closes [#1097](https://github.com/react-native-community/react-native-svg/issues/1097)
2019-09-28 17:45:16 +03:00
Mikael Sand
1427dd6822 chore: upgrade devDependencies 2019-09-28 12:27:32 +03:00
semantic-release-bot
959614ef4f chore(release): 9.9.7 [skip ci]
## [9.9.7](https://github.com/react-native-community/react-native-svg/compare/v9.9.6...v9.9.7) (2019-09-28)

### Bug Fixes

* add gradientTransform to d.ts ([3f08c46](https://github.com/react-native-community/react-native-svg/commit/3f08c46)), closes [#1069](https://github.com/react-native-community/react-native-svg/issues/1069)
* handling of gradients without stops ([18828c0](https://github.com/react-native-community/react-native-svg/commit/18828c0)), closes [#1099](https://github.com/react-native-community/react-native-svg/issues/1099)
* handling of rounded rect ([c12d66e](https://github.com/react-native-community/react-native-svg/commit/c12d66e)), closes [#1112](https://github.com/react-native-community/react-native-svg/issues/1112)
* units in linear and radial gradients ([70c54e6](https://github.com/react-native-community/react-native-svg/commit/70c54e6)), closes [#1110](https://github.com/react-native-community/react-native-svg/issues/1110) [#1118](https://github.com/react-native-community/react-native-svg/issues/1118)
2019-09-28 04:51:08 +03:00
semantic-release-bot
e91b40677a chore(release): 9.9.6 [skip ci]
## [9.9.6](https://github.com/react-native-community/react-native-svg/compare/v9.9.5...v9.9.6) (2019-09-27)

### Bug Fixes

* **ios:** animation of clipPath contents, fixes [#1119](https://github.com/react-native-community/react-native-svg/issues/1119) ([8bb5b22](https://github.com/react-native-community/react-native-svg/commit/8bb5b22))
* handling of focusable, fixes [#1117](https://github.com/react-native-community/react-native-svg/issues/1117) ([bd7e492](https://github.com/react-native-community/react-native-svg/commit/bd7e492))
2019-09-27 13:45:39 +03:00
semantic-release-bot
3c7dafad37 chore(release): 9.9.5 [skip ci]
## [9.9.5](https://github.com/react-native-community/react-native-svg/compare/v9.9.4...v9.9.5) (2019-09-25)

### Bug Fixes

* handling of color/tintColor, fixes [#1088](https://github.com/react-native-community/react-native-svg/issues/1088) and [#1115](https://github.com/react-native-community/react-native-svg/issues/1115) ([1eaf3a6](https://github.com/react-native-community/react-native-svg/commit/1eaf3a6))
2019-09-25 16:48:24 +03:00
semantic-release-bot
d21213d922 chore(release): 9.9.4 [skip ci]
## [9.9.4](https://github.com/react-native-community/react-native-svg/compare/v9.9.3...v9.9.4) (2019-09-16)

### Bug Fixes

* release process ([79bbaf1](https://github.com/react-native-community/react-native-svg/commit/79bbaf1))
2019-09-16 21:15:46 +03:00
Mikael Sand
79bbaf1e57 fix: release process 2019-09-16 21:14:03 +03:00
Mikael Sand
586d73ce22 9.9.3 2019-09-09 23:22:40 +03:00
Mikael Sand
561057c87e v9.9.2 2019-09-09 22:26:36 +03:00
Mikael Sand
b940b3ba2c fix: use npmignore instead of files #1094 2019-09-09 21:12:46 +03:00
Mikael Sand
794904b2e4 fix: include native folders #1094 2019-09-09 21:06:46 +03:00
Mikael Sand
5c819da57f 9.9.0 2019-09-09 20:24:48 +03:00
Mikael Sand
f471892478 fix: type definitions file reference 2019-09-09 15:38:16 +03:00
Mikael Sand
1131e31264 fix: src file reference 2019-09-09 15:20:29 +03:00
Mikael Sand
4f3e34e556 refactor: typescript 2019-09-09 05:44:29 +03:00
Mikael Sand
4100730d2b 9.8.5 2019-09-08 02:44:03 +03:00
Mikael Sand
511c8940e6 9.8.4 2019-09-02 19:32:44 +03:00
Mikael Sand
3ddcea5311 9.8.3 2019-09-01 19:32:51 +03:00
Mikael Sand
03998f6920 9.8.2 2019-09-01 16:14:17 +03:00
Mikael Sand
fc218856b0 9.8.1 2019-08-31 01:18:54 +03:00
Mikael Sand
583272ca0e 9.8.0 2019-08-30 16:55:32 +03:00
Mikael Sand
7d60b06a1e 9.7.1 2019-08-27 18:11:58 +03:00
Mikael Sand
f76b2217cc lint: upgrade dev-deps and fix formatting 2019-08-26 23:22:58 +03:00
Mikael Sand
a7c92c62a1 9.7.0 2019-08-25 22:44:45 +03:00
Mikael Sand
a999febc54 9.6.4 2019-08-15 21:09:18 +03:00
Mikael Sand
8cde844b6a 9.6.3 2019-08-15 21:06:31 +03:00
Mikael Sand
db8e595a9d 9.6.2 2019-08-05 19:15:00 +03:00
Mikael Sand
ca22f05725 9.6.1 2019-08-05 02:23:41 +03:00
Mikael Sand
fbe48715dc 9.6.0 2019-08-05 02:21:10 +03:00
Mikael Sand
f5bf06afd2 Adopt changes from community guideline for repository setup
https://github.com/react-native-community/.github/blob/master/Guidelines/Repository%20Setup.md
2019-07-26 02:51:02 +03:00
Mikael Sand
b33a6fbab7 9.5.3 2019-07-16 14:52:38 +03:00
Mikael Sand
7ffd07473e Upgrade devDependencies 2019-07-16 14:50:44 +03:00
Mikael Sand
a72cf86e23 9.5.2 2019-07-16 13:24:23 +03:00
Mikael Sand
115b3f94bb 9.5.1 2019-06-09 21:12:38 +03:00
Mikael Sand
441ae4860a 9.5.0 2019-06-09 14:32:11 +03:00
Mikael Sand
2adf32645a 9.4.0 2019-04-13 22:09:57 +03:00
Mikael Sand
3e4505caa4 9.3.7 2019-03-31 18:29:30 +03:00
Mikael Sand
27b49b2e4d 9.3.6 2019-03-21 19:06:39 +02:00
Mikael Sand
1106dbae2e 9.3.5 2019-03-18 20:45:42 +02:00
Mikael Sand
0bea45b5e7 9.3.4 2019-03-18 20:10:58 +02:00
Mikael Sand
cdf862ba73 9.3.3 2019-03-11 16:59:08 +02:00
Mikael Sand
3321ba1974 9.3.2 2019-03-11 16:56:55 +02:00
Mikael Sand
84e6f2402c 9.3.1 2019-03-11 04:37:52 +02:00
Mikael Sand
a6bd2d07c0 9.3.0 2019-03-11 03:13:07 +02:00
Mikael Sand
742b79b9b9 Add refactored implementation from https://github.com/msand/swgs/ 2019-03-09 04:23:39 +02:00
Mikael Sand
8e888ac1fc 9.2.4 2019-02-09 04:03:35 +02:00
Mikael Sand
24e467d202 9.2.3 2019-02-04 02:37:37 +02:00