From 8b3ba1ba329e679c5d52fad335332e7ecb442189 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Tue, 5 Jun 2018 09:09:32 -0400 Subject: [PATCH] v1.0.9 --- package.json | 2 +- readme.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d3e5293b1c..179dae6e8e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coblocks", "title": "CoBlocks", - "version": "1.0.8", + "version": "1.0.9", "private": true, "author": "Rich Tabor from CoBlocks", "requires": "4.9", diff --git a/readme.txt b/readme.txt index 3d95a8f2548..7da737573ba 100644 --- a/readme.txt +++ b/readme.txt @@ -81,6 +81,15 @@ Please reach out via the official [support forum on WordPress.org](https://wordp == Changelog == += 1.0.9, June 5, 2018 = +* New: Gutenberg 3.0 compatibility! 🎊 +* Tweak: Add a gist file TextControl block control +* Tweak: Add default value to the buttonText attribute of the Author block +* Tweak: Adjust the Dynamic Separator block resize handlers, which changed in Gutenberg 3.0 +* Fix: Assign proper src for custom block SVG icons per Gutenberg 3.0 +* Fix: Center Author block avatar uploader placeholder SVG +* Fix: Check if isSelected before showing the alert block title + = 1.0.8, May 18, 2018 = * New: Gutenberg 2.9 compatibility! 🎊 * Tweak: Improve UI of the Accordion block component toolbar