Skip to content

Releases: nystudio107/craft

Version 2.5.13

27 Jun 14:21
Compare
Choose a tag to compare

2.5.13 - 2024.06.27

Changed

  • Update global-variables.twig to apply {% spaceless %} around everything (#91)
  • Unregister lingering service workers (#92)

Fixed

Version 2.5.12

31 May 17:11
Compare
Choose a tag to compare

Changed

  • Use craft up to run migrations & apply Project Config changes

Version 2.5.11

04 May 02:45
Compare
Choose a tag to compare

Added

  • Determine the container name separator character by checking the Docker Compose API version at runtime

Version 2.5.10

02 May 18:04
Compare
Choose a tag to compare

Changed

  • Ignore max-line-length rule

Fixed

  • Fix eslint errors pinning vite-plugin-eslint to 1.3.0

Version 2.5.9

02 May 17:40
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

Changed

  • Changed bootstrap.php to allow .env-set environment variables override existing injected environment variables (#82)

Version 2.5.8

13 Apr 22:30
Compare
Choose a tag to compare

Fixed

  • Changed the hostname from mysql to mariadb in the composer_install.sh and run_queue.sh scripts, since we're using MariaDB

Changed

  • Use "eslint": "^7.0.0" to avoid package version conflicts with vite-plugin-eslint
  • Add correct at-rule-no-unknown config (#80)

Version 2.5.7

08 Apr 22:33
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.6

30 Mar 20:40
Compare
Choose a tag to compare

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

30 Mar 18:19
Compare
Choose a tag to compare

Changed

  • Remove deprecated useProjectConfigFile from config/general.php
  • Remove platform from composer.json

Version 2.5.4

28 Mar 14:39
Compare
Choose a tag to compare

Changed

  • Add disableProcessTimeout to the post-craft-update Composer scripts, and run Project Config before migrations
  • Add import.meta.hot.accept() to accept HMR as per: https://vitejs.dev/guide/api-hmr.html