Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Fork with Upstream #17

Merged
merged 32 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
bf24fb5
Bump webpack from 5.73.0 to 5.76.0
dependabot[bot] Mar 15, 2023
3a024ee
[change] Remove platform-specific exports
necolas Aug 24, 2022
9868738
[change] React 18 support
edkimmel Aug 26, 2022
fc0d84f
[change] StyleSheet.compose() deprecation
necolas Aug 26, 2022
f313893
[change] Update Animated to support React 18
necolas Aug 26, 2022
e68c327
[change] Remove setNativeProps API
necolas Aug 27, 2022
1f5d092
[fix] Animated works with compiled styles
necolas Aug 29, 2022
95c8a54
[change] Image deprecate resizeMode and tintColor styles
necolas Aug 30, 2022
e8a0cbc
[change] Map 'button' and 'paragraph' role to HTML elements
necolas Sep 1, 2022
a33c322
[change] Deprecate Touchables and Button components
necolas Sep 1, 2022
2874b28
[change] Port ScrollView to Class Component
necolas Nov 2, 2022
67d52a4
[change] Support W3C ARIA props and styles
necolas Nov 4, 2022
42bf402
[change] Support W3C props on TextInput
necolas Nov 7, 2022
72f9d4d
Rewrite docs about company usage
necolas Nov 28, 2022
c6e77c3
[change] W3C fontVariant style values
necolas Nov 28, 2022
5bc5142
[change] W3C verticalAlign style
necolas Nov 28, 2022
831f59e
[change] Deprecate 'transform' style array syntax
necolas Nov 28, 2022
43b463b
[change] W3C logical styles support
necolas Dec 1, 2022
bc6e02e
[change] Move all non-standard CSS transforms to 'preprocess' step
necolas Dec 27, 2022
d60b90b
Minor npm script edit
necolas Dec 27, 2022
80591bf
[add] Support for PointerEvent props
necolas Dec 27, 2022
9431f1e
Fix autoCorrect documentation
parasharrajat Oct 7, 2022
6186604
Update Expo info in docs
Simek Dec 30, 2022
47d77ac
[change] Add task queue for InteractionManager
ntdiary Nov 12, 2022
29fcd9a
[change] Text is position relative by default
necolas Mar 20, 2023
47671ca
[fix] Text inheritance of textAlign
necolas Mar 20, 2023
550afdc
Update documentation to match API changes
necolas Mar 21, 2023
f156ed4
Fix path to ISSUE_TEMPLATE in labels config
necolas Mar 21, 2023
75920f3
0.19.0
necolas Mar 27, 2023
876079a
[fix] Patch internal sources of deprecation warnings
necolas Mar 27, 2023
782a19a
0.19.1
necolas Mar 27, 2023
e202ba8
Merge remote-tracking branch 'upstream/master'
roryabraham Mar 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/labels-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"needs: issue template":
comment: >
<strong>:warning: This issue is missing required fields</strong>. To avoid this issue being closed, please provide the required information as described in the <a href="https://github.com/necolas/react-native-web/blob/master/.github/ISSUE_TEMPLATE/bug.md">ISSUE TEMPLATE</a>.
<strong>:warning: This issue is missing required fields</strong>. To avoid this issue being closed, please provide the required information as described in the <a href="https://github.com/necolas/react-native-web/blob/master/.github/ISSUE_TEMPLATE/bug.yml">ISSUE TEMPLATE</a>.

"resolution: no response":
comment: >
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the development monorepo for "React Native for Web" and related projects
* Contains workflows used by GitHub Actions.
* Contains issue templates.
* `configs`
* Contains configration files used by the monorepo tooling (compiling, linting, testing, etc.)
* Contains configuration files used by the monorepo tooling (compiling, linting, testing, etc.)
* `packages`
* [react-native-web](https://github.com/necolas/react-native-web/blob/master/packages/react-native-web)
* Contains the individual packages managed in the monorepo.
Expand Down
2 changes: 1 addition & 1 deletion configs/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"settings": {
"react": {
"pragma": "React",
"version": "17.0",
"version": "18.0",
"flowVersion": "0.148.0" // Flow version
}
},
Expand Down
Loading