-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/gutenberg deprecation fix (#52)
* updates package-lock * reimports deprecated functions previous imported from wp.blocks — now wp.editor * removes unavailable description component * fixes issues with focus prop * resolves issues with RichText deprecation error Raw TinyMCE event handlers for RichText is deprecated and will be removed from gutenberg in 3.0. Please use Documented props, ancestor event handler, or onSetup access to the internal editor instance event hub instead. * resolves issue that prevents related posts block from searching posts * resolves issues with recent post block focus * builds * increase max width of .components-base-control class for sidebar select dropdowns * resolves issue with focus and button to remove video or image * builds * version bump * adds block-helpers for template tags * adds new block_get_excerpt function from template tags * builds * removes all urls from block excerpt function
- Loading branch information
1 parent
f8d84e7
commit ebc9b4d
Showing
26 changed files
with
7,002 additions
and
2,528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.