Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.2.7
Changed
- Removed
SITE_NAMEfrom the.envvars; it's not a secret, and it doesn't change per environment
Version 2.2.6
Changed
- Remove Craft & Plugin Licenses from .env — not necessary except for public repos
Version 2.2.5
Changed
- Synced up the
project.yamlwith theseed_db.sqlso it can properly propagate - Added a default
SECURITY_KEYinexample.env
Version 2.2.4
Changed
- Skip a superfluous copy operation in the Nginx container
Version 2.2.3
Changed
- Added
SERVERLESS_SHARP_CLOUDFRONT_URLto theexample.env - Added plugin licenses environment variables to
project.yaml - Added
SERVERLESS_SHARP_CLOUDFRONT_URLto the ImageOptimized default settings inproject.yaml
Version 2.2.2
Added
- Added
seed_db.sqlto seed the initial database
Changed
- Numerous setup changes/tweaks
Version 2.2.1
Changed
- Switch base config setup to MariaDB instead of Postgres
Version 2.2.0
- Switch to Docker for local dev
Version 2.1.1
Changed
- Remove
craft.twigpack.includeCssRelPreloadPolyfill() - Use a regular function for our ServiceWorker registration JS, because IE11
- Remove the
includesetting fromconfigureBabelLoader() - Add
sourceType: 'unambiguous'to better handle different types of modules
Version 2.0.4
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 withwebpack-dev-server
Fixed
- Changed deprecated use of
cacheFirsttoCacheFirstin the Workbox config