Skip to content

1.2.0

Compare
Choose a tag to compare
@engram-design engram-design released this 21 Jul 05:28
· 21 commits to craft-4 since this release

Added

  • Add Link::linkUri.
  • Add “Create backup” checkbox for migrations.
  • Add create-backup console command option for migrations.
  • Add missing descriptions for console commands.

Changed

  • Change element-based links properly checking if their linked-to element is “empty”. For example, linking to a disabled element will now make isEmpty return true.
  • Improve GraphQL Schema generation performance. (thanks @markhuot).
  • Handle migration of anchor-only URLs for Typed Link fields.

Fixed

  • Fix Typed Link migration for Site link types.
  • Fix parsing emoji's in link URLs. (thanks @sfsmfc).