Skip to content

Stable release 0.3.2: A bevy of bugfixes

Compare
Choose a tag to compare
@dfreedm dfreedm released this 09 Jun 19:50
· 5598 commits to master since this release

CustomElements

  • release 0.3.2 (commit)
  • Avoid native custom elements when HTMLImports is polyfilled. This helps ensure consistent upgrade ordering/timing. (commit)

HTMLImports

  • release 0.3.2 (commit)
  • support elements dynamically added that do not require loading. (commit)

MutationObservers

NodeBind

ShadowDOM

  • release 0.3.2 (commit)
  • Merge pull request #456 from arv/fix-class-list-breakage (commit)
  • Fix classList breakage (commit)
  • Merge pull request #455 from arv/ie11-svg-class-list (commit)
  • SVGElement does not have classList in IE (commit)
  • Merge pull request #453 from azakus/fix-efp (commit)
  • Scope elementFromPoint to the current TreeScope (commit)

TemplateBinding

  • release 0.3.2 (commit)
  • Merge pull request #169 from arthurevans/master (commit)
  • Fix paths to current doc. (commit)

URL

WeakMap

context-free-parser

core-ajax

core-animated-pages

core-animation

core-collapse

core-component-page

core-component-page-dev

core-doc-viewer

core-docs

core-drag-drop

core-drawer-panel

  • release 0.3.2 (commit)
  • update meta-data (commit)
  • ensure initial state does not transition (commit)
  • make main panel fits inside the main container (commit)

core-elements

core-field

core-header-panel

core-home-page

core-home-page-dev

core-icon

  • release 0.3.2 (commit)
  • icon size change updates icon. (commit)

core-icon-button

core-icons

core-iconset

  • release 0.3.2 (commit)
  • Remove deprecated theme support (commit)

core-iconset-svg

  • release 0.3.2 (commit)
  • Properly adapt to icon scale (commit)

core-input

  • release 0.3.2 (commit)
  • Merge pull request #2 from jesselpalmer/patch-1 (commit)
  • Merge pull request #3 from jesselpalmer/patch-2 (commit)
  • Replaced angle brackets with backticks (commit)
  • Fixed comment spacing (commit)

core-item

core-layout-grid

core-layout-trbl

core-list

  • release 0.3.2 (commit)
  • Putting repeat on the list template is now optional. Including it was a source of confusion since the list sets the model itself. (commit)
  • fixes #1 (commit)

core-localstorage

core-media-query

core-menu

core-menu-button

core-meta

core-overlay

core-pages

core-range

  • release 0.3.2 (commit)
  • clamp the value when trying to calc ratio (commit)

core-scaffold

core-scroll-header-panel

  • release 0.3.2 (commit)
  • a container that contains the 2 backgrounds (commit)
  • more demo (commit)
  • docs and more demos (commit)
  • update div ids: tallHeaderBg->headerBg and headerBg->condensedHeaderBg (commit)
  • expose scroller (commit)
  • headerMargin default to 0 (commit)
  • merge #2 (commit)

core-selection

core-selector

core-shared-lib

core-splitter

core-style

core-tests

core-toolbar

  • release 0.3.2 (commit)
  • update docs (commit)
  • use animate class to turn on transition (commit)
  • helper class 'fit' (commit)

core-tooltip

core-transition

  • release 0.3.2 (commit)
  • move listenOnce to core-transition (commit)

firebase-element

  • release 0.3.2 (commit)
  • return a ref from push() (commit)
  • refactoring, close a feedback loop (commit)

highlightjs-element

jquery2-import

marked-element

observe-js

platform

platform-dev

polymer

polymer-dev

  • release 0.3.2 (commit)
  • getExpression is evaluated too early on platforms with polyfill HTMLImports (commit)
  • update polymer-expressions and TemplateBinding test copies (commit)
  • Better error handling for syntax errors in computed property expressions (commit)
  • bump version for release (commit)
  • Initial support for computed properties (commit)
  • make hidden !important (commit)

polymer-expressions

  • release 0.3.2 (commit)
  • Fix path retrieval failure within named scope expression (commit)
  • missing var (commit)
  • expose getExpression on PolymerExpressions (commit)
  • Add inline function support (commit)

polymer-gestures

  • release 0.3.2 (commit)
  • fix scrollType check after using unwrapped event listeners (commit)
  • Remember to wrap calls to findTarget for mouse and pointer events (commit)
  • Minor performance optimizations (commit)
  • Handle case where target finding would miss sibling shadows (commit)
  • Fast path first touchstart target finding (commit)
  • Remove hanging references after full path testing (commit)
  • Fix touch events for ShadowDOM Polyfill (commit)

sampler-scaffold

tools

  • include core-style (commit)
  • add core-animation (commit)
  • add core-animated-pages (commit)

core-sampler

designer

  • release 0.3.2 (commit)
  • Add tag checkout to readme (commit)
  • Fixes GH-17. Update code-mirror dep in bower.json (commit)
  • fix toolbar drag bug; fix palette styling (commit)
  • remove logging (commit)
  • drop hint re-targeting works when dragging from palette (commit)
  • minor drag improvements. (commit)
  • fix drop hint targeting. (commit)
  • styling tweaks (commit)
  • sizing and drag hint (commit)
  • reorganize toolbar slightly. (commit)
  • Revert "Switch icon when switching between code and design view" (commit)
  • Switch icon when switching between code and design view (commit)
  • Merge pull request #25 from Polymer/addga (commit)
  • remove logging (commit)
  • Add analytics for design now that its on pp.org (commit)
  • update bower.json (commit)
  • update names (commit)
  • Use inspector-elements (commit)
  • make sure designer is utf-8 (commit)
  • Cross-frame drag breaks when we have full event path (commit)
  • inspector minor cleanup (commit)
  • undo (commit)

pica