Skip to content

1.2.0

Compare
Choose a tag to compare
@LolipopJ LolipopJ released this 09 Aug 04:24
· 27 commits to main since this release

Full Changelog: 1.1.2...1.2.0


⚠ Breaking Changes

  • Since puppeteer^23.0.0 (#12823), the screenshot api use Uint8Array instead of Buffer for browser compatibility. The type of generated result while using binary encoding is Uint8Array 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.