All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed a bug where Child Me! would not translate entry type names in the "New child" disclosure menu.
- Fixed an incompatibility issue with Craft 5.2, which could trigger a PHP exception when attempting to create a new child for "Edited" elements
- Fixed a misalignment issue with "New child" buttons in element index columns
- Setting the
EVENT_DEFINE_ENTRY_TYPES::$entryTypes
attribute to an empty array now results in the "New child" button not being rendered, instead of defaulting to the current entry's entry type.
- Fixed a bug that prevented the "New child" button from appearing in certain situations
- Replaced the "New child" tooltip for the "New child" buttons with a "New child"
title
attribute.
- Added Craft 5 compatibility
- Added support for entry type icons and colors in Child Me! entry type disclosure menus
- Added the
entry
attribute to themmikkel\childme\events\DefineEntryTypesEvent
event class
- Child Me! has been rewritten from scratch for Craft 5 🔥
- Accessibility, performance and CX (child-creating experience) have all been improved 🎉
- Fixed an issue where Child Me! entry type menus could become visually cut off (#14)