Mikael Sand
7a7fd8bb75
6.1.2
2018-02-04 00:04:36 +02:00
Mikael Sand
0b25bec695
Relax prop-types peer-dependency.
2018-02-04 00:04:12 +02:00
Mikael Sand
d9f9a2caf6
6.1.1
2018-02-03 23:22:36 +02:00
Mikael Sand
8d7e9d3c3c
6.1.0
2018-02-03 20:53:19 +02:00
Mikael Sand
4ef100cee5
Bump version.
2018-01-19 18:34:15 +02:00
Mikael Sand
22a43c8fd9
Bump version.
2018-01-17 21:36:19 +02:00
Mikael Sand
b9959c779c
Implement tailor made data structure and logic for text on a path rendering.
...
Remove postinstall script and dependencies on PerformanceBezier & QuartzBookPack.
2017-12-28 06:25:07 +02:00
Mikael Sand
f94e17e3be
Implement correct transform parser ( #507 )
2017-11-30 17:32:16 -08:00
Horcrux
dcf0e5af2b
Bump version
2017-11-10 17:58:56 +08:00
James Ide
235e132baf
Update "color" dep to 2.x to fix RN minifier bug
...
There's a bug with the version of UglifyJS that RN/Metro uses which causes an error about "e.length" inside of "color" that was fixed in 2.x. One change to "color" is that `rgbaArray()` was removed and now the call is `rgb().array()`.
2017-11-09 12:28:13 -08:00
Horcrux
e1380828f0
Merge branch 'master' into 6.0.0
...
# Conflicts:
# elements/TextPath.js
# package.json
2017-11-08 12:27:41 +08:00
Horcrux
e1a576fd29
5.5.1
2017-11-08 10:09:09 +08:00
Horcrux
ebeba450c8
Bump version
2017-11-08 00:38:05 +08:00
Horcrux
2998aa1bb6
Download Quartz and PerformanceBezier from github
2017-11-07 18:49:53 +08:00
Horcrux
7e1cb4de3f
fix conflicts
2017-11-07 17:26:47 +08:00
Horcrux
9bdc23d4e6
merge master
2017-11-07 17:25:57 +08:00
Horcrux
5b02849865
Bump version and update README
2017-11-07 17:12:32 +08:00
Brent Vatne
f180eacb5f
Bump patch version to 5.4.2
2017-10-13 13:48:28 -07:00
James Ide
1a03745704
Add "react" to devDeps, set peerDep version to "*", run tests on Node 6 & 8
...
RN 0.48 uses alpha 12, 0.49 uses beta 5, and 0.50 uses 16.0.0. "*" covers everything and "react-native" specifies what peerDep version it wants anyway.
"react" is listed under devDeps so that we get the correct version for testing.
CI: RN's own tests don't run on Node 4 anymore, test just 6 and 8.
2017-10-13 11:56:26 -07:00
magicismight
be8797be52
Add PerformanceBezier as a submodule
2017-09-24 23:44:17 +08:00
magicismight
2ddb0bddc6
Fix strokeDasharray.concat(strokeDasharray)
...
`strokeDasharray.concat(strokeDasharray)` has created a new array
should assign to strokeDasharray.
Remove devDependencies
2017-08-08 11:25:38 +08:00
Mikael Sand
cb17db0e88
Merge remote-tracking branch 'upstream/master' into 5.4.0-conformance
...
# Conflicts:
# package.json
2017-08-04 17:25:54 +03:00
Mikael Sand
eea2b4a0a8
Merge remote-tracking branch 'up/5.3.3' into 5.3.0-conformance
...
# Conflicts:
# elements/TextPath.js
# lib/extract/extractViewBox.js
2017-08-04 17:22:54 +03:00
magicismight
294cda65af
Just remove @Override symbol to support both 0.46.0 and 0.47.0
2017-08-03 15:31:11 +08:00
magicismight
3ebce7dae9
Bump version
2017-08-03 15:04:23 +08:00
magicismight
b45805b4cf
Add support for 0.47.0
2017-08-03 14:54:13 +08:00
magicismight
54545aee6a
Bump version
2017-08-03 14:48:18 +08:00
Mikael Sand
30ef288ded
Fix peerDep
2017-07-24 03:04:55 +03:00
Mikael Sand
1a9a051ee9
Fix linting, warnings, add noinspection suppression comments.
2017-07-24 00:08:28 +03:00
Mikael Sand
9caae79e8b
Remove "-conformance" from version.
2017-07-21 15:27:51 +03:00
magicismight
176418c119
Bump version
2017-07-21 12:27:04 +08:00
Mikael Sand
7547effd1f
Merge remote-tracking branch 'upstream/master' into 5.3.0-conformance
...
# Conflicts:
# lib/extract/extractViewBox.js
# package.json
2017-07-15 14:07:29 +03:00
James Ide
2ce6dfbd0d
Bump version to 5.3.0 for RN 0.46, update peerDependency range for RN
2017-07-07 20:33:50 -07:00
Igor Borges
5f87ffe337
move react-native to devDependencies
2017-06-26 18:09:47 -03:00
magicismight
caaadd3621
Bump version to 5.2.0
2017-06-08 13:44:08 +08:00
Mikael Sand
93eaa6bc48
Set react version to <15.5.0
2017-06-07 17:05:14 +03:00
Mikael Sand
d4be0d3a29
Set react-native version to less than 0.43
2017-06-07 17:00:03 +03:00
Mikael Sand
28dc02928e
Add upper limit to react-native version
2017-06-07 16:51:23 +03:00
Mikael Sand
b758d77a98
Transform fix
2017-06-06 00:14:02 +03:00
Tim Rijavec
294d2da2b3
Replaced React and RN PropTypes with prop-types package
2017-05-15 16:34:42 +01:00
陈阳
beb0ee9506
Upgrade react-native to 0.44.0, Upgrade peerDependencies
2017-05-02 11:57:56 +08:00
Horcrux
b2bb3c31b4
Bump version to 5.1.7
2017-04-04 12:47:26 +08:00
Horcrux
6b44f06699
Bump version to 5.1.6
2017-03-05 08:34:13 +08:00
Horcrux
d28c9104b8
bump version;2C
2017-02-04 11:04:48 +08:00
Horcrux
92dcab991a
Bump version
2017-01-22 21:23:44 +08:00
Horcrux
80647727bd
Remove example
2017-01-18 13:52:19 +08:00
Horcrux
5625f56d19
bump version to 5.1.2
2017-01-16 14:46:24 +08:00
Horcrux
a981585b6b
bump version to 5.1.1
2017-01-15 20:59:01 +08:00
Horcrux
7c42772406
bump version to 5.1.0
2017-01-15 20:23:53 +08:00
Horcrux
dd5a08a588
Fix curveTo in TextPath
2017-01-13 23:53:53 +08:00