Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.3.3
Fixed
- Modern config only for local dev, fixing multi-compiler issues with HRM
Version 2.3.2
Changed
- Remove
[hash]
from dev config to eliminate potential memory errors - Use
[contenthash]
in production instead of hash or chunkhash
Version 2.3.1
Added
- Added
init
to thedocker-compose.yml
to processes are sent signals - Added
--no-tablespaces
to the mysqldump command options to work around changes in MySQL
Fixed
- Fix redis session config to use
App::sessionConfig()
Version 2.3.0
Added
- Add native image lazy loading
- Slim Docker containers after build
Fixed
- Refactored Docker config to use more sane contexts during builds, speeding up build time immensely 🎩 Patrick
- Change
throwExceptions
deprecator config to useApp::env('DEV_MODE')
Version 2.2.13
Changed
- Disable the ForkTS plugins for now
Version 2.2.12
Added
- Added TypeScript support
- Use Vue.js 3.0
- Added
buddy.yml
for atomic deployments
Changed
- Replaced moment with vanilla JavaScript
- Replaced
getenv()
withApp::env()
- No longer use DSN for db connections
- Switch from TSLint to ESLint
Fixed
- Fixed config path in the module
helpers/Config.php
Version 2.2.11
Changed
- Use DSN for database connections
Version 2.2.10
Added
- Added baked-in support for xdebug
Changed
- Always do a
composer install
&npm install
when starting up viadocker-compose up
Fixed
- Fixed tab handler not adding the class to the
<body>
Version 2.2.9
Added
- Added support for repo.repman.io Packagist proxy global CDN
Changed
- Use the CSS hash for Critical CSS cookie value
Fixed
- Fixed Asset Bundle namespace casing
Version 2.2.8
Changed
- Remove project
composer.lock
file - Use separate app config files for web/console requests