Releases: nystudio107/craft-recipe
Releases · nystudio107/craft-recipe
Version 1.4.2
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
Changed
- Fix the display of the Recipe icon logo on the Welcome screen
Version 4.0.3
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 thecomposer.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
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 thecomposer.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
Fixed
- Fix array access on new type Int (#59)
Version 4.0.1
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 thecriteria
Version 4.0.0
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
Fixed
- Fixed an issue where an exception would be thrown if the FeedMe beta plugin was installed (#56)
Version 4.0.0-beta.2
Fixed
- Fix issues with editable table fields, due to the change in default values for Craft 4
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility