Skip to content

Commit

Permalink
version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 5, 2018
1 parent 45be817 commit 6986afe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# Changelog

## 2.0.4
## 2.0.5 - 2018-04-05

### Fixed
- Updates to be inline with Craft 3.0.0 GA, now minimum requirement
- Improve field validation
- Fix post location path for inner fields
- Fix some minor layout issues with Matrix combinations
- Fix row layout (and a few other things) not using `site` as the translation key
- Fix table fields rows now being able to be deleted
- Fix Row layout not respecting minRows value
- Field instructions should parse markdown
- Fix namespacing for nested Matrix fields
- Fix errors caused by SuperTableBlockElement.eagerLoadingMap()

## 2.0.4 - 2018-02-21

### Added
- Minimum requirement for Super Table is now `^3.0.0-RC10`

### Improved
### Changed
- Make use of `FieldLayoutBehavior::getFields()` and `setFields()`
- No longer executes two queries per block type when preparing a Super Table block query.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/super-table",
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
"type": "craft-plugin",
"version": "2.0.4",
"version": "2.0.5",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 6986afe

Please sign in to comment.