Skip to content

Releases: nystudio107/craft-recipe

Version 1.4.2

21 Feb 17:36
Compare
Choose a tag to compare

Changed

  • Refactored the docs buildchain to use a dynamic docker container setup
  • Updated the docs to include instructions on how to do Multi-Component recipes

Fixed

  • Allow Recipe fields to work properly if they are embedded in a Matrix block (#63)

Version 4.0.4

04 Dec 17:21
Compare
Choose a tag to compare

Changed

  • Fix the display of the Recipe icon logo on the Welcome screen

Version 4.0.3

02 Dec 01:27
Compare
Choose a tag to compare

Changed

  • Move to using ServicesTrait and add getter methods for services
  • Switch to VitePress ^1.0.0-alpha.29 for the documentation
  • Add allow-plugins to the composer.json to enable CI to work
  • Wrap the fields in <fieldset> tags for semantic HTML & a11y
  • Remove the odd Craft modifiedAttributes styling when a field value is changed (#12403)

Version 1.4.1

02 Dec 01:24
Compare
Choose a tag to compare

Changed

  • Move to using ServicesTrait and add getter methods for services
  • Switch to VitePress ^1.0.0-alpha.29 for the documentation
  • Add allow-plugins to the composer.json to enable CI to work
  • Wrap the fields in <fieldset> tags for semantic HTML & a11y
  • Remove the odd Craft modifiedAttributes styling when a field value is changed (#12403)

Version 4.0.2

10 May 16:51
Compare
Choose a tag to compare

Fixed

  • Fix array access on new type Int (#59)

Version 4.0.1

09 May 19:37
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where model properties were not converted from an array to an int before saving ((#57)[https://github.com//issues/57])
  • Fixed an issue with assets not showing up by removing 'enabledForSite': null, from the criteria

Version 4.0.0

09 May 18:20
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 release

Fixed

  • Fixed an issue where certain model properties were typed as ?array when they should have been typed as ?int, causing a type error to be thrown ((#57)[https://github.com//issues/57])

Version 4.0.0-beta.3

13 Apr 18:23
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where an exception would be thrown if the FeedMe beta plugin was installed (#56)

Version 4.0.0-beta.2

14 Mar 14:02
Compare
Choose a tag to compare

Fixed

  • Fix issues with editable table fields, due to the change in default values for Craft 4

Version 4.0.0-beta.1

09 Mar 21:08
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility