Nicolas Gallagher
dee1467a3e
[fix] 'render' export uses ReactDOM.createRoot
...
AppRegistry.runApplication uses `ReactDOM.createRoot` by default, but
the `render` export uses the legacy `ReactDOM.render`. This patch makes
those 2 APIs consistent.
It also makes some adjustments to the `createSheet` internals to more
reliably implement and test style sheet replication within ShadowRoot's
and iframes.
Fix #2612
2023-11-29 11:55:07 -08:00
Nicolas Gallagher
a3ea2a0a4f
0.19.9
2023-09-19 15:43:41 -07:00
Nicolas Gallagher
67a0bde7b3
0.19.8
2023-08-24 12:20:53 -07:00
Nicolas Gallagher
ef95fc0c2b
0.19.7
2023-07-20 13:08:42 -07:00
Nicolas Gallagher
b10c66351e
0.19.6
2023-06-28 13:39:46 -07:00
Nicolas Gallagher
869c416a36
[fix] Animated fix transforms on null values
...
Fix #2528
Fix #2523
Close #2546
Close #2530
2023-06-28 12:30:55 -07:00
Aswin S
1c376dbb0c
[fix] Add support for caretHidden prop in TextInput
...
Close #2542
Fix #2541
2023-06-26 16:58:17 -07:00
Nicolas Gallagher
c350d82427
0.19.5
2023-06-15 20:27:12 -07:00
Nicolas Gallagher
e160546ec8
0.19.4
2023-04-12 12:39:57 -07:00
Nicolas Gallagher
84723245ce
[fix] Linking listener.remove() API
...
Linking.removeEventListener() was deprecated in react-native@0.65
Fix #2507
2023-04-12 12:36:14 -07:00
Nicolas Gallagher
526eac15d5
0.19.3
2023-04-12 11:42:11 -07:00
Nicolas Gallagher
3e74ed0ea7
Update interactive examples
2023-04-12 10:59:31 -07:00
Nicolas Gallagher
4a61c1600f
0.19.2
2023-04-05 10:47:54 -07:00
Nicolas Gallagher
782a19a54e
0.19.1
2023-03-27 15:04:39 -07:00
Nicolas Gallagher
876079a56f
[fix] Patch internal sources of deprecation warnings
2023-03-27 14:05:51 -07:00
Nicolas Gallagher
75920f3695
0.19.0
2023-03-27 10:39:53 -07:00
Nicolas Gallagher
c6e77c36af
[change] W3C fontVariant style values
...
* Add support for space-separated values.
* Deprecate array values.
Ref #2379
2023-03-20 12:25:50 -07:00
Nicolas Gallagher
a33c322152
[change] Deprecate Touchables and Button components
...
These components have been replaced by Pressable and will be removed
from React Native.
Fix #2382
2023-03-20 12:25:50 -07:00
Nicolas Gallagher
e68c327707
[change] Remove setNativeProps API
...
Previously deprecated, and not supported in the React Native Fabric
architecture.
Close #1935
2023-03-20 12:25:14 -07:00
Nicolas Gallagher
fc0d84fba4
[change] StyleSheet.compose() deprecation
...
Encourage use of existing array syntax for multiple styles. Eventually
we'll want to remove the compose() API to simplify the overall styling API.
2023-03-20 12:25:14 -07:00
Eddie Kimmel
9868738604
[change] React 18 support
...
* Support React 18 concurrency and constraints.
* Add new render / hydrate functions.
* Remove uses of findNodeHandle.
* Expose ability to unmount an application once ran.
Fix #1529
Close #2330
2023-03-20 12:25:10 -07:00
Nicolas Gallagher
57e2482eef
0.18.12
2023-01-25 14:07:01 -08:00
Nicolas Gallagher
21b5d44c74
0.18.11
2023-01-24 15:49:56 -08:00
Nicolas Gallagher
fa47f80d34
0.18.10
2022-11-02 11:37:01 -07:00
Nicolas Gallagher
dee258ae02
0.18.9
2022-08-30 14:41:09 -07:00
Nicolas Gallagher
bd409f6a15
0.18.8
2022-08-25 11:04:00 -07:00
Nicolas Gallagher
93b1d04306
[fix] CheckBox supports readOnly on native control
...
Fix #2359
2022-08-25 10:57:25 -07:00
Nicolas Gallagher
107c6eeb46
[fix] Allow Pressable to be programmatically focused when disabled
...
Fix #2357
2022-08-24 14:39:55 -07:00
Nicolas Gallagher
bac3651db3
0.18.7
2022-07-19 14:32:59 -07:00
yuxizhe
4a9bea27a8
[fix] Pressable prevent longpress contextmenu on Windows
...
Long-press with a touch on a Pressable does not suppress the contextmenu
on Windows. On iOS and Android, the contextmenu is triggered while the
pointer is down, after a certain length of time. However, on Windows,
the contextmenu is displayed after pointerup (with the same timestamp as
pointerup), whether triggered by a mouse right-click or a touch
long-press.
Fix #2296
Close #2316
2022-07-19 13:26:58 -07:00
Nicolas Gallagher
80a72c327c
0.18.6
2022-07-06 16:34:00 -07:00
Nicolas Gallagher
511e5537d1
0.18.5
2022-07-06 15:51:31 -07:00
Nicolas Gallagher
1aa84d5447
Misc dependency updates
2022-07-04 15:10:01 -07:00
Nicolas Gallagher
174b8f505a
Update prettier and reformat source code
2022-07-03 17:37:19 -07:00
Nicolas Gallagher
341a9fc5c4
Update babel dependencies
2022-07-03 16:44:12 -07:00
Nicolas Gallagher
e9f9463308
0.18.4
2022-07-02 17:18:38 -07:00
Nicolas Gallagher
31f2e66bf0
Change development scripts
...
Switch to npm-workspaces monorepo task management.
2022-07-02 12:02:24 -07:00
Nicolas Gallagher
aee652f6c9
Reorganize README and LICENSE files
2022-07-02 12:01:06 -07:00
Nicolas Gallagher
f81095442f
Reorganize monorepo structure
...
* Move all config files to './configs'
* Simplify './scripts' folder.
2022-07-02 12:01:01 -07:00