Skip to content

0.2.0: Arbitrary version bump, Reasonable Improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfreedm dfreedm released this 15 Feb 02:01
· 5641 commits to master since this release

CustomElements

HTMLImports

  • release 0.2.0 (commit)
  • README: add WebComponentsReady (commit)
  • Merge pull request #51 from azakus/utf8 (commit)
  • Force UTF-8 charset for imports to be spec compliant (commit)
  • factoring and comments. (commit)
  • Fix SD Polyfill + document.baseURI (commit)
  • update bower.json (commit)
  • Merge pull request #47 from Polymer/dynamic-ie (commit)
  • add MutationObserver polyfill to loader (commit)
  • reorder build to dev loader order (commit)
  • add Observer to build (commit)
  • Merge branch 'master' into dynamic (commit)
  • make tests pass under native imports. (commit)
  • Merge branch 'master' into dynamic (commit)
  • provide _currentScript on document and SD polyfill document. Fixes #45. (commit)
  • beef up currentScript test. (commit)
  • properly rewrite @import rules of the form @import url(…); (commit)
  • basic compatibility with SD polyfill. (commit)
  • tests work under native. (commit)
  • support dynamic imports; parser made smart enough to go in proper order; tests pass. (commit)
  • Merge branch 'master' into dynamic (commit)
  • Merge branch 'master' into dynamic (commit)
  • Merge branch 'real-imports' into dynamic (commit)
  • ensure parsing occurs in proper order, sip (commit)
  • factoring to support dynamic imports (wip) (commit)

MutationObservers

NodeBind

  • release 0.2.0 (commit)
  • cr cleanup (commit)
  • use change event for range inputs on IE (commit)

PointerEvents

  • release 0.2.0 (commit)
  • README: remove title so it's not built into site docs (commit)
  • Make sure event.bubbles is explicitly set when dispatching events (commit)
  • README: remove build button (commit)
  • Merge pull request #128 from Polymer/svg-use-target (commit)
  • Workaround element event path (commit)
  • Warn when missing build files (commit)
  • Merge pull request #122 from Polymer/always-enter-leave (commit)
  • Implement spec update for non-hover pointers issuing enter and leave (commit)

PointerGestures

  • release 0.2.0 (commit)
  • Warn on missing dependencies for Build (commit)

ShadowDOM

  • release 0.2.0 (commit)
  • Merge pull request #371 from arv/template-element-clone-node (commit)
  • Fix issue with importNode for template element (commit)
  • Add importNode test (commit)
  • Merge pull request #370 from arv/template-inner-html (commit)
  • innerHTML was not working correctly for HTMLTemplateElement (commit)
  • Merge pull request #368 from azakus/text-normalize (commit)
  • Override Node.normalize to avoid processing shadowroots (commit)

TemplateBinding

  • release 0.2.0 (commit)
  • make ref bindable (commit)
  • make ref private API (commit)
  • assigning bindingDelegate while template is operating throws (commit)
  • asser that template.clear "unsets" .model (commit)
  • add Template.prototype.clear (commit)

URL

WeakMap

observe-js

  • release 0.2.0 (commit)
  • Merge pull request #43 from vicb/patch-1 (commit)
  • Remove an unused local variable (commit)

platform

platform-dev

  • release 0.2.0 (commit)
  • update version # (commit)
  • remove cruft from recursive patch (commit)
  • Merge pull request #6 from Polymer/recursive-loader (commit)
  • Recursively resolve @import rules (commit)
  • Fix error text (commit)
  • warn on duplicate platform.js (commit)
  • Correctly fix paths on shimmed, imported styles. (commit)
  • more flexible signatures for module.js exports (commit)
  • more aligning of build/loader manifests (commit)
  • include a default transition for body opacity (which we never clean up) (commit)
  • Add integration test of dynamic HTMLImport with CustomElement upgrade. (commit)
  • Sync build manifest URL ordering with dev loader (commit)
  • introduce 'module' module (commit)
  • Update npm module dependencies (commit)
  • Have buildbot test source and build (commit)
  • move platform lib url to after platform scope defined (commit)
  • update bower.json (commit)
  • Modernize grunt modules (commit)
  • Removed support for deprecated ShadowDOM styling: @host, pseudos, part. (commit)
  • remove stale code (commit)
  • comment test until chrome bug is addressed. (commit)
  • Make use of urlResolver in loader and ShadowDOM shimming. (commit)
  • Add URL to karma config (commit)
  • url -> URL (commit)
  • Load and build with url polyfill (commit)
  • correct typo (commit)
  • simplify styling. (commit)
  • Fixes #5 (commit)
  • refine url resolution (not used yet) (commit)
  • Merge pull request #3 from Polymer/fix-flags (commit)
  • update ShadowDOM’s hook into HTMLImports. (commit)
  • Forward CustomElements and HTMLImports loader flags (commit)

polymer

  • release 0.2.0 (commit)
  • update build for release (commit)
  • freshen polymer-body.html (commit)
  • freshen build. (commit)
  • freshen build. (commit)
  • fresh build (temporarily include polymer-body.html directly) (commit)
  • Merge pull request #412 from gdi2290/patch-1 (commit)
  • update builds (commit)
  • update copyright year (commit)

polymer-dev

  • release 0.2.0 (commit)
  • Fix polymer testing with polymer-body element (commit)
  • update version # (commit)
  • fix usage of URL object. (commit)
  • polymer-body must be registered last so it can use other elements mixin user provided data directly into polymer-body's prototype. (commit)
  • don't rely on ownerDocument.baseURI for elements in templates. (commit)
  • update builder (commit)
  • Added polymer-body element, an extension of the body element, a more compact syntax for writing examples that include bindings. (commit)
  • Add a helper for getting shadowRoots by element name, e.g. this.shadowRoots['x-foo']; fixes #310 (commit)
  • Adds cancelAsync to cancel a call to the async method (e.g. this.cancelAsync(this.async()) (commit)
  • Repair imperative use of eventDelegates block to specify host events. (commit)
  • Events in elements bound in light dom should now be handled correctly; fixes #331. (commit)
  • Events again use the dom tree to find controller. (commit)
  • use PolymerExpressions event system. (commit)
  • ws (commit)
  • test for unresolved removal. (commit)
  • ensure unresolved attribute is removed. (commit)
  • remove support for experimental 'lightdom' attribute. (commit)
  • remove support for overloading Polymer: not worth the complexity, and no longer required for modules (commit)
  • begin cleaner separation of declarative from imperative registration code (commit)
  • refactoring for clarity (commit)
  • add 'publish' method to 'api' scope for additional DRY (commit)
  • Update grunt module dependency versions (commit)
  • clean up tests (commit)
  • Remove re-jiggering of element. The behavior of has been reverted such that it does not accept nodes for distribution. (commit)
  • Add oneTime argument to bind. Fixes #405 (commit)
  • correct test; extendors must follow extendees. (commit)
  • Modernize grunt modules (commit)
  • fix typo and update tests. (commit)
  • factored url resolution code into platform (commit)
  • Add URL and platform-dev paths to karma testing (for debug build of platform) (commit)
  • At polymer-ready time, removed unresolved attribute on body. (commit)
  • Added Polymer.import(urls, callback) to imperatively load a set of imports dynamically, asynchronously. The callback is called when the imports have loaded and any associated polymer-elements have upgraded. (commit)
  • warn if extending from an unregistered element (commit)
  • Blacklist 'assetpath' and 'cache-csstext' (commit)
  • throw when registering a prototype for element that already has a prototype registered. (commit)

polymer-expressions

  • release 0.2.0 (commit)
  • resolveEventReceiver -> resolveEventHandler (commit)
  • expose resolveEventReceiver (commit)
  • use more randon parentScope property name (commit)
  • cr changes (commit)
  • Correct scope resolution for single-ident paths and correct receiver for bound events. (commit)
  • align method signature for event bindings & call Platform.flush (commit)
  • add support for initial list of mixed-case event bindings (commit)

tools

  • chai and mocha updates (commit)
  • Merge pull request #14 from ithinkihaveacat/patch-1 (commit)
  • npm --slient -> npm --silent (commit)
  • add new elements (commit)
  • url -> URL (commit)
  • add url polyfill (commit)

ace-element

  • release 0.2.0 (commit)
  • make ace work without applyAuthorStyles (commit)

chart-js

code-mirror

cool-clock

fire-base

flatiron-director

g-kratu

google-map

humane-js

js-beautify

marked-js

more-elements

pdf-js

pixi-js

polymer-ajax

  • release 0.2.0 (commit)
  • Merge pull request #9 from Polymer/json-note (commit)
  • Add a note that the params attribute must be double quoted JSON. This can be easy to overlook. (commit)

polymer-anchor-point

polymer-animation

  • release 0.2.0 (commit)
  • Merge pull request #1 from Polymer/doc-fix (commit)
  • add some default durations (commit)
  • Fixes the tags in the example (commit)

polymer-collapse

polymer-cookie

polymer-doc-viewer

polymer-elements

  • release 0.2.0 (commit)
  • add 'polymer-elements.html' import to match polymer-* convention and to include some doc data (ref Polymer/polymer-docs/#1 ) (commit)

polymer-file

polymer-flex-layout

  • release 0.2.0 (commit)
  • remove noscript since the element actually has script (commit)

polymer-google-jsapi

polymer-grid-layout

polymer-home-page

  • release 0.2.0 (commit)
  • rebuild to capture polymer-doc-viewer updates (commit)
  • rebuild; add bower.json, demo.html (commit)
  • updated build (commit)
  • update build. (commit)

polymer-home-page-dev

  • release 0.2.0 (commit)
  • build directly to ../polymer-home-page; disable strip option which is not preserving semantics (commit)
  • use new doc-viewer system (commit)
  • add bower.json (commit)

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

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

  • release 0.2.0 (commit)
  • add 'polymer-ui-elements.html' import to match polymer-* convention and to include some doc data (ref Polymer/polymer-docs/#1 ) (commit)

polymer-ui-field

polymer-ui-icon

  • release 0.2.0 (commit)
  • remove relocated assets (commit)
  • depend on polymer-ui-action-icons package for image assets instead of including them directly (allows built packages to depend on those assets directly) (commit)

polymer-ui-icon-button

polymer-ui-iconset

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

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

smoothie-chart

speech-mic

speech-transcript

three-js

tk-buildbot

typeahead-input

wu-weather

x-binding

x-designable

x-designer

  • release 0.2.0 (commit)
  • Import using Polymer.import (commit)
  • support round-tripping (commit)

x-dom-serializer

x-editors

x-file-document

x-inspector

x-live-edit

x-meta

  • release 0.2.0 (commit)
  • use baseURI for import path. (commit)
  • import using Polymer.importElements (commit)
  • add callback to import loader (commit)

x-output

x-palette

  • release 0.2.0 (commit)
  • adapt to new fire return value. (commit)
  • support round-tripping (commit)

x-property-inspector

x-tags

x-tree

yt-search

yt-search-video

yt-video

arrange-game

book-search

contacts

designer

gallery

  • release 0.2.0 (commit)
  • must opt-in to main document css shimming (commit)

memory-game

pica

playground

sandbox

shuttle

slideshow

test-dashboard

todomvc

youtube

  • release 0.2.0 (commit)
  • must opt-in to main document css shimming (commit)