Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.2.7
Changed
- Removed
SITE_NAME
from the.env
vars; 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.yaml
with theseed_db.sql
so it can properly propagate - Added a default
SECURITY_KEY
inexample.env
Version 2.2.4
Changed
- Skip a superfluous copy operation in the Nginx container
Version 2.2.3
Changed
- Added
SERVERLESS_SHARP_CLOUDFRONT_URL
to theexample.env
- Added plugin licenses environment variables to
project.yaml
- Added
SERVERLESS_SHARP_CLOUDFRONT_URL
to the ImageOptimized default settings inproject.yaml
Version 2.2.2
Added
- Added
seed_db.sql
to 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
include
setting 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
cacheFirst
toCacheFirst
in the Workbox config