Version: 1476377267811
- Implementation and documentation of AdvertServe tag (#5366)
- Criteo: Adding support to RTA tags besides passback (#5463)
- sticky-ad: remove transparent overlay for ad support render-start (#5456)
- Minor change on hide/show viewer header (#5469)
- Update version for NPM push; update README. (#5556)
- Add a newInstance method for creating a validator instance, (#5534)
- use local gulp installed in node_modules in travis (#5554)
- cron job from @erwinmombay to update size.txt (#5543)
- Add compiler warning for dangerous use of
this
(#5244) - Custom Elements V1 + ES6 class refactor (#5243)
- mediaimpact: startRender API (#5420)
- Use #getLayoutBox in #getIntersectionElementLayoutBox (#5533)
- Cache the relative offsets of the ad's iframe. (#5271)
- Test flake intersection observer (#5528)
- Allow for white listed replacement of URL placements and use it in A4A. (#5275)
- Installer for extensions for dev mode (#5459)
- Allow data-attributes to pass through AMP sanitizer. (#5504)
- Send vars from carousel to amp-analytics (#5388)
- Rolling back pan-x on scrollable carousel. (#5490)
- analytics: Add context.library.name to Segment (#5467)
- Rollback pan-x on carousel as it does not work on android. (#5473)
- cron job from @erwinmombay to update size.txt (#5468)
- ALP for A4A (#5430)
- Add Affiliate-B support for amp-ad (#5223)
- First cut of changes for New Type Inference (#5438)
- Lightbox 2.0: Use object-fit:cover for thumbnails (#5458)
- Upgrade Closure Compiler to v20160911 (Sep 11, 2016) (#5457)
- Fake and real window fixtures for tests (#5425)
- Backgrounded Variable added to Timer Trigger (#5240)
- make
touch-action: pan-x
onamp-carousel
(#5391)
Breakdown by component
README.md
- Add amp-experiment to extensions/README.md
ads
- Implementation and documentation of AdvertServe tag
- Criteo: Adding support to RTA tags besides passback
- mediaimpact: startRender API
amp-a4a
- ALP for A4A
- First cut of changes for New Type Inference
amp-accordion
- First cut of changes for New Type Inference
amp-ad
- Implementation and documentation of AdvertServe tag
- sticky-ad: remove transparent overlay for ad support render-start
- Use #getLayoutBox in #getIntersectionElementLayoutBox
- First cut of changes for New Type Inference
amp-analytics
- Send vars from carousel to amp-analytics
- analytics: Add context.library.name to Segment
- First cut of changes for New Type Inference
amp-brightcove
- First cut of changes for New Type Inference
amp-carousel
- Send vars from carousel to amp-analytics
- Rolling back pan-x on scrollable carousel.
- Rollback pan-x on carousel as it does not work on android.
- Added example of usage of carousel arrows
- First cut of changes for New Type Inference
- Upgrade Closure Compiler to v20160911 (Sep 11, 2016)
- make
touch-action: pan-x
onamp-carousel
amp-experiment
- Smart quotes begone
amp-font
- Test flake intersection observer
amp-fresh
- First cut of changes for New Type Inference
amp-iframe
- Use #getLayoutBox in #getIntersectionElementLayoutBox
- Test flake intersection observer
amp-image-lightbox
- First cut of changes for New Type Inference
amp-img
- First cut of changes for New Type Inference
amp-lightbox-viewer
- Lightbox 2.0: Use object-fit:cover for thumbnails
amp-list
- Make it clearer that the cache doesn't mediate the request
amp-live-list
- First cut of changes for New Type Inference
amp-mustache
- Allow data-attributes to pass through AMP sanitizer.
amp-share-tracking
- Installer for extensions for dev mode
amp-social-share
- Test flake intersection observer
amp-sticky-ad
- sticky-ad: remove transparent overlay for ad support render-start
amp-viz-vega
- First cut of changes for New Type Inference
validator
-
Update version for NPM push; update README.
Also remove the unused version string from the command line tool.
We have enough versions this is just confusing things too much. - Add a newInstance method for creating a validator instance,which is synchronous and much simpler than the existing getInstance method
(it's just a constructor call thus far).