Skip to content

Commit

Permalink
Merge pull request #4299 from wordpress-mobile/fix/update-scroll-by-c…
Browse files Browse the repository at this point in the history
…aret-position

[iOS] Fix scroll update when typing in RichText component
  • Loading branch information
fluiddot authored Nov 26, 2021
2 parents caf4aaa + 2652461 commit f24b86b
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,6 +1,7 @@
Unreleased
---
* [**] Fix undo/redo functionality in links when applying text format [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4290]
* [**] [iOS] Fix scroll update when typing in RichText component [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4299]

1.67.0
---
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 28 files
+41 −0 docs/how-to-guides/themes/block-theme-overview.md
+2 −2 lib/block-supports/layout.php
+3 −3 lib/class-wp-theme-json-resolver-gutenberg.php
+33 −2 lib/compat/wordpress-5.9/class-gutenberg-rest-templates-controller.php
+105 −99 lib/compat/wordpress-5.9/get-global-styles-and-settings.php
+41 −39 lib/compat/wordpress-5.9/json-file-decode.php
+37 −35 lib/compat/wordpress-5.9/translate-settings-using-i18n-schema.php
+5 −5 lib/global-styles.php
+14 −26 packages/block-editor/src/store/selectors.js
+27 −25 packages/block-library/src/index.js
+1 −5 packages/block-library/src/navigation/block.json
+11 −2 packages/block-library/src/navigation/edit/index.js
+27 −9 packages/block-library/src/navigation/index.php
+6 −3 packages/block-library/src/page-list/block.json
+3 −2 packages/block-library/src/page-list/index.php
+1 −1 packages/block-library/src/pattern/block.json
+1 −1 packages/block-library/src/post-terms/block.json
+1 −1 packages/block-library/src/query-title/block.json
+1 −1 packages/block-library/src/site-logo/block.json
+1 −1 packages/block-library/src/site-tagline/block.json
+1 −1 packages/block-library/src/site-title/block.json
+88 −0 packages/e2e-tests/specs/experiments/blocks/navigation.test.js
+16 −8 packages/edit-site/src/components/list/style.scss
+11 −8 packages/edit-site/src/components/list/table.js
+1 −1 packages/react-native-aztec/src/AztecView.js
+7 −6 packages/react-native-editor/CHANGELOG.md
+70 −0 phpunit/class-gutenberg-rest-template-controller-test.php
+1 −1 phpunit/translate-settings-using-i18n-schema.php

0 comments on commit f24b86b

Please sign in to comment.