Releases: nystudio107/devmode
Releases · nystudio107/devmode
Version 2.7.1
Version 2.7.0
Changed
- Move to Vite 4.x
Version 2.6.5
Added
- Determine the container name separator character by checking the Docker Compose API version at runtime
Changed
- Updated to release version of Craft CMS 4
Version 2.6.4
Fixed
- Clean up initial check for
composer.lock
orvendor/autoload.php
to ensure the first-time install is done
Version 2.6.3
Changed
- Updated to Craft CMS
4.0.0-RC1
& latest Composer deps
Version 2.6.2
Changed
- Remove
enableLogging
andenableProfiling
fromconfig/db.php
as they've now gone away - Changed
bootstrap.php
to allow.env
-set environment variables override existing injected environment variables (#82)
Version 2.6.1
Added
- Added Craft CMS 4 db dump
- Added
config/custom.php
for custom config settings
Changed
- Added compressed
.gz
db dump support - Set
enableLogging
andenableProfiling
inconfig/db.php
- Use
"eslint": "^7.0.0"
to avoid package version conflicts withvite-plugin-eslint
Version 2.6.0
Changed
- Switched over to Craft CMS 4.0.0-beta.4
Version 2.5.8
Changed
- Run migrations first via
composer.json
scripts, because Craft won't apply Project Config if there are pending migrations - Added
tty: true
back in now that the issue has been fixed in the Docker Compose API2.4.1
(#9348) - Wait for both
vendor/autoload.php
as we ascomposer.lock
before starting up the queue listener
Version 2.5.7
Changed
- Updated to latest
composer.json
andpackage.json
deps - Switched over to using a script for db seeding