Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rg-mobile into issue/887-History-stack-is-not-empty-on-a-fresh-start-of-the-editor

* 'develop' of https://github.com/wordpress-mobile/gutenberg-mobile:
  Improving accessibility on Post Title (#916)
  Point to GB master without the list block suppression
  Update JS bundles
  Update Gutenberg hash with lint error fixes
  Update JS bundles
  Suppress the List block on Android
  Updated JS bundles with title focus fix
  Update JS bundles for 1.3.0
  Update version to 1.3.0
  Update AztecEditor-iOS to 1.6.0
  Update gutenberg ref to latest master
  Update gutenberg ref
  Update gutenberg ref

# Conflicts:
#	gutenberg
  • Loading branch information
daniloercoli committed Apr 23, 2019
2 parents d3b1eea + 6c39fd5 commit 0e2bb58
Show file tree
Hide file tree
Showing 9 changed files with 1,183 additions and 1,023 deletions.
1,090 changes: 585 additions & 505 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.

1,102 changes: 591 additions & 511 deletions bundle/ios/App.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 25 files
+38 −0 docs/designers-developers/developers/data/data-core-block-editor.md
+0 −2 packages/block-editor/src/components/block-controls/test/__snapshots__/index.js.snap
+21 −28 packages/block-editor/src/components/block-edit/index.js
+1 −8 packages/block-editor/src/components/block-list/block.js
+90 −80 packages/block-editor/src/components/rich-text/index.js
+1 −1 packages/block-editor/src/components/rich-text/index.native.js
+21 −0 packages/block-editor/src/store/actions.js
+48 −4 packages/block-editor/src/store/effects.js
+63 −49 packages/block-editor/src/store/reducer.js
+62 −27 packages/block-editor/src/store/selectors.js
+56 −8 packages/block-editor/src/store/test/effects.js
+60 −51 packages/block-editor/src/store/test/reducer.js
+53 −53 packages/block-editor/src/store/test/selectors.js
+1 −1 packages/block-library/src/audio/transforms.js
+7 −4 packages/e2e-test-utils/src/are-pre-publish-checks-enabled.js
+7 −5 packages/e2e-test-utils/src/get-all-blocks.js
+6 −3 packages/e2e-test-utils/src/get-edited-post-content.js
+18 −0 packages/e2e-test-utils/src/wp-data-select.js
+1 −1 packages/e2e-tests/specs/blocks/__snapshots__/list.test.js.snap
+0 −28 packages/e2e-tests/specs/keyboard-navigable-blocks.test.js
+1 −1 packages/edit-post/src/store/effects.js
+7 −1 packages/editor/src/components/post-title/index.native.js
+2 −2 packages/rich-text/src/store/selectors.js
+46 −8 packages/rich-text/src/store/test/selectors.js
+5 −5 packages/rich-text/src/to-dom.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion react-native-aztec/ios/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "wordpress-mobile/AztecEditor-iOS" "26164fb0f24027ecacc7105201e6e8a4332c7906"
github "wordpress-mobile/AztecEditor-iOS" "1.6.0"
2 changes: 1 addition & 1 deletion react-native-aztec/ios/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "wordpress-mobile/AztecEditor-iOS" "26164fb0f24027ecacc7105201e6e8a4332c7906"
github "wordpress-mobile/AztecEditor-iOS" "1.6.0"
2 changes: 1 addition & 1 deletion react-native-aztec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-aztec",
"version": "0.1.10",
"version": "0.1.11",
"license": "GPL-2.0",
"scripts": {
"install-aztec-ios": "cd ./ios && carthage bootstrap --platform iOS --cache-builds",
Expand Down

0 comments on commit 0e2bb58

Please sign in to comment.