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.lockorvendor/autoload.phpto 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
enableLoggingandenableProfilingfromconfig/db.phpas they've now gone away - Changed
bootstrap.phpto 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.phpfor custom config settings
Changed
- Added compressed
.gzdb dump support - Set
enableLoggingandenableProfilinginconfig/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.jsonscripts, because Craft won't apply Project Config if there are pending migrations - Added
tty: trueback in now that the issue has been fixed in the Docker Compose API2.4.1(#9348) - Wait for both
vendor/autoload.phpas we ascomposer.lockbefore starting up the queue listener
Version 2.5.7
Changed
- Updated to latest
composer.jsonandpackage.jsondeps - Switched over to using a script for db seeding