This releases changes the default rendering strategy to native device rendering – instead of rendering at a fixed 800×480 resolution and upscaling, pages are now rendered directly at the target device dimensions, when using device models. Chinese fonts have also been added.
Troubleshooting
To revert to the previous fixed-size rendering and upscaling behavior, set the environment variable:
PUPPETEER_WINDOW_SIZE_STRATEGY=v1
What's Changed
- feat: set PUPPETEER_WINDOW_SIZE_STRATEGY=v2 as default
- feat(#149): add UI for css_variables to DeviceModel
- feat(#179): Update Dockerfile to install CN fonts by @dowjames in #192
- chore(docker): update base image
- PHP 8.4.18
- Chromium 144.0.7559.132
- ImageMagick 7.1.2-13
New Supporters
Thank you for your support: Hilko.
Full Changelog: 0.28.1...0.29.0