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
Nicolas Gallagher
03d413bca4
0.0.28
2016-07-05 11:33:29 -07:00
Nicolas Gallagher
24836afd6a
0.0.26
2016-06-28 16:38:31 -07:00
Nicolas Gallagher
c46f242f6b
[add] ReactDOM server API to ReactNative API
2016-06-28 16:38:21 -07:00
Nicolas Gallagher
f33312a4dd
[change] Use animatedjs/animated
...
Depend on 'animatedjs/animated' for the Animation implementation. This
patch also replaces 'es6-set' with a small shim to reduce impact on
production bundle size.
Fix #95
2016-06-23 15:10:43 -07:00
Nicolas Gallagher
7f94c4bf06
Install enzyme
...
Fix #83
2016-06-23 13:50:06 -07:00
Nicolas Gallagher
22f45e350b
[fix] React@15: remove inline-style fallback values
...
React 15 has no way to handle fallback CSS values (for example, vendor
prefixed 'display:flex' values) in inline styles. This patch drops all
fallback values for inline styles at the cost of regressing browser
support (those without standard flexbox support will not layout React
Native components correctly).
Fix #131
2016-06-22 16:13:48 -07:00
Nicolas Gallagher
af40f98f23
[fix] AppState event handler registration
...
Fix #151
2016-06-22 15:41:35 -07:00
Nicolas Gallagher
36e89d5275
[fix] installation on Windows
...
Fix #114
2016-06-20 11:22:42 -07:00
Nicolas Gallagher
b56b8e494a
Update various packages (inc. babel and eslint)
2016-06-14 16:05:30 -07:00
Nicolas Gallagher
a378d3cce2
[change] update to React@15
2016-06-14 13:04:30 -07:00
Nicolas Gallagher
71cfd23624
0.0.25
2016-04-29 12:49:13 -07:00
Nicolas Gallagher
77b8e4a1fc
[fix] pin inline-style-prefix-all
...
Version 1.1.0 contains a breaking change
2016-04-29 12:48:40 -07:00
Nicolas Gallagher
9543a79c3f
0.0.24
2016-04-20 11:38:38 -07:00
Nicolas Gallagher
4d3418a968
0.0.23
2016-04-19 17:11:26 -07:00
Nicolas Gallagher
e03af435ac
0.0.22
2016-04-18 16:55:57 -07:00
Nicolas Gallagher
0b63ba4e89
0.0.21
2016-03-24 11:50:01 -07:00
Nicolas Gallagher
51109d0768
[fix] update inline-style-prefix-all
...
inline-style-prefix-all@1.0.4 doesn't depend on `Set` anymore
2016-03-24 11:49:22 -07:00
Nicolas Gallagher
7a16d5711c
0.0.20
2016-03-20 12:19:40 -07:00
Nicolas Gallagher
203980ab66
[fix] fbjs version compatible with React Native
...
React Native 0.21 currently uses fbjs@0.6.x, and React Native 0.22 will
use fbjs@0.7.x.
Fix #103
2016-03-20 12:11:31 -07:00
Nicolas Gallagher
36ea662402
0.0.19
2016-03-16 10:19:17 -07:00
Nicolas Gallagher
c589d79035
Reorganize karma and webpack configs
2016-03-16 00:48:37 -07:00
Nicolas Gallagher
54597edbaf
0.0.18
2016-03-15 17:27:42 -07:00
Nicolas Gallagher
bf7beb4102
Update dependencies
2016-03-15 14:25:27 -07:00
Nicolas Gallagher
efccbe41bb
0.0.17
2016-03-12 08:00:02 -08:00
rofrischmann
e627e0cd77
Use inline-style-prefix-all for vendor prefixes
...
Fix #74
Close #82
2016-03-08 00:31:43 -08:00
Nicolas Gallagher
4cd38552cd
Fix the 'test:watch' npm-script
2016-03-07 21:18:30 -08:00
Nicolas Gallagher
fd9232201d
0.0.16
2016-02-22 19:39:12 -08:00
Nicolas Gallagher
8e0d94e092
Use 'fbjs' instead of separate packages
2016-02-22 14:00:43 -08:00
Nicolas Gallagher
25f96ba8ae
[fix] StyleSheet prefixing on client and server
...
A small error from referencing the wrong value caused prefixed values to
be dropped. The patch also updated inline-style-prefixer and turns all
vendor prefixes on by default. This provides the option to drop all the
caniuse and bowser data that inline-style-prefixer uses (probably by
forking the project and removing those dependencies).
Fix #51
2016-02-22 13:55:09 -08:00
Nicolas Gallagher
791ede06dd
0.0.15
2016-02-18 23:04:35 -08:00
Nicolas Gallagher
e5ecc26d21
0.0.14
2016-02-18 21:32:08 -08:00
Nicolas Gallagher
1c7fb4cb45
Add APIs
...
- AppRegistry
- AppState
- AsyncStorage
- Dimensions
- NativeMethods
- NetInfo
- PixelRatio
- Platform
- UIManager
2016-02-16 23:54:06 -08:00
Nicolas Gallagher
c65aa8a943
0.0.13
2015-12-27 12:05:35 +00:00
Nicolas Gallagher
8ac84f6da5
[change] StyleSheet: support code-splitting / export smaller API
...
Quick-fix for code-splitting support by updating the rendered style
sheet in place. Reduce the API to `create`, as the rest is now internal
to the framework.
Fix #34
2015-12-27 11:54:53 +00:00
Nicolas Gallagher
804132ce36
[fix] 'process.env.NODE_ENV' check
...
Use babel to transpile the source code without bundling it.
Use webpack to create a standalone, productionized UMD bundle.
Fix #50
2015-12-26 14:22:36 +00:00
Nicolas Gallagher
fd04d65b03
0.0.12
2015-12-20 03:24:57 -08:00
Nicolas Gallagher
8a5f9cd7d9
0.0.11
2015-12-19 06:04:03 -08:00
Nicolas Gallagher
aac6b796b2
Replace 'EnvironmentPlugin' with 'DefinePlugin'
2015-12-19 05:47:20 -08:00
Nicolas Gallagher
ffc6368162
0.0.10
2015-12-13 12:49:48 -08:00
Nicolas Gallagher
b2a4d742a9
[chore] update dependencies
2015-12-01 16:01:51 -08:00
Nicolas Gallagher
8b965fdfa0
[chore] update development dependencies
2015-12-01 15:58:04 -08:00
Nicolas Gallagher
13e36bee65
0.0.9
2015-10-24 12:06:37 -07:00
Tom Ashworth
894fd0362d
[add] initial ScrollView
...
Supports the following props: `children`, `contentContainerStyle`,
`horizontal`, `onScroll`, `scrollEnabled`, `scrollEventThrottle`, and
`style`.
Fix #6
2015-10-24 11:35:30 -07:00
Nicolas Gallagher
a1664927ce
[change] initial example with media queries
2015-10-21 18:00:10 -07:00