Skip to content

Releases: nystudio107/devmode

Version 2.7.1

22 Sep 17:53
Compare
Choose a tag to compare

Changed

  • Move the src/ dir directly into buildchain/ to avoid issues with nodeResolve
  • Updated to the latest db dump
  • Updated to the latest Composer deps
  • Updated to the latest npm deps

Version 2.7.0

15 Dec 03:40
Compare
Choose a tag to compare

Changed

  • Move to Vite 4.x

Version 2.6.5

04 May 18:45
Compare
Choose a tag to compare

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

02 May 17:10
Compare
Choose a tag to compare

Fixed

  • Clean up initial check for composer.lock or vendor/autoload.php to ensure the first-time install is done

Version 2.6.3

27 Apr 21:54
Compare
Choose a tag to compare

Changed

  • Updated to Craft CMS 4.0.0-RC1 & latest Composer deps

Version 2.6.2

15 Apr 21:15
Compare
Choose a tag to compare

Changed

  • Remove enableLogging and enableProfiling from config/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

13 Apr 19:07
Compare
Choose a tag to compare

Added

  • Added Craft CMS 4 db dump
  • Added config/custom.php for custom config settings

Changed

  • Added compressed .gz db dump support
  • Set enableLogging and enableProfiling in config/db.php
  • Use "eslint": "^7.0.0" to avoid package version conflicts with vite-plugin-eslint

Version 2.6.0

09 Apr 02:30
Compare
Choose a tag to compare

Changed

  • Switched over to Craft CMS 4.0.0-beta.4

Version 2.5.8

08 Apr 22:41
Compare
Choose a tag to compare

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 API 2.4.1 (#9348)
  • Wait for both vendor/autoload.php as we as composer.lock before starting up the queue listener

Version 2.5.7

06 Apr 20:15
Compare
Choose a tag to compare

Changed

  • Updated to latest composer.json and package.json deps
  • Switched over to using a script for db seeding