Skip to content

Releases: nystudio107/craft

Version 2.2.7

27 Mar 15:01
Compare
Choose a tag to compare

Changed

  • Removed SITE_NAME from the .env vars; it's not a secret, and it doesn't change per environment

Version 2.2.6

27 Mar 14:06
Compare
Choose a tag to compare

Changed

  • Remove Craft & Plugin Licenses from .env — not necessary except for public repos

Version 2.2.5

27 Mar 13:47
Compare
Choose a tag to compare

Changed

  • Synced up the project.yaml with the seed_db.sql so it can properly propagate
  • Added a default SECURITY_KEY in example.env

Version 2.2.4

27 Mar 12:32
Compare
Choose a tag to compare

Changed

  • Skip a superfluous copy operation in the Nginx container

Version 2.2.3

21 Mar 18:24
Compare
Choose a tag to compare

Changed

  • Added SERVERLESS_SHARP_CLOUDFRONT_URL to the example.env
  • Added plugin licenses environment variables to project.yaml
  • Added SERVERLESS_SHARP_CLOUDFRONT_URL to the ImageOptimized default settings in project.yaml

Version 2.2.2

18 Mar 22:37
Compare
Choose a tag to compare

Added

  • Added seed_db.sql to seed the initial database

Changed

  • Numerous setup changes/tweaks

Version 2.2.1

17 Mar 12:44
Compare
Choose a tag to compare

Changed

  • Switch base config setup to MariaDB instead of Postgres

Version 2.2.0

16 Mar 03:54
Compare
Choose a tag to compare
  • Switch to Docker for local dev

Version 2.1.1

28 Feb 19:20
Compare
Choose a tag to compare

Changed

  • Remove craft.twigpack.includeCssRelPreloadPolyfill()
  • Use a regular function for our ServiceWorker registration JS, because IE11
  • Remove the include setting from configureBabelLoader()
  • Add sourceType: 'unambiguous' to better handle different types of modules

Version 2.0.4

05 Feb 18:19
Compare
Choose a tag to compare

Added

  • Added settings.babelLoaderConfig.include

Changed

  • Removed entirely the concept of a "modern" and "legacy" build from the webpack.dev.js; we don't need legacy builds with webpack-dev-server

Fixed

  • Changed deprecated use of cacheFirst to CacheFirst in the Workbox config