Skip to content

Commit

Permalink
Gutenberg: update npm packages to latest versions (#28000)
Browse files Browse the repository at this point in the history
Update Gutenberg packages to latest versions.

Also includes some minor fixes required make the editor boot
with the new updates.
  • Loading branch information
vindl authored Oct 29, 2018
1 parent 438fa59 commit 4c6ce4b
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 625 deletions.
1 change: 0 additions & 1 deletion client/gutenberg/editor/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function registerDataPlugins( userId ) {
const storageKey = 'WP_DATA_USER_' + userId;

use( plugins.persistence, { storageKey: storageKey } );
use( plugins.asyncGenerator );
use( plugins.controls );
}

Expand Down
4 changes: 0 additions & 4 deletions client/gutenberg/editor/edit-post/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
} from '@wordpress/editor';
import { withDispatch, withSelect } from '@wordpress/data';
import { compose } from '@wordpress/compose';
import { DotTip } from '@wordpress/nux';

/**
* Internal dependencies
Expand Down Expand Up @@ -58,9 +57,6 @@ function Header( {
isToggled={ isEditorSidebarOpened }
aria-expanded={ isEditorSidebarOpened }
>
<DotTip id="core/editor.settings">
{ __( 'You’ll find more settings for your page and blocks in the sidebar. Click ‘Settings’ to open it.' ) }
</DotTip>
</IconButton>
<PinnedPlugins.Slot />
<MoreMenu />
Expand Down
Loading

0 comments on commit 4c6ce4b

Please sign in to comment.