Skip to content

0.6.0

Compare
Choose a tag to compare
@schlessera schlessera released this 27 Oct 12:40
· 830 commits to main since this release
500012f

Changes

  • Add validator spec via code generation [#100, #221]
  • Add option to detect malformed byte sequences [#200]
  • Add comment about mb_detect_encoding() performance [#186]
  • Add SSR support for fluid layout [#181]
  • Add resource hints transformers [#179]
  • Deprecate PreloadHeroImage for OptimizeHeroImages [#262]
  • Disable AMP runtime preloading by default [#261]
  • Add support for amp-onerror on transformed pages (with ESM scripts) [#211, #218]

Bugfixes

  • Correct sort of transformers to fix preload hero images [#209]
  • Skip broken boilerplate error handler spec test [#229]
  • Use maxBytes from Spec instead of hard-coding it [#231]
  • Point OptimizeAmpBind spec tests to valid instead of experimental [#174]

Dependencies

  • Update validator spec - 2021-06-24 [#258]
  • Sync local fallback files [#216]
  • Sync spec test suite [#166, #206, #215, #235, #240, #244, #257]
  • Update sirbrillig/phpcs-variable-analysis requirement from 2.11.0 to 2.11.1 [#250]
  • Update yoast/phpunit-polyfills requirement from ^0.2.0 to ^0.2.0 || ^1.0.0 [#249]

Meta

  • Upgrade to GitHub-native Dependabot [#172]
  • Add codecov token [#230]
  • Add WPCS for inline doc and comments [#254]