Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.4.8
Added
- Added
nodemon
sowebpack-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
Changed
- Remove
postcss-preset-env
, addautoprefixer
&postcss-nested
Version 2.4.6
Changed
- Change
mysql-client
tomariadb-client
Version 2.4.5
Added
- Add
mysql-client
in thephp-dev-craft
&php-prod-craft
MariaDB containers so we getmysqldump
- Added image optimization tools to the
php-dev-craft
&php-prod-craft
MariaDB containers
Version 2.4.4
Changed
- Ignore
/admin
routes in the Service Worker
Version 2.4.3
Fixed
- Removed
xdebug.remote_connect_back
from thephp-dev-base
container'sxdebug.ini
file to allow xdebug to connect properly
Version 2.4.2
Fixed
- Removed unused
path
attribute passed toMiniCssExtractPlugin
in theproduction.config.js
Version 2.4.1
Changed
- Sync Craft version
Version 2.4.0
Added
- Updated buildchain to a modular webpack config system, using webpack 5 & PostCSS 8
- Added
yiisoft/yii2-shell
torequire-dev
- Add
--no-dev --no-progress
to the composer install command
Changed
- Ignore Nginx requests for
favicon.ico
- Removed deprecated
links
fromdocker-compose.yaml
- Use Composer 2.x
Version 2.3.15
Added
- Added
yiisoft/yii2-shell
torequire-dev
- Add
--no-dev --no-progress
to the composer install command
Changed
- Ignore Nginx requests for
favicon.ico
- Removed deprecated
links
fromdocker-compose.yaml
- Use Composer 2.x