Skip to content

Releases: ampproject/amp-toolbox-php

0.11.5

05 Feb 19:22
0.11.5
7853185
Compare
Choose a tag to compare

Changes

Meta

  • Sync local fallback files by @github-actions in #541
  • Sync local fallback files by @github-actions in #546

Full Changelog: 0.11.4...0.11.5

0.11.4

06 Nov 19:01
0.11.4
c79a0fe
Compare
Choose a tag to compare

Changes

  • Promote noscript fallback images with fetchpriority=high to hero and automatically SSR by @thelovekesh in #544

Bugfixes

Meta

  • Sync local fallback files by @github-actions in #527

Full Changelog: 0.11.3...0.11.4

0.11.3

08 Feb 12:38
56c8125
Compare
Choose a tag to compare

Changes

Bugfixes

Dependencies

  • Sync local fallback files by @github-actions in #517
  • Update dealerdirect/phpcodesniffer-composer-installer requirement from ^0.7.1 to ^0.7.1 || ^1.0.0 by @dependabot in #537

Meta

  • Sync spec test suite by @github-actions in #525

New Contributors

Full Changelog: 0.11.2...0.11.3

0.11.2

13 Jun 08:17
8fa1588
Compare
Choose a tag to compare

Changes

Bugfixes

  • Fix SSR sizer responsiveness issue by @ediamin in #521
  • Fix error when source is missing closing head tag by @ediamin in #524

Meta

  • Sync spec test suite by @github-actions in #520

Full Changelog: 0.11.1...0.11.2

0.11.1

08 Apr 05:57
8392ee4
Compare
Choose a tag to compare

Bugfixes

  • Harden hero image optimization when noscript > img fallbacks are present [#516]

Meta

  • Sync local fallback files [#515]

Full Changelog: 0.11.0...0.11.1

0.11.0

01 Apr 08:18
26efcaa
Compare
Choose a tag to compare

Changes

  • Add a new simplified table formatter API [#476]

Bugfixes

  • Prevent SelfClosingSVGElements document filter from erroneously self-closing tags [#513]
  • Fix bad casing in Amp class name [#500]
  • Avoid overriding $iterationArray property from inherited classes [#504]

Meta

  • Allow Composer plugins to run [#480]
  • Update action to sync local fallback files [#493]
  • Remove test ignores that are not needed anymore [#481]

Full Changelog: 0.10.0...0.11.0

0.10.0

07 Jan 17:13
be395b7
Compare
Choose a tag to compare

Changes

  • Add AmpStoryCssOptimizer transformer [#460] (disabled by default for now)
  • Add InvalidOptionValue exception [#455]
  • Add NormalizeHtmlEntities DOM document filter [#452]

0.9.3

14 Dec 21:31
b4c723a
Compare
Choose a tag to compare

Bugfixes

  • Harden SVG self-closing tags Dom\Document filter [#443]

Meta

  • Fix PSR-12 not accepting blank lines after opening brace [#442]
  • Sync spec test suite [#437]

0.9.2

07 Dec 17:12
80c7f1a
Compare
Choose a tag to compare

Bugfixes

  • Add compatibility fix to alias moved classes [#434]

0.9.1

02 Dec 22:22
e3fcdd9
Compare
Choose a tag to compare

Bugfixes

  • Re-add Attribute::DEFER constant [#430]