Skip to content

Releases: jeffreyvr/paver

0.1.2

23 Jan 16:38
4088ad6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

16 Jan 09:38
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

10 Jan 13:26
8e2b0ee
Compare
Choose a tag to compare

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

Full Changelog: 0.0.7...0.1.0

0.0.7

08 Jan 12:45
Compare
Choose a tag to compare

Fixing #6

Full Changelog: 0.0.6...0.0.7

0.0.6

01 Nov 15:19
e980d06
Compare
Choose a tag to compare

What's Changed

  • Allow show/hiding options on condition by @jeffreyvr in #4

Full Changelog: 0.0.5...0.0.6

0.0.5

16 Oct 12:52
42aafab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

16 Oct 03:45
3f38426
Compare
Choose a tag to compare

What's Changed

Notes

  • blocksJson method on Jeffreyvr\Paver\Paver::class has been removed, with its functionality moved to blocks method with arguments.

Full Changelog: 0.0.3...0.0.4

0.0.3

14 Oct 04:47
Compare
Choose a tag to compare

Full Changelog: 0.0.2...0.0.3

0.0.2

14 Sep 10:28
Compare
Choose a tag to compare

Full Changelog: 0.0.1...0.0.2

0.0.1

03 Sep 18:56
81d1cf7
Compare
Choose a tag to compare

This is the 0.0.1 release of Paver 🎉

Please feel free to try it and discuss improvements in the Discussions section.