Skip to content

3.0.10

Compare
Choose a tag to compare
@engram-design engram-design released this 02 Oct 22:29
· 25 commits to craft-4 since this release

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).