From 0954e0c9db989438f2370e487570a3eb56fee936 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Sat, 1 Dec 2018 22:58:32 +1100 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88595c2..9b55d40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.1.0 - 2018-12-01 +### Added +- Added the ability to copy multiple selected blocks at the same level +- Added Schematic support (thanks @boboldehampsink) +- Restored the Duplicate menu option on blocks -- now named Clone + +### Fixed +- Fixed incorrect block levels on drafts of existing entries +- Fixed issues with blocks using memoized datasets for queries +- Fixed field eager loading on PostgreSQL (thanks @boboldehampsink) +- Fixed block previews of unfilled color fields +- Fixed issue where the handle of an existing block type was changing when editing the name + ## 2.0.4 - 2018-11-23 ### Fixed - Fixed 500 error accessing block relatives from relational fields in live preview diff --git a/composer.json b/composer.json index 94a5ad10..0632581d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "2.0.4", + "version": "2.1.0", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index bc4f3f47..b530ca83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "2.0.4", + "version": "2.1.0", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {