Skip to content

Releases: nystudio107/craft

Version 2.3.3

14 Aug 03:03
Compare
Choose a tag to compare

Fixed

Version 2.3.2

13 Aug 01:20
Compare
Choose a tag to compare

Changed

Version 2.3.1

11 Aug 15:40
Compare
Choose a tag to compare

Added

  • Added init to the docker-compose.yml to processes are sent signals
  • Added --no-tablespaces to the mysqldump command options to work around changes in MySQL

Fixed

  • Fix redis session config to use App::sessionConfig()

Version 2.3.0

03 Aug 02:31
Compare
Choose a tag to compare

Added

  • Add native image lazy loading
  • Slim Docker containers after build

Fixed

  • Refactored Docker config to use more sane contexts during builds, speeding up build time immensely 🎩 Patrick
  • Change throwExceptions deprecator config to use App::env('DEV_MODE')

Version 2.2.13

19 Jul 03:32
Compare
Choose a tag to compare

Changed

  • Disable the ForkTS plugins for now

Version 2.2.12

19 Jul 02:55
Compare
Choose a tag to compare

Added

  • Added TypeScript support
  • Use Vue.js 3.0
  • Added buddy.yml for atomic deployments

Changed

  • Replaced moment with vanilla JavaScript
  • Replaced getenv() with App::env()
  • No longer use DSN for db connections
  • Switch from TSLint to ESLint

Fixed

  • Fixed config path in the module helpers/Config.php

Version 2.2.11

26 May 19:34
Compare
Choose a tag to compare

Changed

  • Use DSN for database connections

Version 2.2.10

20 May 23:03
Compare
Choose a tag to compare

Added

  • Added baked-in support for xdebug

Changed

  • Always do a composer install & npm install when starting up via docker-compose up

Fixed

  • Fixed tab handler not adding the class to the <body>

Version 2.2.9

14 Apr 19:58
Compare
Choose a tag to compare

Added

  • Added support for repo.repman.io Packagist proxy global CDN

Changed

  • Use the CSS hash for Critical CSS cookie value

Fixed

  • Fixed Asset Bundle namespace casing

Version 2.2.8

30 Mar 18:01
Compare
Choose a tag to compare

Changed

  • Remove project composer.lock file
  • Use separate app config files for web/console requests