Version: 1464987951323
Canary Stages:
1% 9:50 AM, Jun 8, 2016 UTC-7
Based on original release: 1464901132886
- Fix fetch calls with credentials=null (#3436)
- Short-term isFixed fix for layouts (#3429)
- Add support for Clicky Web Analytics (#3346)
- Workaround for chrome bug breaking amp-font. (#3430)
- Move amphtml-editor into its own .html module. (#3427)
- Add toArray utility function to convert array-like objects to arrays. (#3389)
- Remove livereload. (#3428)
- Clear errno after applying it. (#3426)
- Validator web ui: Move the ampproject-toolbar into its own .html file. (#3425)
- Scroll to error number in both editor and error-list. (#3424)
- Implement twitter with resize event (#3397)
- Make a file for simple javascript routines for the webui. (#3420)
- cron job from @erwinmombay to update size.txt (#3422)
Breakdown by component
amp-analytics
- Short-term isFixed fix for layouts
- Add support for Clicky Web Analytics
amp-font
- Workaround for chrome bug breaking amp-font.
amp-list
- Fix fetch calls with credentials=null
amp-user-notification
- Short-term isFixed fix for layouts
validator
-
Move amphtml-editor into its own .html module.
Also small fixes to add some additional imports.
Also a small fix in case errno is out of range. - Clear errno after applying it.- Validator web ui: Move the ampproject-toolbar into its own .html file.
Fix up and slightly simplify index.js to make this work.
build.py now needs to link the @Polymer directories into the copied
webui/@Polymer dir. - Scroll to error number in both editor and error-list.Also some minor beautification of error list.
@powdercloud - Make a file for simple javascript routines for the webui.Move the getLocationHashParams function into there, and fix it up
so it decodes the values.
Add a setLocationHashParams function, which encodes the values and
sets window.location.hash.
Use these methods to interpret the #url=... param and to set it when
a user is pressing the "Validate" button.
index.js needs a small fix to start serving this new file (/webui.js),
however the AppEngine deployment does not because the vulcanization
inlines it.