Peter Burns
Peter Burns
- http://webcomponents.org/articles/polymer-2-preview - http://webcomponents.org/articles/please-welcome-polymer-1-7 These links reportedly came from the webcomponents.org rss feed
A trailing slash in a pattern currently means that you want to match a slash followed by the empty string. This is counterintuitive, and an easy place to make mistakes....
This won't land until the `extends` branch in Polymer is merged, but we should test it out to be confident that this should work.
I'm taking a look at updating some usages of this element to the 2.0 version inside google and here are my notes so far: - `` is gone, but its...
Maybe each documented object should have an example import line? Part of https://github.com/Polymer/docs/issues/2541
Currently we add a little text annotation on `notify`properties. This is useful for power users who've used Polymer for a while, but I often see folks that want to listen...
There isn't a standard event that's fired when someone uses `pushState`/`replaceState` so we're listening for and firing the `location-changed` event. We should document this more clearly.