Skip to content
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ec55061
WIP: update ref
jbinda Aug 28, 2019
0dc69a0
WIP: update ref to inspector-controls branch
jbinda Aug 28, 2019
5e8bdf6
WIP: update ref to inspector-controls branch
jbinda Aug 29, 2019
e6b45b1
WIP: update ref to InspectorControl changes
jbinda Aug 30, 2019
97ca8ce
WIP: update ref to video block changes
jbinda Aug 30, 2019
fae5775
WIP: update ref to InspectorControls
jbinda Aug 30, 2019
d7f6f22
update ref to rnmobile/inpector-controls
jbinda Aug 30, 2019
420c79e
Merge branch 'develop' of github.com:wordpress-mobile/gutenberg-mobil…
jbinda Aug 30, 2019
b20d070
update .gitmodules
jbinda Aug 30, 2019
0e0bde9
update refs
jbinda Sep 2, 2019
64238fd
update refs
jbinda Sep 2, 2019
e574673
update refs
jbinda Sep 4, 2019
357acc0
update refs
jbinda Sep 4, 2019
1140c7c
update refs
jbinda Sep 4, 2019
85f8dc9
Merge remote-tracking branch 'origin/develop' into callstack/inspecto…
jbinda Sep 4, 2019
4a32578
update refs
jbinda Sep 9, 2019
6288bb6
update refs
jbinda Sep 9, 2019
e9932fc
update refs
jbinda Sep 10, 2019
1417fa7
update refs
jbinda Sep 11, 2019
2c77c20
update refs
jbinda Sep 11, 2019
1c89677
update refs
jbinda Sep 11, 2019
272f393
update ref
jbinda Sep 11, 2019
7ff9ed8
update ref
jbinda Sep 11, 2019
b18322e
update ref
jbinda Sep 11, 2019
1a2014f
Trigger CI
jbinda Sep 11, 2019
415cc80
Merge remote-tracking branch 'origin/develop' into callstack/inspecto…
jbinda Sep 12, 2019
0302fb3
update ref
jbinda Sep 12, 2019
2d40e4b
update ref
jbinda Sep 12, 2019
f855e4b
update ref
jbinda Sep 24, 2019
4d44e62
merge with develop
jbinda Sep 24, 2019
1696ee8
Merge branch 'develop' of github.com:wordpress-mobile/gutenberg-mobil…
jbinda Sep 24, 2019
e0ffaba
Trigger CI
jbinda Sep 24, 2019
e948c6e
update ref
jbinda Sep 26, 2019
6b07404
merge devlop
jbinda Sep 26, 2019
60c674c
update ref
jbinda Sep 26, 2019
dcdb9aa
update ref
jbinda Sep 26, 2019
6046169
update ref
jbinda Sep 27, 2019
2c929ec
update ref
jbinda Sep 27, 2019
2feed10
merge develop
jbinda Sep 27, 2019
fb38d6e
update ref
jbinda Sep 30, 2019
efc6a33
merge develop
jbinda Sep 30, 2019
2388913
update ref
jbinda Sep 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 41 files
+4 −0 assets/stylesheets/_mixins.scss
+1 −1 bin/packages/post-css-config.js
+12 −0 lib/experiments-page.php
+1 −0 lib/load.php
+67 −0 lib/templates.php
+18 −18 package-lock.json
+1 −1 package.json
+6 −0 packages/babel-preset-default/test/index.js
+1 −1 packages/block-editor/src/components/block-list/block-crash-warning.js
+2 −2 packages/block-editor/src/components/block-list/block-mobile-toolbar.native.js
+2 −2 packages/block-editor/src/components/block-list/block.js
+7 −4 packages/block-editor/src/components/block-list/style.scss
+33 −0 packages/block-editor/src/components/block-settings/button.native.js
+40 −0 packages/block-editor/src/components/block-settings/container.native.js
+2 −0 packages/block-editor/src/components/block-settings/index.native.js
+1 −0 packages/block-editor/src/components/index.native.js
+36 −0 packages/block-editor/src/components/inspector-controls/index.native.js
+2 −1 packages/block-editor/src/components/rich-text/index.js
+12 −8 packages/block-editor/src/components/warning/style.scss
+1 −1 packages/block-library/src/cover/edit.js
+29 −46 packages/block-library/src/image/edit.native.js
+1 −0 packages/block-library/src/media-text/edit.js
+1 −0 packages/block-library/src/media-text/save.js
+64 −1 packages/block-library/src/pullquote/deprecated.js
+16 −10 packages/block-library/src/pullquote/edit.js
+32 −16 packages/block-library/src/pullquote/save.js
+0 −9 packages/block-library/src/video/edit.native.js
+34 −52 packages/components/src/button/style.scss
+1 −3 packages/components/src/date-time/style.scss
+1 −0 packages/components/src/index.native.js
+27 −0 packages/components/src/panel/body.native.js
+8 −7 packages/core-data/src/actions.js
+12 −0 packages/e2e-tests/specs/blocks/__snapshots__/list.test.js.snap
+19 −0 packages/e2e-tests/specs/blocks/list.test.js
+25 −0 packages/e2e-tests/specs/change-detection.test.js
+0 −2 packages/edit-post/src/components/fullscreen-mode/style.scss
+2 −0 packages/edit-post/src/components/layout/index.native.js
+9 −1 packages/edit-post/src/store/effects.js
+4 −2 packages/editor/src/components/post-trash/style.scss
+4 −5 packages/editor/src/components/post-visibility/style.scss
+6 −1 packages/rich-text/src/component/index.js