Nicolas Gallagher
7cda89c5ce
0.0.60
0.0.60
2016-12-16 12:15:23 +00:00
Nicolas Gallagher
695eba45af
[add] Clipboard API
...
Close #125
Fix #122
2016-12-16 11:59:22 +00:00
Nicolas Gallagher
92a2cb274a
[fix] remove TextInput default flex value
2016-12-16 11:39:12 +00:00
Nicolas Gallagher
b1ca04d11e
Rename I18nManager example
2016-12-16 11:35:11 +00:00
Nicolas Gallagher
22ab70ea6f
0.0.59
0.0.59
2016-12-14 17:42:15 +00:00
Gethin Webster
49f36d8eb1
Update to ListView functionality
...
Re-build ListView from the core react-native component, to get better
feature parity
Ensure lists with small initialListSize render correctly
Changes as requested via PR
2016-12-14 09:39:05 -08:00
Nicolas Gallagher
80ba119b83
Update install command
...
Close #285
Close #286
2016-12-14 17:05:15 +00:00
Nicolas Gallagher
c30b67f6db
0.0.57
0.0.57
2016-12-12 15:10:39 +00:00
Nicolas Gallagher
4580f93199
Use fbjs requestAnimationFrame in Image
2016-12-12 14:26:07 +00:00
Nicolas Gallagher
4c46126ffe
[change] ScrollView event normalization
2016-12-12 14:21:33 +00:00
Calvin Chan
f8d5c15405
[add] Button component
2016-12-12 13:02:16 +00:00
Nicolas Gallagher
dc54e03625
[add] Linking API
...
Adds support for opening external URLs in a new tab/window. Includes
patches to 'Text' to improve accessibility and 'createDOMElement' to
improve external link security.
Fix #198
2016-12-12 11:45:30 +00:00
Nicolas Gallagher
4d5819ae28
[fix] RTL translateX; Switch transition
2016-12-08 19:40:34 -08:00
Nicolas Gallagher
5c482ef3be
0.0.56
0.0.56
2016-12-08 18:29:38 -08:00
Nicolas Gallagher
f51592f96e
[change] TouchableOpacity without Animated
...
Fix #259
2016-12-08 18:22:25 -08:00
Nicolas Gallagher
6bffe1775f
Fix lint error
2016-12-07 16:49:53 -08:00
Nicolas Gallagher
7e75d037f2
[fix] Image passes unknown props to underlying View
...
Fix #267
2016-12-07 16:37:24 -08:00
Nicolas Gallagher
7536508fe3
Update docs
2016-12-07 16:22:39 -08:00
Maxime Thirouin
945fff0015
Add source files to published package
2016-11-25 12:38:29 -08:00
Nicolas Gallagher
5032ed6fe1
Update AppRegistry docs
2016-11-25 12:36:05 -08:00
Nicolas Gallagher
8c7cdbf4be
0.0.55
0.0.55
2016-11-24 10:24:19 -08:00
Nicolas Gallagher
e5d8857bcc
[fix] inject ReactDefaultInjection
...
Fixes a regression introduced in the following commit to avoid directly
depending on the 'react-dom' entry file:
d65c92eea9
Injecting ReactDefaultInjection adds ~25 KB back to the UMD build.
Fix #263
2016-11-24 10:21:40 -08:00
Nicolas Gallagher
cda8d05bb7
0.0.54
0.0.54
2016-11-24 08:42:53 -08:00
Nicolas Gallagher
049edc4611
[change] don't prefix HTML id's with underscore
2016-11-23 10:28:20 -08:00
Nicolas Gallagher
e76d5a4e6c
[change] export createDOMElement helper
...
Fix #184
2016-11-23 10:25:00 -08:00
Nicolas Gallagher
f71dae7d93
[add] support for vendor-prefixed font-smoothing styles
...
Fix #240
2016-11-23 09:58:18 -08:00
Nicolas Gallagher
94d31beaf4
[change] ignore unsupported React Native props
...
Ignores RN props that RN packages commonly applied to elements without
scoping them to supported platforms.
Fix #252
2016-11-23 09:27:27 -08:00
Nicolas Gallagher
f5f9389728
0.0.53
0.0.53
2016-11-22 17:46:57 -08:00
Nicolas Gallagher
fdbd19a4af
[fix] PropTypes production error
...
See: https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/issues/68
2016-11-22 17:44:48 -08:00
Nicolas Gallagher
36eafbc2f5
0.0.52
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
d65c92eea9
[change] prepare for react-dom@15.4.0
...
Don't depend directly on the 'react-dom' module as it will be prebuilt
in 15.4. Leave server-side rendering to 'react-dom/server'.
2016-11-22 16:57:28 -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
0b1759363d
[add] promote ScrollView content to new layer
2016-11-22 13:08:11 -08:00
Nicolas Gallagher
abd1227a94
[change] ScrollView props and event handling
...
- Update 'scrollEventThrottle' prop
- Filter non-DOM props
- Persist debounced scroll events.
Fix #209
2016-11-21 21:39:08 -08:00
Nicolas Gallagher
8352c7cbda
Use yarn for dependency management
2016-11-21 17:10:50 -08:00
Nicolas Gallagher
89f5a13891
[change] TextInput uses DOM elements
...
This patch changes TextInput to use DOM inputs directly, rather than
trying to reimplement 'placeholder'. Removes support for
'placeholderTextColor'.
Fix #54
Fix #224
Fix #229
Fix #235
Fix #253
2016-11-21 16:52:40 -08:00
Nicolas Gallagher
4005f9ddde
0.0.51
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
0.0.50
2016-11-20 14:00:42 -08:00
Nicolas Gallagher
77605cb27c
[add] Text accessibility roles
...
Fix #199
2016-11-20 13:56:49 -08:00
Nicolas Gallagher
4f71833aec
[fix] Image rendering in Safari
...
The use of 'max-height:100%' on the inner image can cause extremely poor
render performance in Safari. Remove the inner image and simplify
`Image` to use a single view. This fixes the following additional bugs:
Fix #202
Fix #226
2016-11-20 13:51:16 -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
Paul Armstrong
4beae0dd78
[fix] NetInfo event handler registration
2016-11-04 10:20:19 -07:00
Nicolas Gallagher
5598961d2c
Move ResponderEventPlugin injection to View
2016-11-04 10:09:55 -07:00
Nicolas Gallagher
4613baf0e8
[fix] StyleSheet check 'transform' is an array
2016-11-04 10:09:27 -07:00
Nicolas Gallagher
3b661d8d6d
0.0.49
0.0.49
2016-11-03 09:16:00 -07:00
Nicolas Gallagher
22d20706e3
Add React Native TextInput examples
2016-11-03 08:56:26 -07:00
Nicolas Gallagher
0b2813b186
[fix] View when 'style' is not defined
2016-11-03 08:52:25 -07:00