Skip to content

Releases: nystudio107/craft

Version 2.4.39

11 Jun 16:38
Compare
Choose a tag to compare

Changed

  • Removed whitelist settings in tailwind.conf.js
  • Cleaned up the php-dev-craft & php-prod-craft Dockerfile file permissions

Version 2.4.38

23 May 19:56
Compare
Choose a tag to compare

Changed

  • Run php container as the www-data user to avoid permissions issues

Version 2.4.37

14 May 19:08
Compare
Choose a tag to compare

Changed

  • Added logs and compiled_templates dirs back in, so they appear on the client side

Version 2.4.36

09 May 22:00
Compare
Choose a tag to compare

Changed

  • Silence errors from the root post-create-project-cmd script

Fixed

  • Fixed a breaking change of dev to devMiddleware in webpack-dev-server ^4.0.0-beta.3

Version 2.4.35

27 Apr 16:26
Compare
Choose a tag to compare

Changed

  • Delegate all of storage & cpresources volumes, let the container own it

Version 2.4.34

10 Apr 18:37
Compare
Choose a tag to compare

Added

  • Added make craft to the Makefile commands

Version 2.4.33

06 Apr 19:19
Compare
Choose a tag to compare

Changed

  • Use rm -f to ensure no errors if the file doesn’t exist

Version 2.4.32

05 Apr 19:49
Compare
Choose a tag to compare

Changed

  • Use Tailwind CSS ^2.1.0 with JIT

Version 2.4.31

05 Apr 16:09
Compare
Choose a tag to compare

Added

  • Added make update to update Composer & NPM packages
  • Added make update-clean to completely remove vendor/ and node_modules/, then update Composer & NPM packages

Version 2.4.30

05 Apr 14:58
Compare
Choose a tag to compare

Fixed

  • Fixed make up command by removing an errant $
  • Add storage/config-deltas/ to prevent permissions issues