Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.4.19
Added
- Added Docker bind mount for
compiled_templates
so XDebug can be used with Twig templates
Changed
- Remove vestigial
HotModuleReplacementPlugin
- Set
--interactive 0
on console commands in thecomposer.json
to force non-interactivity for CI commands
Version 2.4.17
Changed
- Clean up AMP CSS approach
- Change AMP CSS URL to a path, so we can include it server-side
- Strip
!important
rules from AMP CSS - Clean up critical CSS config
Version 2.4.16
Changed
gzip
the seed database- Update to deps required for
favicons-webpack-plugin
^5.0.0-alpha.4
Version 2.4.15
Changed
- Update to Axios
^0.21.1
- Tabs -> Spaces in the Dockerfiles
Version 2.4.14
Changed
- Use slimmed down Alpine images for Docker
- Added
--no-install-recommends
to allapt-get install
commands - Put complete output in each config
- Remove
imagemin-gifsicle
due to build issues (and also we rarely use.gif
files)
Version 2.4.13
Changed
- Refactored
output.path
toapp.config.js
- Remove unused base Docker configs
- Use PHP 7.4
Version 2.4.12
Added
- Added some useful PostCSS plugins
Changed
- Don't try to remove
vendor/
after project install - Use named
chunkIds
- Allow HMR through Craft CMS error pages by including the now-separate
runtime.js
Version 2.4.11
Changed
- Ensure poll is always an integer
- Updated seed db
Version 2.4.10
Changed
- Updated to latest buildchain semver deps
Version 2.4.9
Changed
- config/redactor/Standard.json → Default.json
- Unlicense → BSD Zero Clause License
Fixed
- Fixed import WebpackManifestPlugin from webpack-manifest-plugin 3.x
- Fixed craftcms/redactor#278