Skip to content

Releases: nystudio107/craft

Version 2.4.8

30 Nov 17:06
Compare
Choose a tag to compare

Added

  • Added nodemon so webpack-dev-server will automatically restart if we change any of the webpack configs

Changed

  • Use webpack-dev-server version ^4.0.0-beta.0 for additional speed & better webpack 5 support

Version 2.4.7

27 Nov 01:58
Compare
Choose a tag to compare

Changed

  • Remove postcss-preset-env, add autoprefixer & postcss-nested

Version 2.4.6

25 Nov 18:08
Compare
Choose a tag to compare

Changed

  • Change mysql-client to mariadb-client

Version 2.4.5

25 Nov 17:59
Compare
Choose a tag to compare

Added

  • Add mysql-client in the php-dev-craft & php-prod-craft MariaDB containers so we get mysqldump
  • Added image optimization tools to the php-dev-craft & php-prod-craft MariaDB containers

Version 2.4.4

22 Nov 01:31
Compare
Choose a tag to compare

Changed

  • Ignore /admin routes in the Service Worker

Version 2.4.3

17 Nov 20:48
Compare
Choose a tag to compare

Fixed

  • Removed xdebug.remote_connect_back from the php-dev-base container's xdebug.ini file to allow xdebug to connect properly

Version 2.4.2

12 Nov 03:45
Compare
Choose a tag to compare

Fixed

  • Removed unused path attribute passed to MiniCssExtractPlugin in the production.config.js

Version 2.4.1

11 Nov 18:16
Compare
Choose a tag to compare

Changed

  • Sync Craft version

Version 2.4.0

11 Nov 04:00
Compare
Choose a tag to compare

Added

  • Updated buildchain to a modular webpack config system, using webpack 5 & PostCSS 8
  • Added yiisoft/yii2-shell to require-dev
  • Add --no-dev --no-progress to the composer install command

Changed

  • Ignore Nginx requests for favicon.ico
  • Removed deprecated links from docker-compose.yaml
  • Use Composer 2.x

Version 2.3.15

27 Oct 02:37
Compare
Choose a tag to compare

Added

  • Added yiisoft/yii2-shell to require-dev
  • Add --no-dev --no-progress to the composer install command

Changed

  • Ignore Nginx requests for favicon.ico
  • Removed deprecated links from docker-compose.yaml
  • Use Composer 2.x