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

Correct Color for RichText links in Dark Mode #2404

Closed
wants to merge 11 commits into from
Closed
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.33.0
------
* [*] [Android] Adjusted the default color of links in Dark Mode.

1.32.0
------
* [***] Adds Copy, Cut, Paste, and Duplicate functionality to blocks
Expand Down
2 changes: 1 addition & 1 deletion RNTAztecView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
s.dependency 'React-Core'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.2'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.3'

end
1,233 changes: 617 additions & 616 deletions bundle/android/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/android/App.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@
{
"name": "react-native-url-polyfill",
"version": "1.1.2",
"description": "A lightweight and trustworthy URL polyfill for React Native",
"keywords": [
"URL",
"URLSearchParams",
"polyfill",
"react native",
"whatwg-url"
"_args": [
[
"[email protected]",
"/Users/chipsnyder/src/gutenberg-mobile/gutenberg"
]
],
"bugs": {
"url": "https://github.com/charpeni/react-native-url-polyfill/issues"
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-RPYwjW+4udnAf26xUCQP2dn4t2tnRFo3Ii4s/hy7Ivpe7xYtXp7CMVX505CR8X3p0f8NKmOJ4MQEFMMnbd/Y/Q==",
"_location": "/react-native-url-polyfill",
"_phantomChildren": {
"base64-js": "1.3.0",
"ieee754": "1.1.12"
},
"homepage": "https://github.com/charpeni/react-native-url-polyfill",
"readme": "https://github.com/charpeni/react-native-url-polyfill#readme",
"repository": {
"type": "git",
"url": "https://github.com/charpeni/react-native-url-polyfill.git"
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-url-polyfill",
"escapedName": "react-native-url-polyfill",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"bundle-size": "node scripts/bundle-size"
"_requiredBy": [
"/@wordpress/react-native-editor",
"/@wordpress/url"
],
"_resolved": "https://registry.npmjs.org/react-native-url-polyfill/-/react-native-url-polyfill-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/chipsnyder/src/gutenberg-mobile/gutenberg",
"author": {
"name": "Nicolas Charpentier",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/charpeni/react-native-url-polyfill/issues"
},
"author": "Nicolas Charpentier <[email protected]>",
"license": "MIT",
"dependencies": {
"buffer": "^5.4.3",
"whatwg-url-without-unicode": "8.0.0-1"
},
"description": "A lightweight and trustworthy URL polyfill for React Native",
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.7",
"chalk": "^3.0.0",
Expand All @@ -51,8 +64,11 @@
"tmp": "^0.1.0",
"uuid": "^7.0.2"
},
"peerDependencies": {
"react-native": "*"
"homepage": "https://github.com/charpeni/react-native-url-polyfill",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"jest": {
"preset": "react-native",
Expand All @@ -61,19 +77,33 @@
"./detox/"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"URL",
"URLSearchParams",
"polyfill",
"react native",
"whatwg-url"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}

,"_resolved": "https://registry.npmjs.org/react-native-url-polyfill/-/react-native-url-polyfill-1.1.2.tgz"
,"_integrity": "sha512-RPYwjW+4udnAf26xUCQP2dn4t2tnRFo3Ii4s/hy7Ivpe7xYtXp7CMVX505CR8X3p0f8NKmOJ4MQEFMMnbd/Y/Q=="
,"_from": "[email protected]"
}
},
"main": "index.js",
"name": "react-native-url-polyfill",
"peerDependencies": {
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charpeni/react-native-url-polyfill.git"
},
"scripts": {
"bundle-size": "node scripts/bundle-size",
"lint": "eslint .",
"test": "jest"
},
"version": "1.1.2"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<string name="gutenberg_native_dismiss" tools:ignore="UnusedResources">Dismiss</string>
<!-- translators: sample content for "About" page template -->
<string name="gutenberg_native_don_t_cry_because_it_s_over_smile_because_it_happened" tools:ignore="UnusedResources">Don’t cry because it’s over, smile because it happened.</string>
<string name="gutenberg_native_double_tap_and_hold_to_edit" tools:ignore="UnusedResources">Double tap and hold to edit</string>
<string name="gutenberg_native_double_tap_to_add_a_block" tools:ignore="UnusedResources">Double tap to add a block</string>
<!-- translators: accessibility text (hint for focusing a slider) -->
<string name="gutenberg_native_double_tap_to_change_the_value_using_slider" tools:ignore="UnusedResources">Double tap to change the value using slider</string>
Expand Down Expand Up @@ -85,7 +84,6 @@
<string name="gutenberg_native_dr_seuss" tools:ignore="UnusedResources">Dr. Seuss</string>
<string name="gutenberg_native_duplicate_block" tools:ignore="UnusedResources">Duplicate block</string>
<string name="gutenberg_native_edit_block_in_web_browser" tools:ignore="UnusedResources">Edit block in web browser</string>
<string name="gutenberg_native_edit_media" tools:ignore="UnusedResources">Edit media</string>
<string name="gutenberg_native_edit_video" tools:ignore="UnusedResources">Edit video</string>
<!-- translators: sample content for "Team" page template -->
<string name="gutenberg_native_email_me_a_href_mailto_mail_example_com_mail_example_com_a" tools:ignore="UnusedResources">Email me: &lt;a href=\"mailto:[email protected]\"&gt;[email protected]&lt;/a&gt;</string>
Expand Down
Loading