Skip to content

Commit 29bfcaa

Browse files
committed
version 1.0.4
1 parent 280f43a commit 29bfcaa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.0.4 - 2021-07-21
4+
5+
### Added
6+
- Add `text` and `rawNode` to NodeInterface for GraphQL.
7+
8+
### Fixed
9+
- Fix an error when saving Vizy blocks containing Matrix fields with no blocks defined.
10+
- Fix Vizy fields failing to validate Vizy blocks, when only Vizy blocks are present in the field.
11+
- Fix `content`, `attrs`, `marks` and `text` GraphQL node properties not having the correct values.
12+
- Fix image node, and other self-closing nodes not displaying correctly.
13+
- Fix required Vizy fields not validating when no content is set for the field.
14+
315
## 1.0.3 - 2021-06-22
416

517
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/vizy",
33
"description": "A flexible visual editor field for Craft CMS.",
44
"type": "craft-plugin",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)