Stable release 2013-10-10
Pre-release
Pre-release
dfreedm
released this
10 Oct 23:33
·
5740 commits
to master
since this release
CustomElements
- Remove
MutationObserver
filtering of script, style, and template elements (commit)
HTMLImports
- tweak order of operations so that
document._url
is available at element upgrade time when using imports dynamically (commit)
PointerEvents
- Set buttons to undefined by default to catch lack of event.buttons support in
PointerEvent
constructor (commit) - Avoid for-in loops with explicity copied keys (commit)
PointerGestures
- Use explicit properties to avoid for-in loops (commit)
ShadowDOM
- {entered,left}DocumentCallback -> {entered,left}ViewCallback (commit)
- Add work around for X-Tag issue related to
relatedTarget
(commit) - Allow dispatching the same event multiple times (commit)
labs
- contacts-v2: close the overlay when resizing to narrow (commit)
- contacts-v2: hide toolbar in contact details if tablet (commit)
- contacts-v2: responsive contact list (commit)
- contacts-v2: sidebar (no transitions) (commit)
- panel experiment (commit)
platform
- Work around sourcemap issues with use of banner option (commit)
polymer
- add preventDispose property to prevent element unbinding when remove from document. Fixes #312 (commit)
- don't add empty string name to publish block; fixes #313 (commit)
- provide the mutation records to
onMutation
listeners (commit) Plaform.flush()
when polymer sees an event. (commit)
polymer-elements
- polymer-animation: update timing param names (commit)
- give polymer-grid ability to auto-marshal
nodes
(viaauto
property) (commit) - polymer-flex-panel: set isContainer on the prototype instead of as the attribute so it won't show up in the markup (commit)
polymer-ui-elements
- polymer-ui-animated-pages: polymer-ui-pages with transitions (commit)
- polymer-ui-toolbar: import icon-button in metadata (commit)
- separate
activeTheme
andtheme
concepts from theme-aware controls, so that an inherited theme is not expressed as an attribute (commit) - polymer-ui-toolbar: fix CSS selector for nested ui-toolbar (commit)
- polymer-ui-basic-app: add "hideMenuButton" for hiding the default menu button; add basic-app3 (commit)
projects
- Adjusts to pica app
tools
- Added unversioned builds in release zip (commit)