Nicolas Gallagher
9333e7e887
0.5.0
2018-02-19 15:48:05 -08:00
Nicolas Gallagher
a53372ceb3
[fix] babel-plugin only rewrites paths for known modules
...
Don't rewrite import paths for non-existent modules or types. They will
attempt to be imported from the package's main export. This change
currently requires a module map to be generated for the babel-plugin to
use. The map is automatically regenerated for any commit that alters the
entry file of react-native-web.
Fix #822
2018-02-19 13:05:42 -08:00
Nicolas Gallagher
a314d5b2e4
[change] MIT license
...
Now possible to license under MIT following the change to React Native's
license.
26684cf3ad
Fix #828
2018-02-17 12:23:45 -08:00
Nicolas Gallagher
155b34e495
Fix unit test timeouts on Travis CI
...
Jest recommends using 'runInBand' for Travis CI. It runs all tests
serially in the current process, rather than creating a worker pool of
child processes that run tests.
2018-02-14 14:26:03 -08:00
Nicolas Gallagher
a41af0f65f
0.4.0
2018-02-06 16:35:20 -08:00
Nicolas Gallagher
96eecc0da3
Replace lerna with custom script
...
Each package version is now updated with each release.
Fix #783
2018-02-06 16:30:03 -08:00
Nicolas Gallagher
a9342daee2
Add release script for benchmarks
2018-01-17 17:40:13 -08:00
Nicolas Gallagher
902ba22877
Update to flow-bin@0.63.1
2018-01-09 17:49:52 -08:00
Nicolas Gallagher
60c2cd65df
Update to lint-staged@6.0.0
2018-01-09 17:36:19 -08:00
Nicolas Gallagher
fde29326f1
Update to lerna@2.6.0
2018-01-09 17:35:53 -08:00
Nicolas Gallagher
a3e44a5c60
Update to enzyme@3.3.0
2018-01-09 17:27:38 -08:00
Maxime Thirouin
17614e348b
Use prettier config instead of CLI args
...
This allows IDE plugins that rely on prettier config (introduced in
[1.6.0](https://github.com/prettier/prettier/pull/2434 )) to detect
prettier and run it automatically with the correct config.
Close #757
2018-01-08 12:06:58 -08:00
Maxime Thirouin
c26ef0eb3b
Run precommit hook automatically
...
Help to ensure that code is formatted and linted before commits and PRs.
Fix #755
Close #756
Close #754
2018-01-08 11:59:26 -08:00
Nicolas Gallagher
209bd3aee1
[fix] babel-plugin support for 'react-native-web' module name
...
Now rewrites import/export/require statements from 'react-native-web'.
Install the plugin in the 'benchmarks' package.
2018-01-01 12:01:22 -08:00
Nicolas Gallagher
46e77d0b00
Change babel presets
...
Tune the compiled output to reduce file size.
2017-12-31 15:47:16 -08:00
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