Nicolas Gallagher
7cda89c5ce
0.0.60
2016-12-16 12:15:23 +00:00
Nicolas Gallagher
22ab70ea6f
0.0.59
2016-12-14 17:42:15 +00:00
Nicolas Gallagher
c30b67f6db
0.0.57
2016-12-12 15:10:39 +00:00
Nicolas Gallagher
5c482ef3be
0.0.56
2016-12-08 18:29:38 -08:00
Nicolas Gallagher
6bffe1775f
Fix lint error
2016-12-07 16:49:53 -08:00
Maxime Thirouin
945fff0015
Add source files to published package
2016-11-25 12:38:29 -08:00
Nicolas Gallagher
8c7cdbf4be
0.0.55
2016-11-24 10:24:19 -08:00
Nicolas Gallagher
cda8d05bb7
0.0.54
2016-11-24 08:42:53 -08:00
Nicolas Gallagher
f5f9389728
0.0.53
2016-11-22 17:46:57 -08:00
Nicolas Gallagher
36eafbc2f5
0.0.52
2016-11-22 17:10:14 -08:00
Nicolas Gallagher
bca3398c1c
Correct devDependencies
2016-11-22 17:08:04 -08:00
Nicolas Gallagher
722d77e8e5
Smaller production builds
...
Builds on the exclusion of PropTypes from production builds:
- Remove 'lodash' and use smaller modules for equivalent functions.
- Remove use of some unnecessary Facebook utilities.
- Remove 'TouchableBounce'; it isn't part of React Native anymore.
- Remove stray import of 'react-dom/server'.
- Exclude 'StyleSheetValidation' from production.
Measuring the UMD build (gzip)…
Before: ~100KB
After: ~60KB
2016-11-22 16:59:20 -08:00
Nicolas Gallagher
8dd39c681c
[change] allow propTypes to be removed in production builds
...
Fix #254
2016-11-22 16:57:22 -08:00
Nicolas Gallagher
4005f9ddde
0.0.51
2016-11-21 12:42:58 -08:00
Nicolas Gallagher
f192a9ba26
[fix] Depend on React@15.3
...
React@15.4 includes changes that prevent the ResponderEventPlugin from
being properly injected, which breaks Touchables and PanResponder.
Fix #257
2016-11-21 12:38:37 -08:00
Nicolas Gallagher
e688a949fb
0.0.50
2016-11-20 14:00:42 -08:00
Nicolas Gallagher
fa14995a35
Use jest for testing
...
Thanks to @paularmstrong:
https://github.com/necolas/react-native-web/pull/249
2016-11-09 10:00:49 -08:00
Nicolas Gallagher
3b661d8d6d
0.0.49
2016-11-03 09:16:00 -07:00
Nicolas Gallagher
1963e9109a
0.0.48
2016-10-27 21:12:04 -07:00
Nicolas Gallagher
f5d0f73b4f
0.0.47
2016-10-13 10:30:49 -07:00
Nicolas Gallagher
dbd607ce47
0.0.46
2016-10-10 17:12:28 -07:00
Nicolas Gallagher
88d13f06f8
0.0.45
2016-09-06 12:42:36 -07:00
Nicolas Gallagher
07d1124d60
Update runtime dependencies
2016-08-26 11:30:45 -07:00
Nicolas Gallagher
c7b3a8e60b
Update react-storybook dependency
2016-08-26 11:30:44 -07:00
Nicolas Gallagher
d32eec7239
Update build and test dependencies
2016-08-26 11:30:38 -07:00
Nicolas Gallagher
f8f2898095
Use Twitter JavaScript style
2016-08-26 11:29:11 -07:00
Nicolas Gallagher
011affb110
0.0.44
2016-08-18 16:27:39 -07:00
Nicolas Gallagher
acc7032d60
0.0.43
2016-08-16 14:05:48 -07:00
Nicolas Gallagher
fb41be1bf7
0.0.42
2016-08-12 14:59:59 -07:00
Nicolas Gallagher
6cadc22ad5
0.0.41
2016-08-03 13:16:50 -07:00
Nicolas Gallagher
e3450ed26c
0.0.40
2016-07-29 14:06:21 -07:00
Nicolas Gallagher
1be2c810d1
Minor refactor of StyleSheet helpers
2016-07-23 18:54:41 -07:00
Nicolas Gallagher
6f75fb3e0d
Fix gh-pages build
2016-07-22 16:10:14 -07:00
Nicolas Gallagher
424e6b5994
0.0.39
2016-07-22 15:54:02 -07:00
Nicolas Gallagher
66b0387023
add a script to deploy storybook to gh-pages
2016-07-14 00:04:15 -07:00
Nicolas Gallagher
94f37740af
use react-storybook to display examples
...
Initial setup of react-storybook. Includes examples copied from the
React Native repository.
Close #148
2016-07-13 22:19:39 -07:00
Nicolas Gallagher
21eeafabd5
0.0.38
2016-07-12 21:19:28 -07:00
Nicolas Gallagher
0f8cff6124
0.0.37
2016-07-12 17:47:40 -07:00
Nicolas Gallagher
f4515a3995
0.0.36
2016-07-12 13:56:34 -07:00
Nicolas Gallagher
640e41dc34
0.0.35
2016-07-11 19:03:33 -07:00
Nicolas Gallagher
294d94d869
0.0.34
2016-07-11 00:02:15 -07:00
Nicolas Gallagher
61860b6d49
0.0.33
2016-07-10 22:20:03 -07:00
Nicolas Gallagher
c9d68fe93e
Resolve React@15.2.0 unknown props warnings
2016-07-10 18:32:02 -07:00
Nicolas Gallagher
ed2cbfd5d3
[fix] React Native styles -> React DOM styles
...
Add 'createReactStyleObject' to transform a React Native style object
into a React DOM-compatible style object. This is also needed to ensure
that 'setNativeProps' works as expected.
2016-07-06 19:49:55 -07:00
Nicolas Gallagher
3564bbf840
0.0.32
2016-07-06 18:50:25 -07:00
Nicolas Gallagher
215697234e
0.0.31
2016-07-06 18:33:12 -07:00
Nicolas Gallagher
c44da41497
0.0.30
2016-07-06 15:30:40 -07:00
Nicolas Gallagher
331c92fb3a
Use enzyme for all React component tests
2016-07-06 15:26:32 -07:00
Nicolas Gallagher
a15b15c55d
Use babel-preset-react-native
2016-07-06 10:27:43 -07:00
Nicolas Gallagher
4d1e7d8c0b
0.0.29
2016-07-05 13:50:25 -07:00