56 Commits

Author SHA1 Message Date
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
Nicolas Gallagher ae2abc578a [change] update dependencies 2015-10-19 18:45:33 -07:00
Nicolas Gallagher a26033be2d 0.0.8 2015-10-18 17:56:05 -07:00
Nicolas Gallagher 7f5a2807e2 [fix] avoid eslint-plugin-react@3.6.0 bug 2015-10-18 11:23:29 -07:00
Nicolas Gallagher a19b57df4d 0.0.7 2015-10-18 09:11:38 -07:00
Nicolas Gallagher 1c444569ae [change] React 0.14 support 2015-10-18 08:54:09 -07:00
Nicolas Gallagher 6772233837 [remove] Swipeable 2015-10-17 18:49:21 -07:00
Nicolas Gallagher cd89f88d96 [add] StyleSheet API
Initial StyleSheet implementation for Web. Converts style object
declarations to "atomic" CSS rules.

Close gh-25
2015-10-17 17:52:01 -07:00
Nicolas Gallagher b59bdb17b2 [change] Unit test setup and reporter 2015-10-17 17:51:54 -07:00
Nicolas Gallagher 2bfa579fe4 [remove] babel-plugin-typecheck 2015-10-17 17:51:30 -07:00
Nicolas Gallagher f4c6e33b2f Fix #26 2015-10-01 15:18:28 -07:00
Nicolas Gallagher ec9985a3b3 0.0.6 2015-09-20 19:52:18 -07:00
Nicolas Gallagher 1d1b633317 npm-script: fix 'test' 2015-09-20 16:40:46 -07:00
Nicolas Gallagher e727193809 TextInput: props and tests 2015-09-20 15:43:52 -07:00
Nicolas Gallagher b3beea9bb3 Fix npm scripts 2015-09-20 15:25:03 -07:00
Nicolas Gallagher 283ab2fa2e Update dependencies 2015-09-12 18:07:22 -07:00
Nicolas Gallagher c7524b7b6f Add Flow type checking; React >= 0.13 2015-09-11 21:17:48 -07:00
Nicolas Gallagher eada8e7fc7 Refactor dev workflow 2015-09-08 23:29:31 -07:00
Nicolas Gallagher e6cbea82c4 Don't optimize published package 2015-09-07 12:59:16 -07:00
Nicolas Gallagher b9c8a560a0 0.0.5 2015-09-07 10:16:22 -07:00
Nicolas Gallagher 2e087c10ad Add karma-firefox-launcher 2015-09-07 09:51:09 -07:00
Nicolas Gallagher 50771fc5cd Misc fixes 2015-09-07 09:45:10 -07:00
Nicolas Gallagher 17d993261b 0.0.4 2015-09-03 19:43:32 -07:00
Nicolas Gallagher d5b3b60c04 Update package.json and scripts 2015-09-03 19:38:36 -07:00
Nicolas Gallagher 1417dd2e6a Install eslint and fix code style 2015-09-02 17:15:05 -07:00
Nicolas Gallagher 92dbadacb5 Initial test framework setup 2015-09-01 14:44:42 -07:00
Nicolas Gallagher 89202e51f6 0.0.3 2015-07-05 15:23:41 -07:00
Nicolas Gallagher 73ab488de5 0.0.2 2015-07-05 15:22:36 -07:00
Nicolas Gallagher a856049f03 Use latest css-loader: improved selector parsing 2015-06-21 16:17:54 -07:00
Nicolas Gallagher cb039d075f Reorganize modules 2015-06-14 23:02:55 -07:00