Nicolas Gallagher
5e4c8e520a
[fix] StyleSheet registry key check
2017-01-02 23:24:24 -08:00
Nicolas Gallagher
bc68b0b6f4
0.0.61
2016-12-27 18:09:11 +00:00
Nicolas Gallagher
695eba45af
[add] Clipboard API
...
Close #125
Fix #122
2016-12-16 11:59:22 +00:00
Nicolas Gallagher
80ba119b83
Update install command
...
Close #285
Close #286
2016-12-14 17:05:15 +00:00
Calvin Chan
f8d5c15405
[add] Button component
2016-12-12 13:02:16 +00:00
Nicolas Gallagher
7536508fe3
Update docs
2016-12-07 16:22:39 -08:00
Nicolas Gallagher
763c5444ce
Add 'ProgressBar' to README
2016-09-06 12:51:59 -07:00
Nicolas Gallagher
103560fc11
Add i18n docs and update README
2016-08-31 15:19:49 -07:00
Nicolas Gallagher
87a4f56a89
[add] Switch component
...
'Switch' on Web can support custom sizes and colors. To do so,
Web-specific propTypes are introduced: `trackColor`, `thumbColor`,
`activeTrackColor`, and `activeThumbColor`.
2016-08-18 16:25:16 -07:00
Nicolas Gallagher
0fc5644959
Add more details to README
...
Fix #57
2016-08-16 14:04:22 -07:00
Nicolas Gallagher
6416166bc3
[add] support for RTL layout
...
Add `I18nManager` API from React Native. This can be used to control
when the app displays in RTL mode.
Add `$noI18n` property suffix for properties that StyleSheet will
automatically flip. This can be used to opt-out of automatic flipping on
a per-declaration basis.
2016-08-12 14:58:53 -07:00
Nicolas Gallagher
5c8cdd7742
[add] export a 'core' module
2016-08-03 13:16:09 -07:00
Nicolas Gallagher
249f157ed9
[fix] ListView child layout
...
Fix #166
2016-07-12 21:18:18 -07:00
Nicolas Gallagher
af60504ca4
[add] Vibration API
2016-07-11 21:51:00 -07:00
Nicolas Gallagher
a7158aeb6f
[change] remove Portal component
...
Portal was undocumented and has been removed from React Native.
Fix #149
2016-07-05 13:49:37 -07:00
Nicolas Gallagher
b4a3053b5b
fix README install command
2016-06-29 17:00:50 -07:00
Nicolas Gallagher
c46f242f6b
[add] ReactDOM server API to ReactNative API
2016-06-28 16:38:21 -07:00
Nicolas Gallagher
d53d1e6e56
Add link to react-native-web-starter
2016-06-20 11:09:50 -07:00
Nicolas Gallagher
f2ea7c089c
[change] separate the React and React Native APIs
...
Fix #136
2016-06-14 13:47:47 -07:00
Nicolas Gallagher
93d1488cc7
Fix README link to View
2016-06-13 11:59:24 -07:00
Nicolas Gallagher
21cc8f47ba
Update documentation
2016-03-15 17:14:44 -07:00
Nicolas Gallagher
efccbe41bb
0.0.17
2016-03-12 08:00:02 -08:00
Nicolas Gallagher
3eced7e842
Update documentation
2016-03-08 00:52:13 -08:00
Nicolas Gallagher
2dff45b561
Add link to Game2048 example
2016-03-07 20:43:22 -08:00
Nicolas Gallagher
4845de5cb5
[add] Update components with native methods
...
Hack in touch event normalization within `View` to produce events that
contain `pageX`, `pageY` for React Native compatibility.
2016-02-22 16:41:50 -08:00
Nicolas Gallagher
2b90bd736f
Minor docs update
2016-02-19 13:17:39 -08:00
Nicolas Gallagher
0567232942
[fix] NetInfo export
2016-02-18 23:03:59 -08:00
Nicolas Gallagher
f8554ecc1e
Update README; add guides to docs
2016-02-17 00:49:18 -08:00
Nicolas Gallagher
74ef265d83
[chore] update documentation
2015-12-30 14:10:22 -08: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
cc10de43eb
[change] export or replace react-dom methods
...
This change adds the react-dom methods to the main export, since this is
a Web-only environment (React Native does something similar). It
augments the default render methods in order to move style sheet
management under the control of the library (necessary for
code-splitting support).
Relates to #52
2015-12-27 11:45:49 +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
fa88548c3c
Update CONTRIBUTING and README with CodePen link
2015-12-21 23:50:58 +00:00
Nicolas Gallagher
3d1ad50a58
Update documentation and examples
2015-12-19 10:59:22 -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
93e8e90a1a
[fix] README docs
2015-10-24 11:54:31 -07:00
Nicolas Gallagher
83f749d983
[change] docs on MQs and a11y
2015-10-19 10:35:42 -07:00
Nicolas Gallagher
ea0a778ba3
[change] add more about accessibility to docs
2015-10-18 22:11:20 -07:00
Nicolas Gallagher
08300f624f
[change] remove 'component' prop; accessibility docs
...
- infer underlying HTML tag from 'accessibilityRole'
- move accessibility props to 'CoreComponent'
- remove the 'component' prop from exported Components
Fix gh-23
2015-10-18 15:24:59 -07:00
Nicolas Gallagher
292f045c52
[fix] README examples
2015-10-18 11:02:36 -07:00
Nicolas Gallagher
1c444569ae
[change] React 0.14 support
2015-10-18 08:54:09 -07:00
Nicolas Gallagher
0b8c4b8746
[fix] link to API docs
2015-10-17 18:51:01 -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
e727193809
TextInput: props and tests
2015-09-20 15:43:52 -07:00
Nicolas Gallagher
86037ab740
Add links to slack and gitter rooms
2015-09-14 11:51:44 -07:00
Nicolas Gallagher
9107fd3de9
Use more reliable npm badge host
2015-09-08 09:26:16 -07:00
Nicolas Gallagher
38e4de76cd
Documentation edits; transfer props
2015-09-07 13:14:09 -07:00
Nicolas Gallagher
abf2c0307f
Rewrite documentation
2015-09-07 09:38:25 -07:00