Commit Graph

18 Commits

Author SHA1 Message Date
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