Skip to content

Commit

Permalink
Merge pull request #6029 from wordpress-mobile/version-toolkit/gutenb…
Browse files Browse the repository at this point in the history
…erg/rnmobile/remove-react-native-hsv-color-picker

[RNMobile] Remove third-party dependency on react-native-hsv-color-picker
  • Loading branch information
derekblank authored Aug 28, 2023
2 parents e12fa1e + fd05d13 commit 193053b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
---
* [*] Remove third-party dependency on react-native-hsv-color-picker [https://github.com/WordPress/gutenberg/pull/53329]
* [*] Search Control - Prevent calling TextInput's methods when undefined [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6090]
* [**] Add basic support to view, relocate, and remove the Jetpack Paywall block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6076]

Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 29 files
+1 −1 docs/contributors/code/getting-started-with-code-contribution.md
+1 −1 docs/getting-started/devenv/README.md
+8 −12 docs/how-to-guides/platform/custom-block-editor.md
+98 −0 lib/compat/wordpress-6.4/script-loader.php
+1 −0 lib/load.php
+0 −29 package-lock.json
+5 −8 packages/block-editor/README.md
+8 −1 packages/block-editor/src/components/provider/index.js
+46 −31 packages/block-editor/src/components/use-block-commands/index.js
+3 −1 packages/block-library/src/cover/edit/index.js
+25 −20 packages/block-library/src/cover/shared.js
+1 −5 packages/block-library/src/cover/test/edit.native.js
+1 −0 packages/block-library/src/site-logo/style.scss
+1 −0 packages/components/CHANGELOG.md
+88 −0 packages/components/src/color-picker/hsv-color-picker.native.js
+194 −0 packages/components/src/color-picker/hue-picker.native.js
+2 −1 packages/components/src/color-picker/index.native.js
+163 −0 packages/components/src/color-picker/saturation-picker.native.js
+23 −0 packages/components/src/color-picker/style.native.scss
+3 −0 packages/components/src/slot-fill/bubbles-virtually/slot-fill-context.js
+6 −1 packages/components/src/slot-fill/index.js
+0 −2 packages/customize-widgets/src/components/sidebar-block-editor/index.js
+0 −2 packages/edit-site/src/components/block-editor/site-editor-canvas.js
+0 −2 packages/edit-widgets/src/components/widget-areas-block-editor-provider/index.js
+6 −2 packages/react-native-editor/CHANGELOG.md
+0 −1 packages/react-native-editor/package.json
+18 −23 storybook/stories/playground/index.story.js
+1 −1 test/e2e/playwright.config.ts
+13 −18 test/integration/helpers/integration-test-editor.js

0 comments on commit 193053b

Please sign in to comment.