Commit Graph

319 Commits

Author SHA1 Message Date
Nicolas Gallagher bff3f50ae0 Fix release script 2017-12-30 18:42:35 -08:00
Nicolas Gallagher f52a851972 Use an .eslintignore file 2017-12-24 12:50:44 +00:00
Nicolas Gallagher 3026465ae3 Monorepo
Introduces a monorepo structure, relies on yarn workspaces to share
dependencies, and lerna for syncing versions across the monorepo.

* Create 2 workspaces:
    'packages' and 'website'
* Create 2 public packages:
    'babel-plugin-react-native-web' and 'react-native-web'
* Create 1 private package:
    'benchmarks'

A simple release script runs the tests, builds the package assets,
increments the package version numbers, git commits and tags, publishes
the package to npm, pushes the changes to github, and releases the
website update.

Close #657
2017-12-24 12:33:41 +00:00
Nicolas Gallagher b545fe47a7 0.2.2 2017-12-20 23:07:21 +00:00
Nicolas Gallagher 3e12ddfb2b 0.2.1 2017-12-20 17:31:25 +00:00
Nicolas Gallagher a712a58eba 0.2.0 2017-12-20 15:01:12 +00:00
Nicolas Gallagher 321051b723 [add] ART export
Improve API compatibility with React Native by exporting 'react-art' as
'ART'.

Fix #602
2017-12-18 17:16:09 +00:00
Nicolas Gallagher 0dfe319d41 [change] update the Animated implementation
Replaces the 'animated' package with the latest implementation from
React Native. Requires a few imports to be replaced.

Close #716
Fix #714
Fix #688
2017-12-06 14:01:36 -08:00
Nicolas Gallagher 6bc76c3c92 Update yarn script syntax 2017-12-02 15:58:47 -08:00
Nicolas Gallagher 2acd8e477c Update raf and debounce modules 2017-12-02 15:58:47 -08:00
Nicolas Gallagher ff2b0c9bdc Update to React@16.2 dev dependencies 2017-12-02 15:58:47 -08:00
Nicolas Gallagher 79208720d1 Update webpack tools 2017-12-02 15:58:47 -08:00
Nicolas Gallagher fca04c4125 Update enzyme 2017-12-02 15:58:47 -08:00
Nicolas Gallagher 5b5b72cc19 Update eslint and prettier 2017-12-02 15:58:47 -08:00
Nicolas Gallagher 217ad97bfd [change] Update Flow and types 2017-12-02 15:58:47 -08:00
Nicolas Gallagher 3e3cfc5325 0.1.16 2017-12-02 14:48:35 -08:00
Nicolas Gallagher 5f3e422b5c 0.1.15 2017-12-01 17:55:17 -08:00
Nicolas Gallagher 0f79960b85 0.1.14 2017-11-15 15:21:45 -08:00
Nicolas Gallagher c22a9aff7d 0.1.13 2017-10-31 10:56:36 -07:00
Nicolas Gallagher 92ef3ffbb8 0.1.12 2017-10-20 11:29:45 -07:00
Nicolas Gallagher 9a5b932139 Flatten styles in test snapshots 2017-10-19 12:42:05 -07:00
Nicolas Gallagher ba96e457b4 0.1.11 2017-10-18 11:10:59 -07:00
Nicolas Gallagher bdfe943bd5 0.1.10 2017-10-18 11:08:15 -07:00
Nicolas Gallagher 3870445b7e [add] jest snapshot serializer
Flatten style objects in snapshots
2017-10-17 17:36:34 -07:00
Nicolas Gallagher 5395a3e8bc 0.1.9 2017-10-13 13:25:52 -07:00
Nicolas Gallagher 606181406c 0.1.8 2017-10-11 15:14:43 -07:00
Nicolas Gallagher b537400f38 [fix] remove 'module' from package.json
This is properly supported and there are no ES6 modules in the package at
the moment.
2017-10-11 15:02:58 -07:00
Nicolas Gallagher 0b8e59974b 0.1.7 2017-10-09 13:14:01 -07:00
Nicolas Gallagher 5dd414f9aa 0.1.6 2017-10-05 19:05:13 -07:00
Nicolas Gallagher b08bfb9ad5 0.1.5 2017-10-04 11:49:22 -07:00
Nicolas Gallagher 5faa3af19a 0.1.4 2017-10-03 10:58:32 -07:00
Nicolas Gallagher 3112e2ba56 0.1.3 2017-10-02 10:14:18 -07:00
Nicolas Gallagher c730a20a26 Update formatter 2017-10-01 17:01:27 -07:00
Nicolas Gallagher f7ed60ac67 Update test tools 2017-10-01 17:00:04 -07:00
Nicolas Gallagher 417716391a Update build tools 2017-10-01 16:59:00 -07:00
Nicolas Gallagher ee5e3cb3ca Update eslint packages 2017-10-01 16:54:29 -07:00
Nicolas Gallagher 2298c5d6e3 0.1.2 2017-10-01 16:40:41 -07:00
Nicolas Gallagher e9b2fd8bc4 0.1.1 2017-09-29 16:45:48 -07:00
Nicolas Gallagher 182149aac7 0.1.0 2017-09-26 10:21:04 -07:00
Nicolas Gallagher d6df440987 [change] React 16 support
Fix #364
2017-09-26 10:14:34 -07:00
Nicolas Gallagher df16c24d68 0.0.130 2017-09-25 14:47:38 -07:00
Nicolas Gallagher 8a2c259235 Update inline-style-prefixer 2017-09-21 14:55:52 -07:00
Nicolas Gallagher a7f265de11 Update test tools 2017-09-21 14:52:07 -07:00
Nicolas Gallagher 581529540a Update build tools 2017-09-21 14:50:42 -07:00
Nicolas Gallagher 8ad61d9061 Update formatter 2017-09-21 14:49:31 -07:00
Nicolas Gallagher 3d79861970 0.0.129 2017-09-21 14:20:37 -07:00
Nicolas Gallagher 450722153d 0.0.128 2017-09-20 09:45:25 -07:00
Nicolas Gallagher a5b1dda62d 0.0.127 2017-09-19 15:12:13 -07:00
Nicolas Gallagher 4bbe1a40aa 0.0.126 2017-09-18 21:08:39 -07:00
Nicolas Gallagher c03cfdf8bd Add compile task to build task 2017-09-17 11:25:50 -07:00