Releases: Polymer/polymer
Releases · Polymer/polymer
v1.0.9
- Remove undocumented return value. (commit)
- Add default, update docs. (commit)
- Add tests for isSelected. (commit)
- Default selected to empty array. Add isSelected API. (commit)
- Fixes #2218: match style properties against scope transformed selector (not property unique selector) (commit)
- Remove notify for items (unnecessary). (commit)
- Uncomment line. (commit)
- Give toggle a default. (commit)
- Use multi-prop observer; default selected to null. (commit)
- Add tests. Reset selection on items/multi change. Remove async. (commit)
- Property matching must check non-transformed rule selector. (commit)
- Make _itemsChanged depend on multi. (commit)
- Make sure mouse position is not a factor for .click() in IE 10 (commit)
- Always trigger tap for synthetic click events (commit)
- Fixes #2193: Implements workaround for https://code.google.com/p/chromium/issues/detail?id=516550 by adding Polymer.RenderStatus.whenReady and using it to defer
attached
(commit) - Fix polyfill templates (commit)
- Use
_clientsReadied
to avoid missing attribute->property sets in ready. (commit) - Make propagation of attribute changes at configure time more efficient (commit)
- add offsetParent smoke tests (commit)
- Fixes #1673: ensure instance effects exist before marshaling attributes. (commit)
- Fix typo. (commit)
- Clarify
fire
option defaults. Fixes #2180 (commit) - Add cross-reference for API docs. Fixes #2180 (commit)
- Updated utils & removed fn signatures; defer to API docs. Fixes #2180 (commit)
- Update core- to iron-ajax in PRIMER.md as in Polymer/old-docs-site#1276, Polymer/old-docs-site#1275 (commit)
- Update core- to iron-ajax in jsdoc for dom-bind as in Polymer/old-docs-site#1276, Polymer/old-docs-site#1275 (commit)
- Make properties replacement robust against properties which start with a leading
;
(commit) - Fixes #2154: ensure Polymer.dom always sees wrapped nodes when ShadowDOM polyfill is in use. (commit)
- Use css parser's property stripping code in custom-style. (commit)
- Deduplicate track/untrack document event listener logic (commit)
- Automatically filter mouseevents without the left mouse button (commit)
- Fixes #2113: ensures custom-style rules that use @apply combined with defining properties apply correctly. (commit)
- Correct & simplify per spec. (commit)
- Clean up logic. (commit)
- More loosely match expression function names (commit)
- Fix link to direct to Cross-scope styling (commit)
- Update behaviors order. Fixes #2144. (commit)
- Cache style.display & textContent and re-apply on true. Fixes #2037 (commit)
- Fixes #2118: force element
is
to be lowercase: mixing case causes confusion and breaks style shimming for type extensions. (commit) - Allow array API's accept string & negative args. Fixes #2062. Brings the API more in line with native splice, etc. (commit)
- Fix #2107: improve binding expression parser to match valid javascript property names. (commit)
v1.0.8
- Disable tracking if scrolling (commit)
- Fixes #2125: adds a register method to dom-module to support imperative creation. (commit)
- Move recognizer reset into start of event flow (commit)
- Fixed small typo on PRIMER.md (commit)
- remove alternate calculation for _rootDataHost (commit)
- Don't call
dom-change
when detached. (commit) - Fix typo. (commit)
- Improve code formatting. (commit)
- Up flush MAX to 100 and add overflow warning. (commit)
- Fixes #1998: add api doc for
customStyle
property (commit) - Handle commentnodes correctly for textContent and innerHTML (commit)
- Fixes #2098: don't accept undefined values as initial config (commit)
- Remove key check; int check should guarantee key. (commit)
- Add unit tests. (commit)
- Allow setting non-index array properties. Fixes #2096. (commit)
- update tests. (commit)
- added
render
method to dom-bind which can be called when async imports are used; documented template render functions (commit) - Fixes #2039: Polymer.dom.flush now triggers Custom Elements polyfill mutations and includes an api (
Polymer.dom.addDebouncer(debouncer)
) for adding debouncers which should run at flush time. Template rendering debouncers are placed in the flush list. (commit) - Fixes #2010, fixes #1818: Shady dom mutations which trigger additional mutations are now successfully enqueued. (commit)
- debounce returns debouncer. (commit)
- Update index.html (commit)
v1.0.7
- Replace placeholders backwards to simplify. (commit)
- Remove unnecessary keys bookkeeping. (commit)
- Minor tweaks to comments, internal API consistency. (commit)
- Always use placeholders; fix insertion reference bug. (commit)
- Simplify. (commit)
- Rename variables for clarity. (commit)
- Fix reuse logic to handle multiple mutations in same turn. Fixes #2009. (commit)
- Be more explicit. (commit)
- Add Polymer.instanceof & isInstance. Fixes #2083. (commit)
- Fixes #2081: make Polymer.dom(element).getDistributedNodes and Polymer.dom(element).getDestinationInsertionPoints() always return at least an empty array (was generating exception under Shadow DOM); make element.getContentChildNodes and element.getContentChildren always return at least an empty array when a selector is passed that does not find a (was generating exception under Shadow DOM) (commit)
- Fixes #2077: workaround IE text node splitting issue that can make text bindings fail. (commit)
- Fixes #2078: when computing custom style properties, make sure the styling scope is valid when the element is attached to a shadowRoot whose host is not a Polymer element. (commit)
Stable Release v1.0.6
release 1.0.6
v1.0.5
v1.0.2
v1.0.1
One Point Oh!
Read the blog post, for all the juicy details!
This release is mostly minor, non-breaking changes from 0.9.
v0.9.0
Stable Release 0.5.5
Big Changes
core-ajax
: Errors are no longer parsed like normal responses: googlearchive/core-ajax#63
Raw Changelog
NodeBind
- release 0.5.5-rc1 (commit)
- Merge pull request #19 from pflannery/NumberInputType (commit)
- renamed test to '(Number)Input.value' (commit)
- reformatted if-else to ternary op (commit)
- Stores value as numeric for number input types (commit)
TemplateBinding
- release 0.5.5-rc1 (commit)
URL
context-free-parser
- release 0.5.5-rc1 (commit)
- Merge pull request #7 from ulybu/add_support_for_return (commit)
- add support for the @return pragma. @return {type} Description (commit)
- Merge pull request #1 from Polymer/master (commit)
core-a11y-keys
- release 0.5.5-rc1 (commit)
core-ajax
- release 0.5.5-rc1 (commit)
- Merge pull request #60 from bearfriend/master (commit)
- Remove bad status check in isSuccess (commit)
core-animated-pages
- release 0.5.5-rc1 (commit)
core-animation
- release 0.5.5-rc1 (commit)
core-collapse
- release 0.5.5-rc1 (commit)
- Merge pull request #14 from garlicnation/master (commit)
- change 'object' to 'Object' (commit)
core-component-page
- release 0.5.5-rc1 (commit)
core-component-page-dev
- release 0.5.5-rc1 (commit)
core-doc-viewer
- release 0.5.5-rc1 (commit)
core-docs
- release 0.5.5-rc1 (commit)
core-drag-drop
core-drawer-panel
- release 0.5.5-rc1 (commit)
core-dropdown
- release 0.5.5-rc1 (commit)
core-dropdown-menu
- release 0.5.5-rc1 (commit)
core-elements
- release 0.5.5-rc1 (commit)
core-focusable
- release 0.5.5-rc1 (commit)
core-header-panel
- release 0.5.5-rc1 (commit)
core-home-page
core-home-page-dev
- release 0.5.5-rc1 (commit)
core-icon
- release 0.5.5-rc1 (commit)
core-icon-button
- release 0.5.5-rc1 (commit)
core-icons
- release 0.5.5-rc1 (commit)
core-iconset
- release 0.5.5-rc1 (commit)
core-iconset-svg
- release 0.5.5-rc1 (commit)
core-image
- release 0.5.5-rc1 (commit)
core-input
- release 0.5.5-rc1 (commit)
core-item
- release 0.5.5-rc1 (commit)
core-label
- release 0.5.5-rc1 (commit)
core-layout-grid
- release 0.5.5-rc1 (commit)
core-layout-trbl
- release 0.5.5-rc1 (commit)
core-list
core-localstorage
- release 0.5.5-rc1 (commit)
core-media-query
- release 0.5.5-rc1 (commit)
core-menu
- release 0.5.5-rc1 (commit)
core-menu-button
- release 0.5.5-rc1 (commit)
core-meta
- release 0.5.5-rc1 (commit)
core-overlay
- release 0.5.5-rc1 (commit)
core-pages
- release 0.5.5-rc1 (commit)
core-popup-menu
- release 0.5.5-rc1 (commit)
core-range
- release 0.5.5-rc1 (commit)
core-resizable
- release 0.5.5-rc1 (commit)
core-scaffold
- release 0.5.5-rc1 (commit)
core-scroll-header-panel
- release 0.5.5-rc1 (commit)
core-scroll-threshold
- release 0.5.5-rc1 (commit)
core-selection
- release 0.5.5-rc1 (commit)
core-selector
- release 0.5.5-rc1 (commit)
- Merge pull request #29 from carlosbaraza/master (commit)
- Remove some trailing spaces (commit)
core-shared-lib
- release 0.5.5-rc1 (commit)
core-signals
- release 0.5.5-rc1 (commit)
core-splitter
- release 0.5.5-rc1 (commit)
core-style
- release 0.5.5-rc1 (commit)
core-tests
- release 0.5.5-rc1 (commit)
core-toolbar
- release 0.5.5-rc1 (commit)
core-tooltip
core-transition
- release 0.5.5-rc1 (commit)
firebase-element
- release 0.5.5-rc1 (commit)
- Merge pull request #40 from mbleigh/list-fixes (commit)
- Bugfixes from firebase-list (commit)
- Merge pull request #33 from jshortall/master (commit)
- Merge pull request #27 from jamesjnadeau/patch-1 (commit)
- Merge pull request #34 from sfeast/changeEmail (commit)
- Merge pull request #36 from atotic/patch-2 (commit)
- Merge pull request #37 from mbleigh/patch-1 (commit)
- Fire data-ready event on loaded data (commit)
- Fix keys being out of sync (commit)
- Fixing event names documented for password provider user account functions (commit)
- Adding new changeEmail function (commit)
- fix closeQuery to only close itself (commit)
- adding redirect to the list of allowed attributes (commit)
font-roboto
highlightjs-element
- release 0.5.5-rc1 (commit)
inspector-elements
- release 0.5.5-rc1 (commit)
jquery2-import
marked-element
- release 0.5.5-rc1 (commit)