Releases: jeffreyvr/paver
Releases · jeffreyvr/paver
0.1.2
What's Changed
- only fetch new block when from inserter by @jeffreyvr in #11
Full Changelog: 0.1.1...0.1.2
0.1.1
Full Changelog: 0.1.0...0.1.1
0.1.0
This updates contains a couple of notable changes/additions:
- The editor now includes a breadcrumb, allowing you to easily switch to a parent block. You may also use the arrow up key.
- Blocks can be hidden from the block inserter (sidebar) by setting
asChildOnly
to true. Only when this block is then explicitly allowed, it will become visible in the block inserter. - A block now has an
isInEditor
method to check if the block is currently being displayed in the editor. This will allow you to make the block look/behave slightly different in the editor. - Several visual changes to more clearly indicate the currently active or hovered block, and showing the block name alongside the block toolbar.
If you have overwritten view files, be aware that this updates contains changes to: block-toolbar.php, frame.php and editor/sidebar.php.
What's Changed
- Breadcrumb and visual improvements by @jeffreyvr in #9
Full Changelog: 0.0.7...0.1.0
0.0.7
0.0.6
What's Changed
- Allow show/hiding options on condition by @jeffreyvr in #4
Full Changelog: 0.0.5...0.0.6
0.0.5
0.0.4
What's Changed
- Fix block inserter search by @jeffreyvr in #2
Notes
blocksJson
method onJeffreyvr\Paver\Paver::class
has been removed, with its functionality moved toblocks
method with arguments.
Full Changelog: 0.0.3...0.0.4
0.0.3
Full Changelog: 0.0.2...0.0.3
0.0.2
Full Changelog: 0.0.1...0.0.2
0.0.1
This is the 0.0.1 release of Paver 🎉
Please feel free to try it and discuss improvements in the Discussions section.