Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.4.29
Added
- Added
make clean
to the Makefile - Added Makefile Project Commands to
README.md
- Added
make composer xxx
&make npm xxx
commands
Changed
- Remove deprecated
scripts/docker_prod_build.sh
in favor ofmake build
Version 2.4.28
Fixed
- Fixed an issue with the
webpack-dev-server
version^4.0.0-beta.1
by moving theoverlay
config setting toclient
(#54)
Version 2.4.27
Added
- Added
make
command aliases
Changed
- Use
@tailwindcss/jit
for the CSS generation
Fixed
- Fix webpack buildchain pipeline
Version 2.4.26
Changed
- Use aliases for import paths
- Remove version, require, autoload, and config from the project
composer.json
- Use Tailwind CSS
^2.0.3
- Use official MariaDB images
- Use
craftcms/cms
version^3.6.7
- Updated db-seed & Project Config to match
craftcms/cms
version^3.6.7
Version 2.4.25
Added
- Use PHP 8.0 Alpine images for the prod & dev containers
Changed
- Ensure that the
cms/config
directory has the right permissions
Version 2.4.24
Fixed
- Fixed an issue with favicon generation caused by changes in
favicons-webpack-plugin
Version 2.4.23
Changed
- Use
get-webpack-config
package
Version 2.4.22
Fixed
- Fix setting that’d cause HMR to fail to work unless a production build existed
Version 2.4.21
Changed
- Changed
return 0
toexit 0
in thecomposer.json
scripts
Fixed
- Fixed an issue where the default ImageOptimize transform was set to ServerlessSharp, causing mayhem and confusion
Version 2.4.20
Changed
- Changed
--interactive 0
to--interactive=0
just for consistency (either works)