Skip to content

Stable release 0.3.5:

Compare
Choose a tag to compare
@dfreedm dfreedm released this 08 Aug 00:48
· 5581 commits to master since this release

Big Changes

  • New track events trackx and tracky have been added.

  • "touch-action" attribute is no longer required for touch support, but can still be used to set scrolling behavior

    • track event will prevent scrolling by default
    • trackx event will scroll in the Y axis, and track in the X axis by default
    • tracky event will track in the Y axis, and scroll in the X axis by default
  • core-icon size property has been removed, it should now be sized via css

  • published properties now default to undefined instead of null

  • properties defined objects in the publish object should either be a concrete value, or an object with value and reflect properties. Previously, the reflect property was not required.

    • Example:
    publish: {
      foo: {reflect: true, value: 5}
    }
  • The polymer-ready event will now fire only after all polymer element definitions are loaded, including those with asynchronous scripts.

CustomElements

HTMLImports

MutationObservers

NodeBind

ShadowDOM

  • release 0.3.5 (commit)
  • unwrap(FormData) fails (commit)
  • Merge pull request #470 from arv/get-default-computed-style (commit)
  • Update README.md (commit)
  • Account for DOM selection in sub-shadow elements (commit)
  • Merge pull request #477 from MediaMath/nativeQuery (commit)
  • Handle native querySelector returning nothing (commit)
  • Merge pull request #474 from MediaMath/nativeQuery (commit)
  • Filter wrapped NodeList contents from native NodeLists (commit)
  • Merge pull request #473 from arv/firefox-os-apps-disable-eval (commit)
  • Disable eval for Firefox OS Apps (commit)
  • Merge pull request #472 from robdodson/wrap-examples (commit)
  • wrap example should use properties (commit)
  • Add wrap examples (commit)
  • Wrap window getDefaultComputedStyle (commit)
  • Merge pull request #469 from arv/hidden-property (commit)
  • Add support for reflecting the hidden attribute (commit)

TemplateBinding

  • release 0.3.5 (commit)
  • Merge pull request #180 from Polymer/issue174 (commit)
  • fixes #174 -- minimize calls to discardChanges for if/bind/repeat (commit)

URL

  • Merge pull request #5 from arv/create-object-url-etc (commit)
  • Copy over static methods (commit)
  • Merge pull request #6 from fd/patch-1 (commit)
  • WebWorkers don't have window. (commit)

WeakMap

  • release 0.3.5 (commit)
  • Add WeakMap.has and conform WeakMap.delete to spec (commit)
  • Merge pull request #5 from markfinger/add-test-suite (commit)
  • Adding a test suite for WeakMap. (commit)

context-free-parser

  • release 0.3.5 (commit)
  • Merge pull request #2 from Polymer/addparams (commit)
  • Add event and method params (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-ajax

  • release 0.3.5 (commit)
  • make core-ajax hidden, fixes #11 (commit)
  • provide console warning on bad JSON (commit)
  • Merge pull request #9 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-animated-pages

  • release 0.3.5 (commit)
  • Merge pull request #15 from addyosmani/master (commit)
  • slide-from-bottom: add polyfill-next-selector & prefixes (commit)
  • add core-style dep to bower.json (commit)
  • slide-from-right: add unprefixed transform (commit)
  • Merge pull request #12 from franzks/master (commit)
  • Earlier check for null target item (commit)
  • add core-animated-pages-prepare event (commit)
  • Fixed bug where a blank card is displayed (commit)
  • Docs: add @extends (commit)
  • include iconsets from proper path (commit)
  • Merge pull request #9 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-animation

  • release 0.3.5 (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-collapse

  • release 0.3.5 (commit)
  • fixes #3 (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-component-page

  • release 0.3.5 (commit)
  • Merge branch 'master' of ssh://github.com/Polymer/core-component-page (commit)
  • Re-built using google-code-prettify instead of highlightjs. (commit)
  • Merge pull request #4 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-component-page-dev

core-doc-viewer

  • release 0.3.5 (commit)
  • Merge pull request #23 from jakemac53/patch-1 (commit)
  • s/PolymerLabs/Polymer (commit)
  • Merge branch 'master' of ssh://github.com/Polymer/core-doc-viewer (commit)
  • Use google-code-prettify instead of highlightjs for better performance (commit)
  • Merge pull request #22 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-docs

core-drag-drop

  • remove touch-action (commit)
  • Update listener api. (commit)
  • add event listeners to parentNode (commit)
  • fix core-drag-drop's imperative use of track events by including PolymerGestures.addGesture call. (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-drawer-panel

  • release 0.3.5 (commit)
  • Use new trackx event (commit)
  • add drawerWidth property to allow setting drawer width (commit)
  • Merge pull request #12 from antonmoiseev/master (commit)
  • Fix drop shadow to work with rightDrawer attribute (commit)
  • Drop shadow on the left for the right-drawer (commit)
  • Merge pull request #10 from jakemac53/patch-1 (commit)
  • Add docs for togglePanel/openDrawer/closeDrawer (commit)
  • - add swipe support (inspired by @netanelgilad googlearchive/core-drawer-panel#6), fixes #4 - use 'rightDrawer' attribute instead of 'right-drawer' class to make the drawer position to the right. (commit)
  • Merge pull request #7 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-dropdown

core-elements

  • release 0.3.5 (commit)
  • add core-dropdown (commit)
  • shouldn't need touch-action="auto" anymore (commit)
  • Merge pull request #13 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-field

  • release 0.3.5 (commit)
  • remove size attribute; icon is now sized via css. (commit)
  • Merge pull request #4 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-header-panel

  • release 0.3.5 (commit)
  • Merge pull request #9 from cletusw/documentScroller (commit)
  • Document scroller property (commit)
  • add doc for using fit to fit to the main area (commit)
  • don't remove tall class if the scrollHeight is less core-header-panel's height (commit)
  • fixes #7 (commit)

core-home-page

core-home-page-dev

core-icon

  • release 0.3.5 (commit)
  • Merge pull request #11 from robdodson/a11y-icon (commit)
  • Add aria-label and alt support (commit)
  • Fixes #15. (commit)
  • Merge pull request #7 from leonderijke/patch-1 (commit)
  • remove size attribute (commit)
  • core-icon is now sizable via css height/width and no longer supports the size attribute. Fixes googlearchive/core-icon#8 (commit)
  • Merge pull request #9 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)
  • Mention non-default built-in iconset import (commit)

core-icon-button

  • release 0.3.5 (commit)
  • simplify demo a bit. (commit)
  • simplify demo; add better support for content inside button (commit)
  • Merge pull request #6 from robdodson/master (commit)
  • Remove explicit width and height (commit)
  • Merge pull request #4 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-icons

  • release 0.3.5 (commit)
  • use svgo to optimize github icon (commit)
  • Add GitHub to social icon set (commit)
  • Add editor icon set (commit)
  • For convenience, move icon sets out of iconset folder and include core-icon in each. (commit)

core-iconset

  • release 0.3.5 (commit)
  • Merge pull request #2 from jakemac53/patch-1 (commit)
  • Remove invalid param in documentation (commit)
  • use cre-icon in demo; icon now exists on a separate element. (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-iconset-svg

  • release 0.3.5 (commit)
  • sizing of icon now assumed to be via css. (commit)

core-input

  • release 0.3.5 (commit)
  • add autofocus attribute (commit)
  • validate input using html constraints api (commit)
  • add tabindex example, some focus handler fixes (commit)
  • Merge pull request #14 from dominiklessel/master (commit)
  • support tabindex on core-input and tabbing forwards (commit)
  • Merge pull request #18 from samccone/sjs/add-validation-ui (commit)
  • Simplify invalid fire conditional (commit)
  • improve validation demo for input (commit)
  • Merge pull request #17 from jakemac53/patch-1 (commit)
  • Fix password box in core-input demo (commit)
  • Added: blur, click, focus, select, setSelectionRange, setRangeText, stepDown, stepUp method forwarders (commit)
  • Added: focus/blur methodes (commit)

core-item

  • release 0.3.5 (commit)
  • add a div around the label so we can do text-overflow: ellipsis (commit)
  • Merge pull request #5 from cletusw/sizeViaFontSize (commit)
  • Allow core-item to be sized via CSS font-size (commit)
  • Fix demo styles (commit)
  • remove size property; core-item's icon is now sized via css width/height properties (commit)
  • Merge pull request #4 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-layout

  • release 0.3.5 (commit)
  • Update README.md (commit)
  • Update README.md (commit)
  • Update README.md (commit)
  • Merge pull request #8 from frunjik/patch-1 (commit)
  • wrong close tag (commit)
  • Merge pull request #7 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-layout-grid

  • release 0.3.5 (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-layout-trbl

  • release 0.3.5 (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-list

core-localstorage

  • release 0.3.5 (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-media-query

  • release 0.3.5 (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-menu

  • release 0.3.5 (commit)
  • Merge pull request #4 from jakemac53/patch-1 (commit)
  • Remove extra closing core-menu tag (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-menu-button

  • release 0.3.5 (commit)
  • demo shows how to size the icon inside a menu button (commit)
  • Merge pull request #5 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-meta

  • release 0.3.5 (commit)
  • fixes #1, getter can't be a published property (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-overlay

  • release 0.3.5 (commit)
  • scale demo (commit)
  • use Polymer.addEventListener/removeEventListener (commit)
  • Merge pull request #3 from nevir/infinite-recursion-fix (commit)
  • use empty string to remove style property, fixes #8 (commit)
  • Merge pull request #9 from jakemac53/patch-1 (commit)
  • remove end tag for (commit)
  • Merge pull request #7 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)
  • Protect against infinite recursion in focusOverlay. (commit)

core-pages

  • release 0.3.5 (commit)
  • Merge pull request #7 from stoman/fix-missing-bracket (commit)
  • add missing bracket to core-pages.html (commit)
  • Merge pull request #5 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-range

  • release 0.3.5 (commit)
  • Merge pull request #1 from RamCohen/patch-1 (commit)
  • Update core-range.html (commit)

core-scaffold

  • release 0.3.5 (commit)
  • add doc for using fit to fit to the main area (commit)
  • Merge pull request #6 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-scroll-header-panel

  • release 0.3.5 (commit)
  • make setting "condenses", "headerHeight" and "condensedHeaderHeight" dynamically work; add webkit-overflow-scrolling (commit)
  • Merge pull request #14 from robdodson/master (commit)
  • Add warning about needing explicit height (commit)
  • Merge pull request #13 from Polymer/fixtransforms (commit)
  • unprefixed css should come last (commit)
  • Merge pull request #10 from zenorocha/patch-1 (commit)
  • demo8: size icon via css not size attribute (commit)
  • update iconset path. (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-selection

  • release 0.3.5 (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-selector

  • release 0.3.5 (commit)
  • update to use Polymer.addEventListener/removeEventListener (commit)
  • use addGesture/removeGesture (commit)
  • Merge pull request #9 from agrueneberg/patch-1 (commit)
  • Fix "itemSelector" -> "itemsSelector" typo in docs. (commit)
  • Merge pull request #7 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-shared-lib

  • release 0.3.5 (commit)
  • Merge pull request #5 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-signals

  • release 0.3.5 (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-splitter

  • release 0.3.5 (commit)
  • Use preventDefault in down instead of setting style (commit)
  • Merge pull request #6 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-style

  • release 0.3.5 (commit)
  • Encode @ to fix bungled docs (commit)
  • Merge pull request #3 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-tests

core-toolbar

  • release 0.3.5 (commit)
  • toolbar-tools should be position relative so we use abs position to position things inside toolbar (commit)
  • Merge pull request #6 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

core-tooltip

core-transition

  • release 0.3.5 (commit)
  • add docs, demo, fix teardown bug (commit)

firebase-element

  • release 0.3.5 (commit)
  • Merge branch 'sfeast-passwordFuncs' (commit)
  • Update demo to test password provider type. (commit)
  • Rationalized & documented API - Renamed removed-user to user-removed - Renamed create to createUser - Removed passwordRequred property/error (password validation should be done in client, since there is nothing enforced on server) - Put FB error object directly into event detail (commit)
  • Merge branch 'passwordFuncs' of github.com:sfeast/firebase-element into sfeast-passwordFuncs (commit)
  • Merge pull request #5 from Polymer/depfix (commit)
  • Fixes #4 - adds firebase-simple-login (commit)
  • Merge pull request #3 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)
  • Remove extra spacing (commit)
  • Adding password provider specific functions (commit)

font-roboto

highlightjs-element

  • release 0.3.5 (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)
  • Merge pull request #1 from nekova/component-page (commit)
  • Fix URL of component-page (commit)

inspector-elements

  • release 0.3.5 (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

jquery2-import

marked-element

  • release 0.3.5 (commit)
  • Merge pull request #1 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

observe-js

  • release 0.3.5 (commit)
  • Merge pull request #63 from ajklein/avoid-global-lookups (commit)
  • Avoid unnecessary global lookups of testingExposeCycleCount (commit)
  • Merge pull request #62 from arv/firefox-os-apps-disable-eval (commit)
  • Disable eval for Firefox OS Apps (commit)

paper-button

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • adapt to new publish format; don't use property info object without including reflect property. (commit)
  • Merge pull request #13 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-calculator

  • release 0.3.5 (commit)
  • Use new trackx event (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-checkbox

  • release 0.3.5 (commit)
  • add ganesh meta tag (commit)
  • Add link to docs from the README (commit)
  • change ripple's size to 48px (commit)
  • Merge pull request #7 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-dialog

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • Docs: add import for paper-dialog-transition (commit)
  • Merge pull request #17 from EatYourSpinach/master (commit)
  • make core-dialog.open not conditional so it gets propagated back to the consumer (commit)
  • update doc with core-overlay-open event (commit)

paper-docs

paper-elements

  • release 0.3.5 (commit)
  • shouldn't need to set touch-action (commit)
  • Drop extraneous calculator reference in metadata (commit)
  • Revert calculator addition to bower.json. (commit)
  • Merge pull request #12 from jakemac53/patch-1 (commit)
  • Add paper-calculator bower dependency. (commit)
  • add paper-item; fixes #11 (commit)

paper-fab

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • Merge pull request #8 from CarlosJeurissen/patch-1 (commit)
  • improve border-radius value (commit)
  • Merge pull request #7 from Tyriar/master (commit)
  • Expanded demo (commit)
  • update iconset path. (commit)
  • Merge pull request #6 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-focusable

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • Update README.md (commit)

paper-icon-button

  • release 0.3.5 (commit)
  • Merge pull request #7 from wiltzius/patch-1 (commit)
  • Add a mobile viewport (commit)
  • Add link to docs from the README (commit)
  • update iconset path. (commit)

paper-input

  • release 0.3.5 (commit)
  • remove unnecessary code (commit)
  • dont' need to set touch-action anymore (commit)
  • Add link to docs from the README (commit)
  • fix firefox styles (commit)
  • fix cut/copy/paste menus missing from contextmenu (commit)
  • update to use html5 constraints api (from core-input update) (commit)
  • call super in inputFocusAction (commit)
  • rename fn's (commit)
  • Revert "Merge pull request #26 from jmuk/focus-blur" (commit)
  • css fix (commit)
  • Merge pull request #29 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)
  • Merge pull request #26 from jmuk/focus-blur (commit)
  • ensure the floating label animation is set up (commit)
  • use core-style (commit)
  • add 'required' demo (commit)
  • Add on-focus and on-blur to the element itself. (commit)

paper-item

  • release 0.3.5 (commit)
  • need white-space: nowrap (commit)
  • add a div around the label so we can do text-overflow: ellipsis (commit)
  • adapt to new publish format; don't use property info object without including reflect property. (commit)
  • fix demo (commit)
  • support links (commit)
  • use a single stylesheet for all paper-items (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-menu-button

  • release 0.3.5 (commit)
  • Merge pull request #13 from ChrisMcKenzie/master (commit)
  • Add link to docs from the README (commit)
  • Merge pull request #14 from Tyriar/master (commit)
  • Clean up demo (commit)
  • fixed issue where one child element wasn't showing (commit)
  • Merge pull request #11 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)
  • Fixes #632 (commit)

paper-progress

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • demo: use label instead of textContent in paper-button (commit)
  • Merge pull request #5 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-radio-button

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • change ripple's size to 48px (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-radio-group

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • Merge pull request #2 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-ripple

  • release 0.3.5 (commit)
  • Add link to docs from the README (commit)
  • Merge pull request #9 from jakemac53/patch-1 (commit)
  • Remove extra closing div tag (commit)
  • Merge pull request #6 from nhunzaker/master (commit)
  • Remove duplicative assignment to translateFraction. (commit)

paper-shadow

  • release 0.3.5 (commit)
  • Merge pull request #10 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-slider

  • release 0.3.5 (commit)
  • Use new trackx event (commit)
  • remove extra ; (commit)
  • Add link to docs from the README (commit)
  • Merge pull request #8 from jeffposnick/master (commit)
  • Fix for when manual-change is fired in keydown (commit)
  • Fire manual-change in keydown (commit)
  • Use aria-valuetext because reporting (aria-valuenow / aria-valuemax)% is annoying (commit)
  • manual-change event (commit)
  • fixes #635 (commit)
  • Docs: add example of changing the color of the pin's value (commit)

paper-tabs

  • release 0.3.5 (commit)
  • Merge pull request #18 from wiltzius/patch-1 (commit)
  • Update demo.html (commit)
  • don't need to set touch-action (commit)
  • Add link to docs from the README (commit)
  • Merge pull request #14 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

paper-toast

  • release 0.3.5 (commit)
  • demo: add meta viewport (commit)
  • Add link to docs from the README (commit)

paper-toggle-button

  • release 0.3.5 (commit)
  • use the new trackx (commit)
  • Add link to docs from the README (commit)
  • Merge pull request #3 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

platform

platform-dev

polymer

polymer-dev

  • release 0.3.5 (commit)
  • update version for release (commit)
  • remove outdated comment. (commit)
  • Add Polymer.addEventListener and Polymer.removeEventListener (commit)
  • PolymerGestures changed addGesture to addEventListener (commit)
  • Merge pull request #64 from ajklein/avoid-window-references (commit)
  • Cache window.ShadowDOMPolyfill value in closures (commit)
  • use activate and deactivate gesture, add/remove assumes event handler (commit)
  • add deserialization support for undefined valued properties. (commit)
  • No-default properties are now expressed as undefined on publish, not as empty objects (commit)
  • Remove bogus Platform.flush() calls (commit)
  • Simplify publishAttributes, use undefined instead of nob to register a property with no default value (commit)
  • Simplify requireProperties logic, document the conventions (commit)
  • remove logging (commit)
  • Partially fixes #36. Register elements only when any polymer-element's registered via html imports are all ready. This makes it easier to use polymer with asynchronous script loading libraries. Previously Polymer waited only for elements registered via calls to Polymer. Note, due to crbug.com/395686, the script portion of element registration is still used for ordering, but when this is fixed, we'll switch to order based on the declarative portion of registration. (commit)
  • Ref #646 (commit)
  • Fixes https://github.com/Polymer/polymer-dev/issues/52 (commit)
  • Merge pull request #51 from Polymer/ergo-gesture (commit)
  • Use the new per-element gesture registration (commit)
  • remove out of date comments (commit)

polymer-expressions

  • release 0.3.5 (commit)
  • Merge pull request #41 from arv/conditional (commit)
  • Fix issue with conditional expressions (commit)

polymer-gestures

  • release 0.3.5 (commit)
  • Only prevent document touch handlers on initial setup (commit)
  • Unrecognized touch-action values should behave as "auto" (commit)
  • Work around Safari touch-listener bug (commit)
  • findTouchAction should default to "auto" (commit)
  • use case-insenstive event checking (commit)
  • Merge pull request #34 from Polymer/trackXY (commit)
  • Forward capture boolean to addEventListener (commit)
  • rough draft of trackX / trackY events (commit)
  • Disable Chrome-only touchevent touch-action (commit)
  • Only setAttribute on an element node (commit)
  • Use source target for touch-action calculation (commit)
  • Set default touch-action for certain gestures (commit)
  • Make sure down and up gestures register a node for touch events (commit)
  • Fix bower config to install into polymer-gestures folder (commit)
  • Use down event when calculating first track (commit)
  • html /deep/, not head /deep/ (commit)
  • Filter touches when scrolling (commit)
  • Rename addGesture and removeGesture to addEventListener and removeEventListener (commit)
  • Always call addEventListener with addGesture (commit)
  • Merge pull request #25 from sbmaxx/fixGrunt (commit)
  • Rename addGesture/removeGesture to add and remove event listeners (commit)
  • Fixed gruntfile paths (commit)
  • Merge pull request #23 from Polymer/better-touch-ergo (commit)
  • Use a per-element gesture registration system. This provides better ergonomics for touch, removes a global per-shadowroot MutationObserver, and only generates gestures that are being listened for. (commit)
  • Detect missed mouseup events and correct for them (commit)
  • Correctly forward preventDefault for mouse and pointer events (commit)
  • Merge pull request #17 from sbmaxx/styleExample (commit)
  • Merge pull request #19 from sbmaxx/readme (commit)
  • Added readme (commit)
  • Styling example to looks fine on iPhone and iPad and desktop (commit)

polymer-test-tools

prettify-element

sampler-scaffold

  • release 0.3.5 (commit)
  • use drawerWidth to set drawer width on core-drawer-panel (commit)
  • Merge pull request #4 from zenorocha/patch-1 (commit)
  • polymer.html should be included in the element level, not in the app level (commit)

tools

  • add polymer-test-tools (commit)
  • add core-dropdown (commit)
  • Merge pull request #33 from Polymer/movetogwc (commit)
  • Move google components to GWC (commit)
  • Add prettify-element to pull-all. (commit)
  • Fix typo. (commit)
  • Add google-code-prettify lib checkout, required by core-doc-viewer (and core-component page). (commit)
  • Adapt to new iconset layout (commit)
  • Update paper.json (commit)

designer

  • release 0.3.5 (commit)
  • rename canvas to designCanvas for styling reasons (commit)
  • Include paper-calculator and topeka-elements in designer. (commit)
  • Update README.md (commit)
  • Fixes #56 (commit)
  • make sure designed element does not get queued for registration. (commit)
  • update iconset path. (commit)

pica

  • release 0.3.5 (commit)
  • Remove invalid touch-action scroll (commit)
  • update iconset path. (commit)