-
Notifications
You must be signed in to change notification settings - Fork 1.8k
0.15 integration branch #1898
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
Merged
0.15 integration branch #1898
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
React 17 changed how blur/focus events are implemented, which requires a small change to several unit tests to ensure the relevant DOM events are dispatched.
React 17 added support for this prop so it now requires a camelCase form. Close #1707
* Adds "focusable" as a replacement for "accessible". This is aligned with RN for Windows. * Remove "data-focusable" DOM attribute. * Remove "importantForAccessibility" as this was previously deprecated. * Remove undocumented "disabled" prop; replaced with "accessibilityDisabled" Fix #1886
Adds support for all ARIA equivalents via "accessibility*" props.
Add 'onHoverIn' and 'onHoverOut' props to Pressable. Fix #1804
When an 'href' is provided, the 'hrefAttr's prop can be used to set the 'download', 'rel', and 'target' attributes. The 'target' value does not require a "_" prefix.
React Native made a breaking change to the (undocumented) I18nManager that makes the 'isRTL' constant available via the 'getConstants' method. This removes the getter properties that were previously needed.
Closed
Size change: +1.76 kB
View unchanged
|
Replaces the old storybook with static HTML documentation and an interactive examples app. The documentation is now easier to customize, easier to maintain, and faster to load. The interactive examples are a dedicated Next.js app that can be loaded and edited in codesandbox, as well as embedded in the documentation where needed.
Remove styled-jsx as it now throws "_JSXStyle is not defined". Library isn't particularly fast and each update causes issues. Drop it.
Reintroduce 'accessible' and deprecate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All the commits expected to land in 0.15
See #1897