Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.5.13
2.5.13 - 2024.06.27
Changed
- Update
global-variables.twigto apply{% spaceless %}around everything (#91) - Unregister lingering service workers (#92)
Fixed
- Removed a reference to pollyfill.io, which is a security risk due to a supply-chain attack https://sansec.io/research/polyfill-supply-chain-attack
- Fixed the hashbang in the node container script (#94)
- Updated
tab-handler.twigto fix broken link and JavaScript code (#93)
Version 2.5.12
Changed
- Use
craft upto run migrations & apply Project Config changes
Version 2.5.11
Added
- Determine the container name separator character by checking the Docker Compose API version at runtime
Version 2.5.10
Changed
- Ignore
max-line-lengthrule
Fixed
- Fix eslint errors pinning
vite-plugin-eslintto1.3.0
Version 2.5.9
Fixed
- Clean up initial check for
composer.lockorvendor/autoload.phpto ensure the first-time install is done
Changed
- Changed
bootstrap.phpto allow.env-set environment variables override existing injected environment variables (#82)
Version 2.5.8
Fixed
- Changed the hostname from
mysqltomariadbin thecomposer_install.shandrun_queue.shscripts, since we're using MariaDB
Changed
- Use
"eslint": "^7.0.0"to avoid package version conflicts withvite-plugin-eslint - Add correct at-rule-no-unknown config (#80)
Version 2.5.7
Changed
- Run migrations first via
composer.jsonscripts, because Craft won't apply Project Config if there are pending migrations - Added
tty: trueback in now that the issue has been fixed in the Docker Compose API2.4.1(#9348) - Wait for both
vendor/autoload.phpas we ascomposer.lockbefore starting up the queue listener
Version 2.5.6
Changed
- Fix
WORKDIRinphp-prod-craftcontainer somake craftetc. commands work as expected - Fix
WORKDIRinnode-dev-vitecontainer somake npmetc. commands work as expected - Fix linting issue with
import.meta.hot
Version 2.5.5
Changed
- Remove deprecated
useProjectConfigFilefromconfig/general.php - Remove
platformfromcomposer.json
Version 2.5.4
Changed
- Add
disableProcessTimeoutto thepost-craft-updateComposer scripts, and run Project Config before migrations - Add
import.meta.hot.accept()to accept HMR as per: https://vitejs.dev/guide/api-hmr.html