Production on 3:29 PM, Jun 17, 2016 UTC-7
1% on 3:28 PM, Jun 13, 2016 UTC-7
Version: 1465588263524
- fix shorthand lint error (#3532)
- amp-sticky-ad fix: sticky-ad blocks contents at bottom of page (#3393)
- add a "type check" only mode for the compiler (#3506)
- Some improvements to gulp webserver (#3514)
- Apply property shorthand syntax following ECMAScript 6 format (#3471)
- Two hot path optimizations (#3513)
- Gulp server HTTPS support (#3502)
- Fix minor typing issues (#3507)
- Update Teads amp-ad tag and readme (#3458)
- add missing import extensions (#3500)
- fix bad test for amp-live-list (#3498)
- Do not load external resources when testing test-element-stub. (#3491)
- feature(amp-live-list): add deletion code to cap max items (#3472)
- Cache Viewport.getRect() for performance enhancement (#3482)
- fix(amp-live-list): fix sorting insertion bug (#3496)
- Upgrade to closure compiler at head. (#3478)
- Fix broken test-element-stub when run alone. (#3484)
- Add empty amp-form service to kick off work on validation part (#3470)
- Allow basic usage of form and polyfill validate check globally (#3373)
- Turn on more aggressive compiler optimizations. (#3223)
- Filter by error category via URL query string. (#3445)
- Simulate various load order race conditions (#3349)
- tools(changelog): add a way to update the release body (#3439)
- Allow [enter] for validating url input. (#3443)
- link to the base canary version of canary patches (#3435)
- Allow fetchJson to accept FormData body. (#3438)
- Move errorlist, mainpage, statusbar, urlform into their own polymer components. (#3440)
Breakdown by component
ads
- Apply property shorthand syntax following ECMAScript 6 format
- Fix minor typing issues
- Update Teads amp-ad tag and readme
amp-access
- Apply property shorthand syntax following ECMAScript 6 format
amp-accordion
- Apply property shorthand syntax following ECMAScript 6 format
amp-ad
- Apply property shorthand syntax following ECMAScript 6 format
amp-analytics
- Apply property shorthand syntax following ECMAScript 6 format
- Fix minor typing issues
amp-audio
- Missing width/height quotes in example
amp-carousel
- Apply property shorthand syntax following ECMAScript 6 format
amp-dynamic-css-classes
- Apply property shorthand syntax following ECMAScript 6 format
amp-form
- Add empty amp-form service to kick off work on validation part
amp-iframe
- Apply property shorthand syntax following ECMAScript 6 format
amp-image-lightbox
- Apply property shorthand syntax following ECMAScript 6 format
amp-list
- Apply property shorthand syntax following ECMAScript 6 format
amp-live-list
- Clarifications to amp-live-list documentation
- fix bad test for amp-live-list
- feature(amp-live-list): add deletion code to cap max items
- fix(amp-live-list): fix sorting insertion bug
amp-pinterest
- Apply property shorthand syntax following ECMAScript 6 format
- Fix minor typing issues
amp-sidebar
- Apply property shorthand syntax following ECMAScript 6 format
amp-social-share
- Fix minor typing issues
amp-sticky-ad
- fix shorthand lint error
- amp-sticky-ad fix: sticky-ad blocks contents at bottom of page
amp-user-notification
- Apply property shorthand syntax following ECMAScript 6 format
- Fix minor typing issues
validator
-
Small tweaks to NodeJS API example
- Validator/readme nodejs example patch
I was working with the NodeJS sample API code and could not get it to work on my end. It would return a problem (no method found on index.js line 38
url.startsWith()
).I was able to get the following code to work for me. - Filter by error category via URL query string.
Allow "filter=DISALLOWED_HTML" to filter error list by that category.
Displays message that there is a filter and ability to clear the filter.
Adjust padding on body to !important.
Increase error-list size to 240px to fill in lower portion. - Allow [enter] for validating url input.Allow [enter] for validating url input.
Animate ripple effect on button when [enter] pressed.
Use url-form's setURLAndValidate method for urls passed via query string. - Validator: Upgrade closure compiler, library, and codemirror to latest versions.- Move errorlist, mainpage, statusbar, urlform into their own polymer components.
Trim the list of dependencies in package.json just a tad.