Releases: Lullabot/amp-library
Releases · Lullabot/amp-library
Fix Composer ambiguous class resolution warnings
- Fix Composer ambiguous class resolution warnings by removing duplicate validator-generated.php
- Updated Travis CI configuration to use the updated trusty distro, run tests on PHP 7.1, and allow failures on HHVM.
Improved functionality with videos
- FB video validation is now more relaxed
- A twitter video class is added to twitter videos for better CSS modifications. The class is
twitter-video
- AMP pixel accepts http for transforming into https.
- Youtube video hashes are now converted to start positions with
data-param-start
- Tall Pinterest pins are now supported
amp-accordion
is now properly mapped in the components
YouTube improvements, image height improvements, object code transforms
- Bugfix: Improved the way we fetch youtube codes and return them.
- Bugfix: Add image height to responsive images to get valid AMP
- Bugfix: Allow PHP nightly to fail during build process. This is important to know when builds pass on supported platforms.
- Feature: Added autodetection of amp-anim if you enable it in options.
- Bugfix: Transforming embed code object tags
- Transform youtube, vimeo, embed code object tags to amp-youtube, amp-vimeo. Tranform other embed code object tags to a#href.
More fixes
There are more fixes and improvements that have been over time.
Because of the amount of features between releases, we're tagging this release as 1.1.0
Core library should not depend on symfony/console
#134 Core library should not depend on symfony/console
Improve support for twitter & facebook embeds
1.0.5
1.0.4
1.0.3
1.0.2
- Completed #111 Improve HTML correction abilities of validator (merged PRs #120 , #119, #114 )
- #79 Modifications to support line numbers for CSS validation errors
- #46 Add workaround for pinterest pins getting chopped off
- #115 Add the ability to skip tests that require the internet
- #118 Add some documentation for src/Validate directory
- #122 Fix case sensitivity issue in SVG
- Other documentation improvements