Skip to content

Releases: nystudio107/craft

Version 2.4.19

27 Jan 12:29
Compare
Choose a tag to compare

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 the composer.json to force non-interactivity for CI commands

Version 2.4.17

14 Jan 16:32
Compare
Choose a tag to compare

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

12 Jan 16:52
Compare
Choose a tag to compare

Changed

  • gzip the seed database
  • Update to deps required for favicons-webpack-plugin ^5.0.0-alpha.4

Version 2.4.15

09 Jan 19:51
Compare
Choose a tag to compare

Changed

  • Update to Axios ^0.21.1
  • Tabs -> Spaces in the Dockerfiles

Version 2.4.14

04 Jan 16:56
Compare
Choose a tag to compare

Changed

  • Use slimmed down Alpine images for Docker
  • Added --no-install-recommends to all apt-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

22 Dec 03:26
Compare
Choose a tag to compare

Changed

  • Refactored output.path to app.config.js
  • Remove unused base Docker configs
  • Use PHP 7.4

Version 2.4.12

17 Dec 21:00
Compare
Choose a tag to compare

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

06 Dec 22:52
Compare
Choose a tag to compare

Changed

  • Ensure poll is always an integer
  • Updated seed db

Version 2.4.10

05 Dec 23:04
Compare
Choose a tag to compare

Changed

  • Updated to latest buildchain semver deps

Version 2.4.9

05 Dec 05:27
Compare
Choose a tag to compare

Changed

  • config/redactor/Standard.json → Default.json
  • Unlicense → BSD Zero Clause License

Fixed