Skip to content

Releases: mmikkel/ChildMe-Craft

Child Me! v. 2.2.2

10 Jun 13:43
Compare
Choose a tag to compare

2.2.2 - 2024-06-10

Fixed

  • Fixed an incompatibility issue with Craft 5.2, which could trigger a PHP exception when attempting to create a new child for "Edited" elements

Child Me! v. 2.2.1

31 May 09:46
Compare
Choose a tag to compare

2.2.1 - 2024-05-31

Fixed

  • Fixed a misalignment issue with "New child" buttons in element index columns

Child Me! v. 2.2.0

18 May 12:39
Compare
Choose a tag to compare

2.2.0 - 2024-05-18

Changed

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

Child Me! v. 2.1.0

09 May 18:23
Compare
Choose a tag to compare

2.1.0 - 2024-05-09

Fixed

  • Fixed a bug that prevented the "New child" button from appearing in certain situations

Changed

  • Replaced the "New child" tooltip for the "New child" buttons with a "New child" title attribute.

Child Me! v. 2.0.0

27 Mar 21:06
Compare
Choose a tag to compare

2.0.0 - 2024-03-27

Added

  • Added Craft 5 compatibility
  • Added support for entry type icons and colors in Child Me! entry type disclosure menus
  • Added the entry attribute to the mmikkel\childme\events\DefineEntryTypesEvent event class

Improved

  • Child Me! has been rewritten from scratch for Craft 5 🔥
  • Accessibility, performance and CX (child-creating experience) have all been improved 🎉

Fixed

  • Fixed an issue where Child Me! entry type menus could become visually cut off (#14)

Child Me! v. 2.0.0-beta.3

25 Mar 00:04
Compare
Choose a tag to compare
Pre-release

2.0.0-beta.3 - 2024-03-25

Improved

  • Adds support for entry type icons and colors in Child Me! entry type disclosure menus

Child Me! v. 2.0.0-beta.2

24 Mar 23:20
Compare
Choose a tag to compare
Pre-release

2.0.0-beta.2 - 2024-03-25

Fixed

  • Fixes an issue where clicking Child Me! disclosure menu buttons would select the element row

Child Me! v. 2.0.0-beta.1

24 Mar 23:04
Compare
Choose a tag to compare
Pre-release

2.0.0-beta.1 - 2024-03-24

Added

  • Added Craft 5 compatibility
  • Added the entry attribute to the mmikkel\childme\events\DefineEntryTypesEvent event class

Improved

  • Child Me! has been rewritten from scratch for Craft 5 🔥
  • Accessibility, performance and CX (child-creating experience) have all been improved 🎉

Fixed

  • Fixed an issue where Child Me! entry type menus could become visually cut off (#14)

Child Me! v. 1.3.3

30 Oct 12:47
Compare
Choose a tag to compare

1.3.3 - 2023-10-30

Fixed

  • Fixed a bug where the default entry type could be used for the Child Me! dropdown menu, even if it has been filtered out via an EVENT_DEFINE_ENTRY_TYPES event handler
  • Fixed a bug where Child Me! buttons could be displayed in element index modals

Child Me! v. 1.3.2

22 Feb 22:32
Compare
Choose a tag to compare

1.3.2 - 2023-02-22

Fixed

  • Fixed some styling issues for the entry type menus on Craft 4.3