Skip to content

Stable release 0.2.4: Mostly bugfixes

Compare
Choose a tag to compare
@dfreedm dfreedm released this 12 May 21:52
· 5615 commits to master since this release

CustomElements

HTMLImports

MutationObservers

NodeBind

PointerEvents

PointerGestures

ShadowDOM

  • release 0.2.4 (commit)
  • Merge pull request #433 from arv/reprojection-scaffold-demo (commit)
  • Fix issue with redistribution when shadow is present (commit)
  • Merge pull request #428 from arv/detect-eval (commit)
  • Merge pull request #429 from arv/touch-list-fix (commit)
  • Touch event fixes (commit)
  • Merge pull request #427 from arv/touch-event-list (commit)
  • Remove document.securityPolicy since it is no longer supported (commit)
  • Implement TouchEvent wrappers (commit)
  • Merge pull request #423 from arv/new-shadow-dom (commit)
  • Add workaround for IE11 crash (commit)
  • Bring shadow dom algorithms up to date (commit)
  • Merge pull request #421 from arv/older-shadow-root-should-be-tree-scope-parent (commit)
  • The older shadow root should act as a parent tree scope (commit)

TemplateBinding

URL

WeakMap

ace-element

chart-js

code-mirror

cool-clock

core-action-icons

  • remove svg versions of action-icons (commit)

core-ajax

  • release 0.2.4 (commit)
  • core-ajax can pass body data directly to xhr for further processing; core-xhr makes decisions about the structuring request data based on method (see #3) (commit)
  • fix indent (commit)
  • use body for POST,PUT,DELETE (not just POST) (see #3) (commit)
  • Merge pull request #2 from brendankenny/master (commit)
  • Add support for document responseType (commit)
  • Add support for arraybuffer and blob responseTypes (commit)

core-bind

core-collapse

core-component-page

core-component-page-dev

core-doc-viewer

  • release 0.2.4 (commit)
  • hide unfinished API (commit)
  • reduce column width to prevent unwanted wrapping (commit)

core-docs

core-drag-drop

core-drawer-panel

  • release 0.2.4 (commit)
  • make selected a reflected property; avoid drawer transition at the beginning (commit)
  • add openDrawer() and closeDrawer(); apply transition class after ready (commit)
  • fixup metadata archetype styling a bit. (commit)
  • update demo to not use other core elements (commit)
  • remove experimental helper css that we don't use anymore (commit)

core-elements

  • release 0.2.4 (commit)
  • add core-icons, which transitively depends on core-icon and core-iconset (commit)
  • add core-splitter (commit)
  • Add core-bind (commit)
  • update bower and metadata (commit)
  • add elements, alphabetize (commit)
  • updates (commit)
  • add missing deps (commit)

core-field

  • release 0.2.4 (commit)
  • update core-field metadata (commit)
  • fix names in metadata.html (commit)
  • remove extra import (commit)

core-firebase

core-header-panel

  • release 0.2.4 (commit)
  • fixes #1 (commit)
  • remove experimental 'reveal' mode... we will provide something similar but as a different element (commit)
  • add missing @polyfill rule (commit)
  • add experimental 'reveal' mode (commit)
  • update demo to remove usage of other elements in the demo (commit)
  • remove core-flex from mainContainer when mode == 'cover' (commit)

core-home-page

core-home-page-dev

core-icon

  • release 0.2.4 (commit)
  • Update metadata (commit)
  • make the "icons" set the default set (commit)
  • update bower dependencies (commit)
  • move png icons to core-icons (commit)

core-icon-button

  • release 0.2.4 (commit)
  • depend on core-icons to provide an iconset, update demo for core-icons (commit)
  • add metadata (commit)

core-icons

core-iconset

core-iconset-svg

core-input

  • release 0.2.4 (commit)
  • tweak doc format, add CoreInput.validate map (commit)
  • update font (commit)
  • make archetype look slightly better. (commit)
  • sync value to inputValue (commit)

core-item

  • release 0.2.4 (commit)
  • update demo for icons; hide the icon/a instead of using template if; update bower (commit)
  • make core-item nowrap (commit)

core-layout

  • release 0.2.4 (commit)
  • add metadata (commit)
  • fix it so verticalChanged cleanup the old class (commit)
  • Updated documentation and demo. Fixes #2 (commit)

core-layout-grid

core-layout-trbl

core-list

core-localstorage

core-media-query

core-menu

core-menu-button

core-meta

core-overlay

  • release 0.2.4 (commit)
  • Wait to setup styling on target until we're as sure as possible it's been styled. (commit)
  • Add backdrop; update documentation and demo. (commit)
  • Update bower.json (commit)

core-pages

core-range

core-scaffold

core-selection

  • release 0.2.4 (commit)
  • Update example to use ::content (commit)

core-selector

core-shared-lib

core-splitter

core-tests

  • add a test for core-shared-lib (commit)
  • adjust mocha test timeout (commit)
  • "selected" property doesn't reflect to attribute, so need to adjust the tests (commit)

core-theme-aware

  • release 0.2.4 (commit)
  • Docs: correct close tags in examples (commit)

core-toolbar

  • release 0.2.4 (commit)
  • add "narrow" and "no-overlap" helper classes, experimental for now. (commit)
  • for items in toolbar, make core-fit to also reset margin to 0 (commit)
  • remove core-icon-button from demo.html (commit)

core-tooltip

core-transition

fire-base

flatiron-director

g-kratu

github-elements

  • release 0.2.4 (commit)
  • Add link to get a github token (commit)
  • Modify sign-in styling slightly. (commit)
  • Make signin optional (commit)
  • Fire events before callbacks (commit)
  • Add save, update, load callbacks (commit)
  • Update bower.json (commit)

google-apis

google-map

  • release 0.2.4 (commit)
  • Merge pull request #11 from PolymerLabs/apikey (commit)
  • Add API key support (commit)
  • Add API docs for marker's lat/lng (commit)
  • Merge pull request #10 from PolymerLabs/withmarkers (commit)
  • Merge branch 'master' into withmarkers (commit)
  • Merge pull request #9 from PolymerLabs/dep-fix (commit)
  • Fixes #8 - point to correct dependency (commit)
  • Merge pull request #6 from PolymerLabs/docs (commit)
  • Fix docstring (commit)
  • Support adding markers. Fixes #4 (commit)
  • Typo and more example (commit)
  • Add docs (commit)
  • Merge pull request #5 from PolymerLabs/usecoreloader (commit)
  • Use correct dep (commit)
  • Use core-shared-lib (commit)
  • update to use google-maps-api; adjust spaces; update license; update bower.json (commit)
  • make sure latitude and longitude are not object before caling map.panTo (commit)
  • Merge pull request #3 from PolymerLabs/panto (commit)
  • Use panTo for smooth transition to new center (commit)
  • Merge pull request #2 from robdodson/disable-ui (commit)
  • Add change handler for disableDefaultUI (commit)
  • add option to disableDefaultUI (commit)

humane-js

js-beautify

marked-js

more-elements

observe-js

  • release 0.2.4 (commit)
  • Merge pull request #51 from mohanaravind/patch-1 (commit)
  • Update README.md (commit)
  • Remove check for document.securityPolicy (commit)

pdf-js

pixi-js

platform

platform-dev

  • release 0.2.4 (commit)
  • add task to make build for release (commit)
  • Output ascii safe builds for non unicode environments (commit)
  • fix typo in loader (commit)
  • bump version for release (commit)
  • Merge pull request #20 from Polymer/loader-refactor (commit)
  • Keep a Loader scope'd cache of urls and stylings (commit)
  • fix typo (commit)
  • Keep hash and search params when using makeRelPath (commit)
  • cloneNode is used by polymer, not importNode (commit)
  • importNode is now deep=false in Firefox (commit)
  • Fix StyleLoader to resolve paths to the ownerdocument, not the main document (commit)
  • Move templateContent from window to Platform (commit)
  • Do not rewrite '/' absolute urls (commit)

polymer

polymer-ajax

polymer-anchor-point

polymer-animation

  • release 0.2.4 (commit)
  • update duration to milliseconds (commit)
  • reflect all properties (commit)

polymer-collapse

polymer-cookie

polymer-dev

  • release 0.2.4 (commit)
  • add task to make build for release (commit)
  • Output ascii safe builds for non unicode environments (commit)
  • make karma version explicit (commit)
  • make sure npm dependencies are up to date (commit)
  • Fix for #27 (commit)
  • Fork TemplateBinding tests with SD polyfill wrapped window (commit)
  • bump version for release (commit)
  • add polymer-expressions and polymer-gestures as bower dependencies (commit)
  • Simply declarative events. (commit)
  • improve test (commit)
  • factor out bind recording (commit)
  • Dont path a path object into PolymerExpressions.getBinding (commit)
  • Move declarative event handling into polymer-dev (commit)
  • Fixes #25 (commit)
  • remove dead tests. (commit)
  • StyleLoader API requires baseURI of owner document to be passed when loading styles (commit)
  • templateContent moved from window to Platform (commit)
  • prevent stackoverflow when calling a non-existent superclass method (commit)
  • test missing superclass method, slightly better reporting (commit)
  • Fixes an issue with removing elements without property observers from dom; close property observers only if any exist (commit)

polymer-doc-viewer

polymer-elements

polymer-expressions

polymer-file

polymer-flex-layout

polymer-gestures

  • release 0.2.4 (commit)
  • Merge pull request #2 from forresto/patch-1 (commit)
  • include hold.js in polymer-gestures.html (commit)
  • "cancel" events should fire up, but prevent tap (commit)
  • add hold/holdpulse/release events (commit)
  • fix edge case where event target or relatedTarget were null (commit)

polymer-google-jsapi

  • release 0.2.4 (commit)
  • Merge pull request #1 from PolymerLabs/usenewgooglejsapi (commit)
  • Use new google-jsapi instead. Keeps existing functionality (commit)

polymer-grid-layout

polymer-home-page

polymer-home-page-dev

polymer-jsonp

polymer-key-helper

polymer-layout

polymer-list

polymer-localstorage

polymer-media-query

polymer-meta

polymer-mock-data

polymer-overlay

polymer-page

polymer-scrub

polymer-sectioned-list

polymer-selection

polymer-selector

polymer-shared-lib

polymer-signals

polymer-stock

polymer-ui-accordion

polymer-ui-action-icons

polymer-ui-animated-pages

  • release 0.2.4 (commit)
  • update to use web animations 'finish' event (commit)
  • animation duration is now in milliseconds (commit)

polymer-ui-arrow

polymer-ui-base

polymer-ui-breadcrumbs

polymer-ui-card

polymer-ui-clock

polymer-ui-collapsible

polymer-ui-dropdown

polymer-ui-dropup

polymer-ui-elements

polymer-ui-field

polymer-ui-icon

polymer-ui-icon-button

polymer-ui-iconset

  • release 0.2.4 (commit)
  • Merge pull request #1 from rltoscano/patch-1 (commit)
  • Expose the 'offsetx' and 'offsety' attributes (commit)

polymer-ui-line-chart

polymer-ui-menu

polymer-ui-menu-button

polymer-ui-menu-item

polymer-ui-nav-arrow

polymer-ui-overlay

polymer-ui-pages

polymer-ui-ratings

  • release 0.2.4 (commit)
  • Merge pull request #2 from alice/master (commit)
  • Push the full class calculation into the databinding layer (commit)

polymer-ui-scaffold

polymer-ui-sidebar

polymer-ui-sidebar-header

polymer-ui-sidebar-menu

polymer-ui-splitter

polymer-ui-stock

polymer-ui-submenu-item

polymer-ui-tabs

polymer-ui-theme-aware

polymer-ui-toggle-button

polymer-ui-toolbar

polymer-ui-weather

polymer-view-source-link

polytype

sampler-scaffold

  • release 0.2.4 (commit)
  • update card transition class name; only call updateFrameHeight after card move-up transiton (commit)
  • update card height after transition is done (commit)
  • supports submenu (commit)
  • make toolbar in drawer have a lighter bg than the toolbar in the main panel (commit)
  • fixup duplicate bg (commit)
  • add action button for view-source (commit)
  • card slides up (commit)
  • add sampler-section to help managing iframe (commit)
  • update iframe size on window resize (commit)
  • add supports for loading demo in an iframe (commit)

smoothie-chart

speech-mic

speech-transcript

three-js

tk-buildbot

tools

  • add -r flag for pushing "release" builds (commit)
  • force master branch for releases (commit)
  • remove references to old scripts, use pull-all and globbing (commit)
  • check before reseting build dir (commit)
  • quick script for checking out clean repos and committing updated builds (commit)
  • fix case where ~/node_modules became install target for bigstraw (commit)
  • Merge pull request #20 from Polymer/bigstraw (commit)
  • force ssh checkouts (commit)
  • convert pull-all to bigstraw (commit)
  • add configs for concurrent git tool (commit)
  • Include core-icons (commit)
  • adapt to new icon format from designers (commit)
  • Remove yt-search and yt-search-video in favor of yt-video (commit)
  • add core-splitter (commit)
  • add core-bind (commit)
  • add core-shared-lib and google-apis; alphabetize (commit)
  • support PolymerLabs org (commit)
  • Add 'concat-svg' tool that takes N svg files and makes the format expected for core-iconset-svg (commit)
  • add core-scaffold (commit)
  • Add core-drag-drop (commit)
  • add core-menu-button (commit)
  • add core-list (commit)

typeahead-input

web-animations-js

wu-weather

x-binding

x-designable

x-designer

x-dom-serializer

x-editors

x-file-document

x-inspector

x-live-edit

x-meta

  • release 0.2.4 (commit)
  • tabs -> spaces, also sort the master list (commit)
  • keep categories sorted by name, and category entries sorted by label (both case-insensitive) (commit)

x-output

x-palette

x-property-inspector

x-tags

x-tree

yt-video

  • release 0.2.4 (commit)
  • Fix bower.json (commit)
  • Update bower.json (commit)
  • update yt-search-video (commit)
  • Add metadata (commit)
  • Update to use google-apis. Add yt-search and yt-search-video (commit)
  • Only set videoId on player if it's ready. (commit)

arrange-game

book-search

contacts

core-sampler

  • release 0.2.4 (commit)
  • add tag names (commit)
  • use sampler-section (commit)
  • add more core elements demos (commit)
  • loads demos in an iframe and 'fancy' demos can be placed in the demos folder (commit)

designer

  • release 0.2.4 (commit)
  • Remove cruft (commit)
  • Remove github token and support sign-in. (commit)
  • More compatible preview url (commit)
  • Ensure element at least imports polymer (commit)
  • Remove a few more icons that have svg assets in core-icons (commit)
  • Use core-icons icons (commit)
  • use core-splitter (commit)
  • Add more serialization blacklisted classes; this is ad hoc until we have a better way to do this. (commit)
  • Enhance maximize element action so that it fits/flexes appropriately. (commit)
  • boolean attributes now reflect correctly. (commit)
  • add save and preview icons (commit)
  • make code font size slightly larger by default. (commit)
  • Add palette right border (commit)
  • add mobile meta tags (commit)
  • tweak toolbar icons slightly (commit)
  • improve 'maximize' slightly. (commit)
  • improve 'maximize' slightly. (commit)
  • re-enable component sets. (commit)
  • add grid layout option to palette (commit)
  • fix another accidental use of window.event (commit)
  • Preview includes mobile meta tags; preview output written to doc directly rather than dataURI (commit)
  • Add save toast; preview/share now save first. (commit)
  • Add className editor (commit)
  • allow canvas to decorate style/id on entire subtree when element created. (commit)
  • make canvas auto-focus smarter (commit)
  • add maximize (commit)
  • add a way to move an element up, into its parent's parent (commit)
  • tree now scrolls elements into view. (commit)
  • Merge branch 'master' of github.com:Polymer/designer (commit)
  • add position to style inspector (commit)
  • enable cmd|ctrl+s to save. (commit)
  • expose className in the inspector (commit)
  • Focus canvas when item is selected to make sure we get keyboard events. (commit)
  • Fix events on designed elements: we want these to be recorded as bindings, but not hooked up while the user is designing. (commit)
  • minor styling tweaks (commit)
  • don't allow the designing element to drag. (commit)
  • update dependencies (commit)
  • cruft removal (commit)
  • Merge branch 'drag-drop' of https://github.com/PolymerLabs/designer (commit)
  • core-drag-drop-ify (commit)
  • disable non core-drag-drop (commit)
  • refactored drag-drop WIP (commit)
  • Make dragging function with polymer-gestures. (commit)

gallery

memory-game

pica

  • release 0.2.4 (commit)
  • Remove deprecated polymer-google-jsapi (commit)
  • More styling changes. (commit)
  • Update styling and icons. (commit)
  • Make responsive width tablet sized. (commit)
  • update index.html (commit)
  • more core styling (commit)
  • Update to use core elements. (commit)

playground

sandbox

shuttle

slideshow

test-dashboard

  • release 0.2.4 (commit)
  • add current time to dashboard (commit)

todomvc

youtube

  • release 0.2.4 (commit)
  • Remove deprecated dependency. Fixes #3. (commit)
  • Update to use new yt-video element (commit)