Skip to content

Releases: nystudio107/devmode

Version 2.5.6

30 Mar 20:38
Compare
Choose a tag to compare

2.5.6 - 2022.03.30

Changed

  • Fix WORKDIR in php-prod-craft container so make craft etc. commands work as expected
  • Fix WORKDIR in node-dev-vite container so make npm etc. commands work as expected
  • Fix linting issue with import.meta.hot

Version 2.5.5

28 Mar 14:29
Compare
Choose a tag to compare

Changed

  • Add disableProcessTimeout to the post-craft-update Composer scripts, and run Project Config before migrations

Version 2.5.4

27 Mar 04:02
Compare
Choose a tag to compare

Added

  • Ensure permissions on directories Craft needs to write to

Version 2.5.3

27 Mar 01:19
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.2

26 Mar 19:42
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.1

18 Mar 03:35
Compare
Choose a tag to compare

Added

  • Run migrations / project config changes via the run_queue.sh script, only after the db container responds

Version 2.5.0

18 Mar 02:05
Compare
Choose a tag to compare

Added

  • 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

  • Added a sleep 60 in the run_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

02 Jul 01:13
Compare
Choose a tag to compare

Changed

  • Updated to Craft CMS 3.7.0-beta.5

Version 2.1.12

05 Dec 05:18
Compare
Choose a tag to compare

Changed

  • Fixed WebpackManifestPlugin import

Version 2.1.11

03 Dec 14:39
Compare
Choose a tag to compare

Changed

  • Moved to webpack 5 for the build process
  • Numerous other changes globbed together