Skip to content

Commit

Permalink
version 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 2, 2023
1 parent 0d106ec commit 4aac446
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 3.0.10 - 2023-10-03

### Added
- Add `uid` handling for blocks when converting from serialized blocks.
- Add content table index fixer console command.
- Add events to input JS.

### Fixed
- Fix the height of collapsed matrix-style rows. (thanks @evanwarner).
- Fix collapsed block preview text to handle Dropdown fields.
- Fix a bug where blocks that were initially created for a newly-added site within a draft could be lost when applying the draft.
- Fix minor styling issue with field settings.
- Fix a bug where Super Table fields with custom propagation methods were being marked as translatable if the rendered translation key was blank.
- Fix a bug where it wasn’t possible to update a Super Table block on a revision without a new block ID being assigned.
- Fix an error that could occur if `null` was passed to `SuperTableBlockElement::setOwner()`.
- Fix field not using `setInitialDeltaValue()` for static fields. (thanks @internetztube).

## 3.0.9 - 2023-05-24

### Added
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 content builders and create nested Matrix fields.",
"type": "craft-plugin",
"version": "3.0.9",
"version": "3.0.10",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 4aac446

Please sign in to comment.