1.2.0
Full Changelog: 1.1.2...1.2.0
⚠ Breaking Changes
- Since
puppeteer^23.0.0
(#12823), thescreenshot
api use Uint8Array instead of Buffer for browser compatibility. The type of generated result while usingbinary
encoding isUint8Array
now.
Styles
- No longer specify version of CSS preset. Template will always load the latest version of CSS preset.
Build
- Fix rollup configs to generate CSS files correctly.