Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.5.13
2.5.13 - 2024.06.27
Changed
- Update
global-variables.twig
to 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.twig
to fix broken link and JavaScript code (#93)
Version 2.5.12
Changed
- Use
craft up
to 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-length
rule
Fixed
- Fix eslint errors pinning
vite-plugin-eslint
to1.3.0
Version 2.5.9
Fixed
- Clean up initial check for
composer.lock
orvendor/autoload.php
to ensure the first-time install is done
Changed
- Changed
bootstrap.php
to allow.env
-set environment variables override existing injected environment variables (#82)
Version 2.5.8
Fixed
- Changed the hostname from
mysql
tomariadb
in thecomposer_install.sh
andrun_queue.sh
scripts, 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.json
scripts, because Craft won't apply Project Config if there are pending migrations - Added
tty: true
back in now that the issue has been fixed in the Docker Compose API2.4.1
(#9348) - Wait for both
vendor/autoload.php
as we ascomposer.lock
before starting up the queue listener
Version 2.5.6
Changed
- Fix
WORKDIR
inphp-prod-craft
container somake craft
etc. commands work as expected - Fix
WORKDIR
innode-dev-vite
container somake npm
etc. commands work as expected - Fix linting issue with
import.meta.hot
Version 2.5.5
Changed
- Remove deprecated
useProjectConfigFile
fromconfig/general.php
- Remove
platform
fromcomposer.json
Version 2.5.4
Changed
- Add
disableProcessTimeout
to thepost-craft-update
Composer scripts, and run Project Config before migrations - Add
import.meta.hot.accept()
to accept HMR as per: https://vitejs.dev/guide/api-hmr.html