Skip to content

Releases: nystudio107/craft

Version 2.5.3

27 Mar 04:06
Compare
Choose a tag to compare

Changed

  • Ensure permissions on directories Craft needs to write to

Version 2.5.2

27 Mar 03:10
Compare
Choose a tag to compare

Added

  • Added more logging to indicate when a container is waiting for another service to start up, and when seeding a database is complete
  • Run composer craft-update after a composer install is done via composer_install.sh

Changed

  • Moved permissions setting to Docker image creation

Version 2.5.1

26 Mar 20:06
Compare
Choose a tag to compare

Added

  • Dramatically sped up the startup time for the PHP containers by moving the permissions setting script to run asynchronously in the queue container via the run_queue.sh script

Version 2.5.0

19 Mar 21:48
Compare
Choose a tag to compare

Added

  • Switch the main branch to craft-vite so the default project now uses Vite.js
  • Significantly increased startup times via a composer_install.sh script that only runs composer install at container startup time if composer.lock or vendor/ is missing
  • Significantly increased startup times via a npm_install.sh script that only runs npm install at container startup time if package-lock.json or node_modules/ is missing

Changed

  • Run migrations / project config changes via the run_queue.sh script, only after the db container responds
  • refactor: Remove tty: true which causes console output to not appear in Docker Composer API 2.3.0. ref: docker/compose#9288

Version 2.4.55

08 Jan 03:38
Compare
Choose a tag to compare

Fixed

  • fix: Use su-exec www-data in the Makefile so craft and composer commands are not run as root

Version 2.4.54

25 Dec 21:02
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with Critical CSS not generating properly out of the box

Version 2.4.53

25 Dec 20:27
Compare
Choose a tag to compare

Fixed

  • Fix node-dev-webpack/Dockerfile so npm install is run

Version 2.4.52

25 Dec 19:33
Compare
Choose a tag to compare

Fixed

Version 2.4.51

22 Dec 19:10
Compare
Choose a tag to compare

Changed

  • Updated to use a unified bootstrap.php
  • Updated to use vlucas/phpdotenv ^5.4.0
  • Updated to Tailwind CSS ^3.0.0

Version 2.4.50

07 Dec 06:06
Compare
Choose a tag to compare

Changed

  • Use Node 16 for the webpack buildchain container
  • Updated deps for native ARM buildchain container
  • Updated the Makefile to accommodate another change in Docker that switches back to using _ instead of - in container names