Releases: nystudio107/devmode
Releases · nystudio107/devmode
Version 2.5.6
2.5.6 - 2022.03.30
Changed
- Fix
WORKDIR
inphp-prod-craft
container somake craft
etc. commands work as expected - Fix
WORKDIR
innode-dev-vite
container somake npm
etc. commands work as expected - Fix linting issue with
import.meta.hot
Version 2.5.5
Changed
- Add
disableProcessTimeout
to thepost-craft-update
Composer scripts, and run Project Config before migrations
Version 2.5.4
Added
- Ensure permissions on directories Craft needs to write to
Version 2.5.3
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.2
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.1
Added
- Run migrations / project config changes via the
run_queue.sh
script, only after the db container responds
Version 2.5.0
Added
- 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
- Added a
sleep 60
in therun_queue.sh
containers, so they don't run the "keepalive" script until the other containers have started - 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.0
Changed
- Updated to Craft CMS 3.7.0-beta.5
Version 2.1.12
Changed
- Fixed WebpackManifestPlugin import
Version 2.1.11
Changed
- Moved to webpack 5 for the build process
- Numerous other changes globbed together