Skip to content

Releases: nystudio107/craft

Version 2.4.29

26 Mar 01:06
Compare
Choose a tag to compare

Added

  • Added make clean to the Makefile
  • Added Makefile Project Commands to README.md
  • Added make composer xxx & make npm xxx commands

Changed

  • Remove deprecated scripts/docker_prod_build.sh in favor of make build

Version 2.4.28

24 Mar 12:27
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the webpack-dev-server version ^4.0.0-beta.1 by moving the overlay config setting to client (#54)

Version 2.4.27

22 Mar 14:09
Compare
Choose a tag to compare

Added

  • Added make command aliases

Changed

  • Use @tailwindcss/jit for the CSS generation

Fixed

  • Fix webpack buildchain pipeline

Version 2.4.26

07 Mar 19:28
Compare
Choose a tag to compare

Changed

  • Use aliases for import paths
  • Remove version, require, autoload, and config from the project composer.json
  • Use Tailwind CSS ^2.0.3
  • Use official MariaDB images
  • Use craftcms/cms version ^3.6.7
  • Updated db-seed & Project Config to match craftcms/cms version ^3.6.7

Version 2.4.25

10 Feb 01:33
Compare
Choose a tag to compare

Added

  • Use PHP 8.0 Alpine images for the prod & dev containers

Changed

  • Ensure that the cms/config directory has the right permissions

Version 2.4.24

03 Feb 14:25
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with favicon generation caused by changes in favicons-webpack-plugin

Version 2.4.23

03 Feb 04:30
Compare
Choose a tag to compare

Changed

  • Use get-webpack-config package

Version 2.4.22

03 Feb 01:13
Compare
Choose a tag to compare

Fixed

  • Fix setting that’d cause HMR to fail to work unless a production build existed

Version 2.4.21

02 Feb 15:58
Compare
Choose a tag to compare

Changed

  • Changed return 0 to exit 0 in the composer.json scripts

Fixed

  • Fixed an issue where the default ImageOptimize transform was set to ServerlessSharp, causing mayhem and confusion

Version 2.4.20

27 Jan 12:44
Compare
Choose a tag to compare

Changed

  • Changed --interactive 0 to --interactive=0 just for consistency (either works)