Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.5.3
Changed
- Ensure permissions on directories Craft needs to write to
Version 2.5.2
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 acomposer install
is done viacomposer_install.sh
Changed
- Moved permissions setting to Docker image creation
Version 2.5.1
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
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 runscomposer install
at container startup time ifcomposer.lock
orvendor/
is missing - Significantly increased startup times via a
npm_install.sh
script that only runsnpm install
at container startup time ifpackage-lock.json
ornode_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
Fixed
- fix: Use
su-exec www-data
in the Makefile socraft
andcomposer
commands are not run as root
Version 2.4.54
Fixed
- Fixed an issue with Critical CSS not generating properly out of the box
Version 2.4.53
Fixed
- Fix
node-dev-webpack/Dockerfile
sonpm install
is run
Version 2.4.52
Fixed
- Fix Composer 2.2.0 error by adding
allow-plugins
Version 2.4.51
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
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