Commit Graph

784 Commits

Author SHA1 Message Date
Nicolas Gallagher 3a024ee308 [change] Remove platform-specific exports 2023-03-20 12:24:17 -07:00
dependabot[bot] bf24fb5a3a Bump webpack from 5.73.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 11:10:32 -07:00
Nicolas Gallagher 57e2482eef 0.18.12 2023-01-25 14:07:01 -08:00
Abdelhafidh Belalia 77f6fba03d [fix] Avoid setting focus tabIndex on <body>
Also don't modify the tabIndex on contenteditable elements when using
programmatic focus APIs.

Fix #2473
Close #2468
2023-01-25 13:58:53 -08:00
Yogendra Rawal ccfd936f27 [fix] iOS not firing resize event when keyboard opens/closes
The workaround is listening to window.visualViewport 'resize' event.

Fix #2430
Close #2438
2023-01-25 13:13:26 -08:00
Nicolas Gallagher 21b5d44c74 0.18.11 2023-01-24 15:49:56 -08:00
Nicolas Gallagher ca152037bf [fix] 'accessibilityRequired' sets correct 'required' value
Fix #2451
2023-01-11 12:40:30 -08:00
Nicolas Gallagher fa47f80d34 0.18.10 2022-11-02 11:37:01 -07:00
Nicolas Gallagher 0f692f2c2b [fix] Dimensions.get() should not call change listeners
Fixes a bug introduced by 59af091fdb

Fix #2394
2022-11-02 11:26:24 -07:00
Nicolas Gallagher dee258ae02 0.18.9 2022-08-30 14:41:09 -07:00
Kyle Rosenberg 9766fe6d4b [fix] Export useLocaleContext as default export
Close #2389
2022-08-30 14:39:14 -07:00
Md Neyaz Ahmad c764f96ef4 [fix] Allow TextInput to dispatch 'submit' event
Close #2371
2022-08-25 11:08:10 -07:00
Nicolas Gallagher bd409f6a15 0.18.8 2022-08-25 11:04:00 -07:00
Nicolas Gallagher 290cae2a38 [fix] Image throws error if packager asset isn't resolved
Fix #2370
2022-08-25 10:57:39 -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 3fc40bdf81 Fix README examples app url
Close #2338
2022-07-19 15:04:56 -07:00
Nicolas Gallagher bac3651db3 0.18.7 2022-07-19 14:32:59 -07:00
Brent Vatne cc9c9f1ec8 Update react peer dependency in react-native-web
Play nicely with npm 7+ and react-native@0.69 / react@18

Close #2347
2022-07-19 14:28:11 -07:00
Ondrej Zaruba bbffe86fd6 ResponderTouchHistoryStore into instanciated class
Refactor ResponderTouchHistoryStore from singleton to class instantiated
in ResponderSystem. This is a part of greater effort to enable support
for multiple browser windows

Close #2190
2022-07-19 14:04:51 -07:00
ToyboxZach 32a4bf8e51 [fix] Improve Flow types of StyleSheet.create
Close #2342
2022-07-19 13:37:28 -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
kyletsang 07feddf300 Replace fbjs performanceNow with performance.now
Close #2337
Ref ##2333
2022-07-08 12:59:43 -07:00
Cody Rathor 8c365d9892 Replace fbjs canUseDom with inline module
Close #2336
Ref #2333
2022-07-08 12:59:11 -07:00
Nicolas Gallagher 80a72c327c 0.18.6 2022-07-06 16:34:00 -07:00
Fernando Rojo 80ef32f6ee [fix] ScrollView support for 'centerContent' prop
Fix #2331
Close #2332
2022-07-06 16:14:35 -07:00
Nicolas Gallagher 511e5537d1 0.18.5 2022-07-06 15:51:31 -07:00
Grant Sander 5c1b5cfad2 [fix] Appearance API update
Match react-native >=0.65

Fix #2329
2022-07-06 15:48:22 -07:00
Nicolas Gallagher e027829cdb Reduce babel junk in built files
Configure babel preset-env to match the documentation's browser support
list.
2022-07-06 15:42:38 -07:00
Nicolas Gallagher 1aa84d5447 Misc dependency updates 2022-07-04 15:10:01 -07:00
Nicolas Gallagher 3f04120d50 Update lint-staged and husky 2022-07-04 14:04:06 -07:00
Nicolas Gallagher 174b8f505a Update prettier and reformat source code 2022-07-03 17:37:19 -07:00
Nicolas Gallagher c8f6db8bfc Update react-native-web-docs dependencies 2022-07-03 17:23:15 -07:00
Nicolas Gallagher f591a7426c Update react-native-web dependencies 2022-07-03 17:22:40 -07:00
Nicolas Gallagher 9fce0678e5 Update benchmarks dependencies 2022-07-03 17:08:14 -07:00
Nicolas Gallagher b7dd6b66d0 Update babel-plugin-react-native-web dependencies 2022-07-03 16:59:15 -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 074861623e Fix workflows and monorepo deps
* Remove 'react' packages from monorepo dependencies.
* Ensure 'react-native-web' package is built first.
2022-07-02 12:35:12 -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 50e267b0aa Publish only updates react-native-web packages
The script to release react-native-web is now limited to version-locking
related packages, not every package in the monorepo.
2022-07-02 12:02:15 -07:00
Nicolas Gallagher aee652f6c9 Reorganize README and LICENSE files 2022-07-02 12:01:06 -07:00
Nicolas Gallagher b704844ca7 Build react-native-web using @babel/runtime
Share babel helpers across files. Reduces flat bundle size by 30K
minified and 3K gzipped.
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
Nicolas Gallagher d31a8a1ec1 0.18.3 2022-07-02 11:48:32 -07:00
Nate Wienert 59af091fdb [fix] Prevent style recalculation on pageload
Close #2325
2022-07-02 11:12:55 -07:00
yuxizhe 7f85495b7e [fix] Sandbox config node version 2022-06-29 02:50:50 +08:00
Nicolas Gallagher ae6ddec452 Add codesandbox config to examples 2022-06-28 11:29:43 -07:00
Nicolas Gallagher 09ec7b6e53 0.18.2 2022-06-27 16:34:25 -07:00
Nicolas Gallagher d9fd6a942f [fix] Modal should pass through View props
Fix #2314
2022-06-27 16:32:43 -07:00