Skip to content

Latest commit

 

History

History
3113 lines (1561 loc) · 167 KB

CHANGELOG.md

File metadata and controls

3113 lines (1561 loc) · 167 KB

Change Log

##v1.1.3 (2015-09-04)

  • Fixes #2403 (commit)

  • Only try to decrement gesture dependency counter if dependency exists (commit)

  • update changelog with v1.1.2 (commit)

  • prepare v1.1.2 (commit)

##v1.1.2 (2015-08-28)

  • Improve composed parent tracking. (commit)

  • move the mixing-in of behaviors so that it happens before register behaviors are invoked (commit)

  • Fixes #2378 (commit)

  • Fixes #2356: issue a warning and don't throw an exception when a style include cannot be found. Fixes #2357: include data now comes before any textContent in a style element. (commit)

  • remove unneeded protection code for extends. (commit)

  • Add test (commit)

  • add test for registered behavior affecting a value then used by features (commit)

  • add tests for new Polymer() argument support (and make Base tests aware of new abstract method _desugarBehaviors) (commit)

  • invoke registration behavior before registering features, so behaviors can alter features, this requires calling behavior flattening as part of prototype desugaring instead of as part of behavior prep, so the flattened list is available early (commit)

  • do registered behaviors before invoking registerFeatures so registered can affect properties used by features (ref #2329) (commit)

  • specifically create Polymer object on window to satisfy strict mode (fixes #2363) (commit)

  • Remove forceUpgraded check in dom-module.import (commit)

  • Fixes #2341: branch Polymer.dom to use native dom methods under Shadow DOM for: appendChild, insertBefore, removeChild, replaceChild, cloneNode. (commit)

  • Fixes #2334: when composing nodes in shady dom, check if a node is where we expect it to be before removing it from its distributed position. We do this because the node may have been moved by Polymer.dom in a way that triggered distribution of its previous location. The node is already where it needs to be so removing it from its parent when it's no longer distributed is destructive. (commit)

  • use cached template annotations when possible (commit)

  • fix comment typos (commit)

  • Update changelog with v1.1.1 release (commit)

##v1.1.1 (2015-08-20)

  • Fixes #2263: ensure custom-style can parse variable definitions in supported selectors (e.g. /deep/) without exception due to unknown css. (commit)

  • Fixes #2311, #2323: when elements are removed from their previous position when they are added elsewhere, make sure to remove them from composed, not logical parent. (commit)

  • Update Changelog (commit)

  • Add selectedItem property (commit)

  • Add test for large splice (commit)

  • Use numeric sort when removing dom-repeat instances (commit)

  • Fixes #2267: properly find dom-module for mixed case elements (commit)

  • Fixes #2304: avoid trying to read style data from imports that did not load. (commit)

  • Avoid saving logical info on parent when a content is added inside a fragment + slight factoring. (commit)

  • Fixes #2276: avoid losing logical information and simplify logical tree handling (commit)

  • Moved check earlier. Added test for negative literal. (commit)

  • Fixes #2253: refine logical tree check and populate parents of insertion points with logical info only if necessary. Fixes #2283: when a node is removed, we need to potentially distribute not only its host but also its parent. (commit)

  • Support for negative numbers in computed bindings (commit)

##v1.1.0 (2015-08-13)

  • Add comment. (commit)

  • Add tests for key splice fix. (commit)

  • Fixes #2251: resolve imported stylesheets against correct document. (commit)

  • Reduce keySplices to minimum change set before notifying. Fixes #2261 (commit)

  • Make clearSelection public. (commit)

  • Add logical info iff an element being added is an insertion point; do not add logical info for any element in a shady root. (commit)

  • Make clearSelection public. (commit)

  • Fixes #2235. Manages logical information in shady distribution more directly by capturing it explicitly when needed and not whenever distribution is run. (commit)

  • ensure path fixup is applied correctly to styles in templates. (commit)

  • Based on feedback, change module to include in custom-style and dom-module style marshaling. (commit)

  • Document custom-style module property. (commit)

  • Add comment. (commit)

  • Add tests and require module to be on style elements. (commit)

  • custom-style supports module property that accepts a dom-module containing style data. don-module style data may be specified inside <template> elements and style elements also support module attribute for referencing additional modules containing style data. (commit)

  • don-module no longer needs to eagerly upgrade custom elements since the web components polyfills do this automatically. (commit)

##v1.0.9 (2015-08-07)

  • 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 (2015-07-23)

  • 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 (2015-07-16)

  • 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)

  • update CHANGELOG for 1.0.6 (commit)

* This Change Log was automatically generated by github_changelog_generator below

v1.0.6 (2015-07-09)

Fixed issues:

  • Basic support for host-context #1895

  • custom property resolver tripping over some selectors? #1938

  • Parsing compressed CSS does not work #1927

  • Support Polymer.dom().classList.contains #1907

  • Add support for :host-context #1900

  • Grey overlay in mobile Safari #1970

  • node.unlisten removes native event listeners too often #1988

  • notifyPath doesn't return as its documentation says #1966

  • "TypeError: Cannot set property 'display' of undefined" when HTML comment is present inside a dom-if template that evaluates to truthy #1786

  • dom-repeat in a falsy dom-if should hide newly stamped children #1751

  • Typo in Polymer.mixin API documentation #2001

  • Low-level changes for iron-list integration (fire & modelForElemennt) #2003

  • Normalized event difference with ShadowDOM and Shady #1921

  • DOM API innerHTML adds only first element #1972

  • with #1.05-update, style-sheets and custom-style-elements are not parsed in my project anymore #1974

  • Expected behavior for importNode,cloneNode #1888

  • #1.0.5 computed property function name limitations? #2016

v1.0.5 (2015-06-25)

Fixed issues:

  • Bindings to concrete types not propagating correctly from template to collection #1839

  • Setting individual array elements not working #1854

  • CustomStyle change has no effect #1851

  • With Shady DOM, <content> doesn't get passed to another element inside dom-if #1902

  • Provide a convenience method for setting customStyle and calling updateStyles #1915

  • If an async callback throws an error, it's never removed from the callback list #1759

  • dom-if: undefined is considered falsy only once #1742

  • Setting readOnly AND computed on properties #1925

  • Uncaught TypeError: this.mixin is not a function #1911

  • Polymer.Base.async "infinite loop" condition #1933

  • Custom property resolver tripping over some selectors? #1938

  • Annotated attribute binding issues #1874

  • Parsing compressed CSS does not work #1927

v1.0.4 (2015-06-17)

Closed issues:

  • Error when i put a paper-input inside a paper-drawer-panel #1893

  • Open the website country restrictions #1885

  • Observers executed twice if defined in both the properties and the observers array #1884

  • If I set element property before component registered I cannot change it anymore #1882

  • Polymer icon set not scaling with size #1881

  • How binding a JSON in Polymer 1.0 #1878

  • Annotated attribute binding issues #1874

  • Paper Elements don't appear on site #1868

  • [1.0] Inserted content not toggled when inside dom-if #1862

  • Polymer Catalog -- link-related usability issue #1860

  • Issues with catalog on Chromium 37.0.2062.120, 41.0.2272.76, and Firefox 38.0 #1859

  • documentation bug; search elements #1858

  • can I two way binding a properties type of 'Number' to attribute? #1856

  • 'this' points to Window rather than custom element when called through setTimeOut() #1853

  • Cannot define an element in the main document (Firefox and Internet explorer) #1850

  • Feature: array variable accessor #1849

  • Support for expressions and filters #1847

  • key/value iteration support for template dom-repeat #1846

  • Styling local DOM #1842

  • Polymer bouded property not updating - or getting reset (sometimes) #1840

  • insertRule('body /deep/ myclass' + ' {' + cssText + '}', index); throws error in ff and ie #1836

  • this.insertRule("body /deep/ someclass", index); error #1835

  • <core-scaffold> 0.5 toolbar background coloring broken #1834

  • Radio buttons break when using border-box #1832

  • polymer 1.0 how to use dom-if ? #1828

  • Remove the undocumented "find nearest template" feature when registering #1827

  • Remove preventDefault from track #1824

  • Need a way to cancel track and tap from down #1823

  • Computed bindings are not updated when using polymer's this.push to add elements #1822

  • Two-way bindings to array members not updating when data edited in dom-repeat template (bug or feature?) #1821

  • Binding undefined does not work as expected #1813

  • Can't declare Boolean attributes with default of true? #1812

  • array-selector doesn't work with multi unless toggle is specified #1810

  • Style shim only converts a single ::shadow or /deep/ in a selector #1809

  • Incorrect style for custom CSS properties when extending a native element #1807

  • Document compatibility with browser #1805

  • Unwrapped dom-if causes DOMException #1804

  • <template is=dom-if> fails to add rows to a table if they contain <content> #1800

  • Data binding causes infinite loop if value is NaN #1799

  • Issues with polymer 1.0 dom-repeat templates using paper-radio-group and the selected property #1792

  • bind attribute replacement #1790

  • The Shadows sucks #1788

  • Is there a list of Polymer 1.0 elements in the documentations? as it used to be 0.5! #1782

  • Custom style variables for elements added outside of polymer #1781

  • Can I recover the contaminated DOM? #1779

  • [1.0] Data-binding: Is there any way to do this imperatively? #1778

  • DATA-BINDING #1772

  • [1.0] polymer attribute used in a string behaving differently from 0.5 #1770

  • [1.0.2] Setting property treated as idempotent, but isn't #1768

  • official element-table bower package #1767

  • Shopping card polymer element #1766

  • How to create a polymer element from iron-ajax element response #1764

  • iron-collapse is focusable (by clicking or tabbing into it), which produces a focus outline in browsers #1760

  • dom-repeat data binding: not working as expected #1758

  • [1.0.3] Do not resolve hash-only urls used for routing #1757

  • [1.0.3]Cannot start up after upgrade #1754

  • Content nodes in dom-if template do not distribute correctly #1753

  • overriding the custom css variables only works for the first dom element on the page #1752

  • paper-checkbox should have an indeterminate state #1749

  • nested dom-repeat with sort attribute shows duplicate entries when adding new items. #1744

  • attached handler executed in wrong order in chrome browser. #1743

  • [1.0.2] '$' is undefined when 'created' is being called #1728

  • [1.0] ::before / ::after psudo selectors in a custom-style #1668

  • Need Polymer.Base.unlisten to remove the event listener #1639

  • custom-style sometimes does not apply variables #1637

  • [0.9.4] Dom-if template doesn't stamp when its content contains a wrapped insertion point #1631

  • With <template if=> missing how can I have several different styles applied? #1419

Merged pull requests:

v1.0.3 (2015-06-05)

Closed issues:

  • paper-toolbar [title] conflicts with HTML [title] #1745

  • Bound data-* attributes being stripped from template children #1737

  • Polymer.Base.splice and dom-repeat #1733

  • [1.0.0] Light DOM being replaced by shady DOM on ready #1732

  • [1.0.2] Databinding and nested objects #1731

  • Paper-tabs in Flexbox #1730

  • When not including webcomponentsjs, a script in \<head\> after imports will break unresolved attribute #1723

  • Create 1.0.x Release #1721

  • RENAME listeners TO events #1719

  • Uncaught TypeError When splicing an array into emptiness #1714

  • Paper-Button references <core-icon> #1709

  • Events for paper-menu or paper-item #1708

  • Why is there no javascript file? #1707

  • Evergreen browser incompatibility #1706

  • [1.0] shady dom inserts '<content>' more than once #1704

  • Issue running Polymer Started Kit 1.0.0 #1703

  • iron-form body data malformed #1702

  • [1.0] Attached callback is differently resolved on chrome and ff #1699

  • Polymer 1.0 and WebComponents.js #1698

  • [dom-if] is not as inert as <template> should be #1695

  • can't use flex inside neon-animated-pages #1694

  • Polymer::Attributes: couldn`t decode Array as JSON #1693

  • Mobile links off homepage dont work #1692

  • Computed property doesn't work in dom-repeat #1691

  • core-animated-pages any plans? #1689

  • Where's paper-dropdown-menu 1.0? #1684

  • [1.0] dom-repeat observe non-array values #1683

  • Element catalog, google-analytics, docs missing #1681

  • Binding not working for open text #1677

  • Blog link in README.md and CONTRIBUTING.md is wrong #1676

  • Strange lines on polymer site menu #1675

  • Need to parameterize path to fonts #1674

  • How to add dynamic classes in dom-repeat 1.0 #1671

  • Array mutation without using helper methods #1666

  • Wrapping non interpolated strings with span in 1.0 #1664

  • dom-if template got rendered once even if the condition is false #1663

  • Cannot read property 'slice' of undefined on firebase update #1661

  • [1.0.2] Global leak found in _marshalArgs #1660

  • [1.0] Changes in appendChild from 0.9 to 1.0? #1657

  • Using scroll header panel together with dialog will cause backdrop to cover up dialog #1656

  • Color Extraction #1654

  • using AngularJS with paper elements #1649

  • Gestures event issue - No offsets management #1646

  • [0.9] event on-blur does not work on paper-input #1634

  • [0.9.4] Nested dom-if templates show invalid content #1632

  • paper-slider input box overflow. #1611

  • [0.9] Documentation issue (unbind & dispose) #1607

  • Better dependency management #1592

Merged pull requests:

v1.0.2 (2015-05-29)

v1.0.1 (2015-05-29)

Implemented enhancements:

  • using javascript core functions #1641

Fixed bugs:

  • [1.0] Tap gesture does not trigger when calling this.click in IE10 #1640

Closed issues:

  • Logic for tap distance should be "both axes within TAP_DISTANCE" #1652

  • Site is not looking good in Mac Chrome Versión 43.0.2357.81 (64-bit) #1650

  • Different result is shown. #1647

  • Wrong end tag name in README.md #1645

  • on-tap doesn't trigger on checkbox 0.5 #1586

Merged pull requests:

v1.0.0 (2015-05-27)

Closed issues:

  • [0.9.4] Data binding works only for "id" attribute? #1633

  • [0.9] when I move a dom-repeat element from one parent to another, the items will gone #1498

v0.9.4 (2015-05-27)

Closed issues:

  • Polymer.version undefined in 0.9 #1625

Merged pull requests:

v0.9.3 (2015-05-26)

Closed issues:

  • Property values that contain a : inside a mixin. #1623

  • [0.9.2] dom-repeat issues in 0.9.2 #1615

  • [0.9.1, 0.9.2] Polymer.dom().appendChild() no longer working #1612

  • [0.9] "dom-if" not binding to an object's boolean property #1606

  • [0.9] Custom attributes on elements not working (original: iron-icon styling troubles) #1604

  • Blog down https://blog.polymer-project.org/ #1603

  • Improve error message if observer is missing #1538

  • [0.9] New gulp build hangs until enter key is pressed #1519

  • [0.8] better error when bound change handler is missing #1206

Merged pull requests:

v0.9.2 (2015-05-25)

Fixed bugs:

  • Default values for custom variables #1543

Closed issues:

  • [0.9.1] Regression in styling with custom css mixins #1601

  • Dynamic distribution fails when using SD polyfill and host is nested in another host and has filtering insertion points #1595

  • Custom properties defined on :host shouldn't override document styles. #1555

Merged pull requests:

v0.9.1 (2015-05-23)

Implemented enhancements:

  • Array helpers don't notify length change #1573

  • [0.9.0-rc.1] Method expression without arguments is not invoked #1516

  • [0.8] Polymer.dom() should expose innerHTML and textContent #1429

  • How do you cancel job1 completely before its timeout value occur? #1374

  • [0.8] Feature request: computed properties in x-repeat #1337

Fixed bugs:

  • Computed properties with no dependencies generate a syntax error #1348

  • [0.8] host-context improperly shimmed #1346

Closed issues:

  • Tap event not firing the first time after tracking another element #1590

  • domReady #1587

  • Content tag does not work inside dom-if template #1584

  • /deep/ css selector not work in chrome browser #1583

  • Under native ShadowDOM "dom-if" doesn't stamp out the content even when "if" property is true #1582

  • Iron-Input hint not turning into label on ChromeBook apps #1581

  • Binding text remains in <input value="{{value::input}}"> on IE10 #1578

  • [0.9] Extends delays/breaks polymer element setup #1575

  • [0.9] Gesture event throws exception when dragged outside document #1574

  • dom-repeat filter/sort needs to be able to observe parent scope #1572

  • Logical Operators doesn't work anymore in 0.9 #1568

  • Reposted from Angular Issue #1723: Unable to define correct CSS @Rules when CSS shimming is enabled #1566

  • [0.9.0] Problem putting a dom-if template in a light DOM when the component's <content> itself is wrapped in a dom-if #1565

  • hypergrid is a polymer custom component #1561

  • serializeValueToAttribute returns undefined #1559

  • Offsetting core drawer panel #1557

  • [0.9] How to dynamically import elements? #1554

  • Release process should have change log #1553

  • [0.9] on-click="kickAction()" #1552

  • Layout functionality in 0.9 #1551

  • [0.9] hostAttributes: Noooooooo! #1549

  • [0.9] hidden$="{{isHidden}}" vs hidden=$"{{isHidden}}" #1548

  • seems that case sensitive properties doesn't work #1547

  • webcomponents loading order #1544

  • Data-binding to native DOM element inside of auto-binding template invokes style scoping #1542

  • 0.9 zip file nearly empty #1541

  • Polymer.dom(parent).querySelector polyfill is broken in 0.8 #1540

  • Imported resource from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Received an invalid response. Origin 'null' is therefore not allowed access. #1535

  • [0.9.0-rc.1] Cannot set property 'touchAction' of undefinedGestures.setTouchAction #1533

  • Could I disable the two-way binding? #1529

  • [0.9] Can't override the css property if the property is already set on the host via custom property #1525

  • [0.5.6] Hang in loading polymer #1524

  • [0.0.9-rc.1] Array changes event is not delivered #1523

  • [0.9] dom-bind not working with document.createElement #1515

  • Please, more info about new releases #1507

  • [0.9] Annotated computed properties don't work on autobinding template #1500

  • Upgrade from polymer 0.5 to 0.8 #1492

  • [0.8] Binding a property with value 'undefined' to an input value on IE11 shows the raw binding #1491

  • [0.8] SVG elements fail on IE11 due to missing classList #1490

  • Cross domain HTML import #1489

  • Using Polymer with NW.js #1481

  • 0.9: String literals as parameters of computed properties #1475

  • Inheritance of CSS Variables #1470

  • support data binding with ES6 module? #1465

  • [0.8] IE9 styles broken #1464

  • how to get polymer and requirejs working together? #1463

  • .8 domReady never being called #1460

  • TODO in polymer.js references fixed bug #1457

  • [0.8] Self-closing p tag breaks template #1455

  • [0.8] x-repeat failing to stamp instances on safari #1443

  • [0.8] \<content select=".class"\> and hostAttributes don't work together #1431

  • [0.8] Binding to "id" is not working #1426

  • Event handlers within x-repeat always target the first instance of an element #1425

  • [0.8] host, port, etc are reserved for anchor elements; let's avoid them #1417

  • [0.8] IE11 displays and then hides Custom Elements #1412

  • [0.8] x-repeat objectizes arrays of strings #1411

  • [0.8] style scope missing #1410

  • Polymer 0.8 cant bind to array item. #1409

  • [0.8][styling] Want to define custom variables in the same scope as their references #1406

  • [0.8][styling] Should be able to mixin sibling properties #1399

  • [0.8] Properties deserialized from native inputs lose their type #1396

  • Shady DOM doesn't correctly parse custom property rules. #1389

  • Shady DOM custom properties don't inherit. #1388

  • [0.8] dom-module nice but not perfect #1380

  • [0.8] notify: true Bad idea unless it has a huge performance gain #1379

  • Style mixin syntax is incompatible with Sass #1373

  • [x-repeat] can't bind to childNodes under Shadow DOM #1367

  • [0.8] - default property values are not set by the time observers are called #1364

  • [0.8]: observer callbacks changed parameter ordering #1363

  • [0.8] HTMLAnchor has a host property, breaks the intended behavior of Polymer.Base.\_queryHost #1359

  • [0.8] Style scoped immediate descendant selector no longer matches projected content #1312

  • Spaces in binding causes SyntaxError: Unexpected identifier. #1311

  • Tracking issue: Supporting CSP in 0.8+ #1306

  • [0.8] readOnly property without notify will not be readOnly #1294

  • Shady styling increases selector specificity #1279

  • [0.8] body unresolved broken #1271

  • [0.8] accidental shared state in configure value? #1269

  • [0.8] Properties observers registered too early #1258

  • [0.8] Polymer.import missing #1248

  • [0.8] Consider always assigning to native properties #1226

Merged pull requests:

v0.9.0 (2015-05-14)

Implemented enhancements:

  • Expose dom-repeat._instanceForElement #1501

Closed issues:

  • Change color of main panel #1536

  • [0.8.0-rc.5] observers as an array #1527

  • [0.9] Touch scroll gesture, setScrollDirection doesn't work any longer #1520

  • [0.9] Data binding? #1517

  • this.$.\* isn't set if an element * is inside a dom-if block and the condition evaluates to true #1513

  • Paper-action-dialog with backdrop disables window #1509

  • How to pass data from polymer element #1503

  • [0.9] auto-binding, x-repeat template not working #1502

  • [0.9] if="{{ 1 < 2 }}" not supporded?! #1499

  • [0.9] touch track fails on iPhone, .touchIdentifier vs .identifier #1496

  • Internet Explorer 11 "Failed to open data:text/javascript;charset=utf-8," #1485

  • [0.5.5] Function calling is not working in custom element #1484

  • [0.8] Nested insertion points lose elements after distributeContent #1480

  • [0.8] Binding the value of an input box with {{value::input}} loses caret index #1471

  • [0.8] Nested property binding not working on Firefox/IE #1391

  • Memory Leak when using Data Bindings #1116

Merged pull requests:

v0.9.0-rc.1 (2015-05-06)

Merged pull requests:

0.5.6 (2015-05-05)

Implemented enhancements:

  • [0.8] hostAttributes should respect user-provided defaults #1458

Closed issues:

  • Unable to connect to github.com... #1468

  • error using mixins as computed property or in template methods in 0.8.0-rc.7 #1456

  • [0.8] observers as an object. #1452

  • [0.8] getDistributedNodes() does not update when distributed content changes #1449

  • [0.8] behaviors override properties on elements #1444

  • [0.8] bower.json license does not follow specification #1435

  • Error in 0.8 RC6 - not present in RC4 #1428

  • [0.8] Support :root in x-style #1415

  • [0.8] 'style-scope undefined' when combined with hostAttributes and x-if template #1400

  • [0.8] \<link rel="import" type="css"\> styles are shimmed out of order #1349

  • Polymer 0.5.2 release have version 0.5.1 #1033

Merged pull requests:

v0.8.0-rc.7 (2015-04-22)

Closed issues:

  • [0.8] readOnly properties do not receive the initial value specified by value #1393

Merged pull requests:

v0.8.0-rc.6 (2015-04-20)

v0.8.0-rc.5 (2015-04-20)

Closed issues:

  • [0.8] Global settings overwritten by webcomponents #1404

  • [0.8] distributeContent loses light children #1394

  • [ShadyDOM] Exception when removing non-distributed nodes #1366

Merged pull requests:

v0.8.0-rc.4 (2015-04-10)

v0.8.0-rc.3 (2015-04-09)

Closed issues:

  • Polymer-micro.html broken? #1390

  • listener for DOMContentLoaded and window resize #1384

  • [0.8] Opting into native Shadow DOM isn't documented #1382

  • Polymer in 10 Minutes - 3. Create an app #1371

  • Polymer in 10 Minutes - Reusing other elements #1370

  • [0.5.5] Event fire error on safari #1362

  • [0.8] importHref fails in IE/FF #1343

  • Attribute Value of "selected" in the tutorial #1228

Merged pull requests:

v0.8.0-rc.2 (2015-04-02)

Closed issues:

  • [0.8] Using one-way binding to propagate upward #1360

v0.8.0 (2015-04-02)

Implemented enhancements:

  • [Shadow DOM] Make Shadow DOM optional #1042

Closed issues:

  • [0.8] extended my-input element isn't shown #1350

  • Polymer function not accessible in firefox/safari #1316

Merged pull requests:

v0.8.0-rc.1 (2015-03-26)

Fixed bugs:

  • [0.8-preview] Throws exception if left-hand-side of a property binding contains a dash #1161

  • Bindings in <style> no longer work under polyfill #270

Closed issues:

  • core-list needs your attention #1333

  • Icons oversized on Firefox on polymer-project.org #1328

  • [0.8] Unable to observe property 'hidden' #1322

  • [0.8] Unexpected token ] #1298

  • [0.8] Text bindings break if parenthesis are used #1297

  • [0.8] Shady style processor doesn't drop operator for ::content #1293

  • Polymer layout collision with another frameworks like Angular Material #1289

  • Polymer Project Site - Broken Link #1288

  • core-ajax #1287

  • demo portions of documentation are missing/404 #1286

  • [0.8] attached is called at different points in lifecycle for ShadeyDOM vs ShadowDOM #1285

  • [0.8] Listening to events on an element produces different results under ShadowDOM v. ShadyDOM #1284

  • Attribute selectors incorrectly scoped #1282

  • [0.8-preview] Shadey styles have incorrect order of precedence #1277

  • [0.8] Styling scoping not working with type extension elements #1275

  • Typo on website #1273

  • [0.8-preview] All properties are available for data binding #1262

  • [0.8] camel-case attributes do not deserialize to properties correctly. #1257

  • paper-autogrow-textarea bug #1255

  • <paper-input-decorator label=“birthday”> #1251

  • How addEventListener in nested template? #1250

  • <paper-input-decorator label="test" autoValidate?="{{autoValidate}}"> #1249

  • Installing with Bower not working #1246

  • Bower package not found #1245

  • [0.8] template x-repeat throws error under native ShadowDOM #1244

  • [0.8] Multiple computed properties call same method #1242

  • [0.8] value binding not working in samples.html #1241

  • [0.8] encapsulate and class binding not working well together #1240

  • Links in SPA tutorial are broken #1239

  • What is the complete Polymer Public API? #1233

  • content does not get wrapped on mobile devices #1221

  • BUG: web-component-tester, sauce-connect-launcher dependency #1214

  • Why calling polymer.js instead of polymer.min.js? #1213

  • Imperatively declared element's custom fired event does not bubble up. #1212

  • [0.8] Attribute deserialization possibly busted? #1208

  • [0.8] Undefined method in constructor #1207

  • Typo #1205

  • [0.8] x-template should provide bound values to elements' configure #1200

  • Dynamically publishing attributes #1198

  • Template's script doesn't execute when imported from another document (polyfill) #1197

  • [0.8-preview] x-repeat standalone issue #1192

  • Polymer.Import - handle 404's #1184

  • Get Started Tutorial #1181

  • Initialization might fail when surrounded by p-element #1180

  • Why no paper-label? #1174

  • Polymer (inline styling) inconsistent between Chrome and Firefox #1172

  • [0.8-preview] Bespoke element constructors #1151

  • [0.8-preview] detached not getting called when the element being removed is in the localDom of another element. #1145

  • [0.8-preview] Boolean attribute change handlers are called before localDom or lightDom are available. #1131

  • Reference to HTMLLinkElement in Polymer.import callback #1127

  • 0.8-preview: multiple arguments to computed method #1092

  • 0.8-preview: handle case-sensitivity problems around attributes #1080

  • 0.8-preview: "ready" fires before "created"? #1079

  • Wrong Bindings types documentation #980

Merged pull requests:

0.5.5 (2015-02-18)

Closed issues:

  • Need a Polymer Core (team member) representative asap? #1194

Merged pull requests:

0.5.5-rc1 (2015-02-13)

Closed issues:

  • How Polymer handle elements' model communication? #1187

  • Polymer is failing silently without any console error #1171

  • Elements created at runtime, can't know when ready #1158

  • core-dropdown-menu is ugly magugly #1146

  • polymer element not compatible with IE #1143

  • polymer element not compatible with IE #1142

  • Please improve home site's colors #1141

  • polymer element not compatible with IE #1140

  • polymer element not compatible with IE #1139

  • polymer element not compatible with IE #1138

  • Element with id="exports" results in uncaught "Observer is not defined" exception #1134

  • Data-binding in <template> on objects attributes have strange behaviour [bug?] #1129

  • tipAttribute is not working properly #1126

  • IE 10+11 + data binding in inline style not working in Polymer v0.5.4 #1124

  • webcomponents.min.js:11 Uncaught TypeError: undefined is not a function #1122

  • TypeError: Attempting to configurable attribute of unconfigurable property. #1119

  • Template with svg style url(#id) is shimmed with file name #751

Merged pull requests:

0.5.4 (2015-01-24)

Closed issues:

  • Dropdown Menu #1118

  • Extracting an unknown archive #1103

0.5.3 (2015-01-21)

0.5.3-rc2 (2015-01-21)

Closed issues:

Merged pull requests:

0.5.3-rc (2015-01-15)

Fixed bugs:

  • Need consistent path behavior #651

Closed issues:

  • Missing scrollbars, and mouse wheel not working #1089

  • Very noticeable sluggishness when scrolling #1084

  • Can't build 0.8-preview and there is no build information at all #1075

  • paper-toggle-button and paper-checkbox events incorrectly documented #1074

  • Failed to assign list scroller to scroller of headerPanel #1072

  • this.$ gets polluted with shadow dom of other components #1069

  • Documentation Wrong and no worked Data binding on IE11 #1067

  • How to replace tag name depend on attribute? #1064

  • DataBinding not full work in IE (polymer-0.5.2) #1063

  • Template references in SVG not working #1061

  • Docs examples missing custom element name #1058

  • :host styles not rendering #1057

  • Redraw menu list #1054

  • fire message to other element #1045

  • img width 100% event #1044

  • Typo #1041

  • Please hire a competent technical writer #1036

  • Chrome: Faulty responsiveness if window size is instantly changed #1034

  • Polymer in 10 minutes - horizontal scroll bar doesn't work in chrome #1030

  • Arguments in the function expressions are not watched - binding fails #1021

  • core-selector doesn't work on FF/linux for core_elements >= 5.0 #1015

  • Missing web-animations-next-lite.min.js #1014

  • webcomponents.js doesn't work #1013

  • The main page and demos doesn't work on Firefox!!!! #1007

  • Remember scroll position of selected page and prevent auto scrolling when selecting a other page. #1000

  • No field view on iOS 8 #986

  • <meta name="layout" content="polymer or some other layout2"> #959

  • Stoped to render on firefox after .35 update (trying to fix jquery conflict) #697

  • on-click doesn't work with bootstrap and jQuery #625

Merged pull requests:

  • Adjust to the new unit test layout #1093 (nevir)

  • Make ready independent of attached state and make distribution go top-down logically and composition unwind bottom-up #1039 (sorvell)

  • 0.8 simplex #1028 (sorvell)

  • Expands the \<content\> element to remember logical DOM #1017 (jmesserly)

0.5.2 (2014-12-11)

Closed issues:

  • Best(?) practice for loading & saving relational data #1008

  • the demos don't work in Chrome and Opera #1006

  • one click triggers two popup of paper-dropdown-menu #1004

  • polymer-project.org bad link #1003

  • [Firefox] [Regression 0.4.2 -> 0.5.0] on-tap event not catched #997

  • In Q&A, answer about hosting for tests is misleading #994

  • core-overlay not working on firefox 34 #993

  • Circular dependency between core-iconset and core-icon bower modules #992

  • www.polymer-project.org unusable in firefox #991

  • <core-tooltip> and paper-fab don't like each other. #988

  • Weird bug in Firefox and Safari #984

  • Polymer 0.5.0 for iOS 8 Console reports ReferenceError: Can't find variable: logFlags #981

  • 404 Documentation Link #977

  • scrolling over a paper-input-decorator using a touch device selects that input making it nearly impossible to scroll over paper-input fields on a mobile device #973

  • core-item ignores clicks on polymer-project.org in Firefox #968

  • https://www.polymer-project.org/platform/custom-elements.html has a 404 for the "Shadow dom" button #967

  • ZIP download missing minified webcomponents.js #965

  • Unable to get on-core-select to fire in paper-dropdown-menu #957

  • 0.5.1 Element Name could not be inferred | Safari && Mobile Safari #956

  • url relative path ../ not works for cross domain link import #955

  • url relative path ../ not works for cross domain link import #954

  • Can't get a <core-menu-button> component in <core-toolbar> to show child nodes #951

  • paper-autogrow text not in bower update #949

  • Need info how to test polymer elements using Selenium. #948

  • "horizontal layout wrap" broken in fireFox #945

  • Zip file is empty upon download #943

  • on-tap not working on Firefox #941

  • [Question] Using Polymer for progressive enhancement #940

  • Buttons not working after vulcanize #935

  • Dropdown Resizing #930

  • demo content #929

  • https://www.polymer-project.org/components/web-component-tester/browser.js not found #928

  • web-animations.html missing from web-animations-next - (Polymer 0.5.1) #923

  • Paper Menu button page on Polymer website shows example for paper dropdown menu not paper menu button #922

  • Click handlers don't work anymore on iOS with 0.5.0 #918

  • paper-dropdown-menu not working correctly or documentation needs update. #911

  • Add API for communicating hide/show/resize from parents to interested children #849

  • bower install on yosemite #808

  • Two finger touch events - not working #802

  • Create a core-label, associate a label with a child focusable control #793

  • Not possible to stay on older version (0.3.5) #758

Merged pull requests:

0.5.1 (2014-11-12)

Closed issues:

  • Bug on site #920

  • href in my element not working on iOS #919

  • [Polymer#0.5.0][Safari] TypeError: undefined is not an object (evaluating 'HTMLImports.path.resolveUrlsInStyle') (url.js line 199) #915

  • [Polymer#0.5.0][Firefox] TypeError: HTMLImports.path is undefined (platform.js line 14) #914

  • [Polymer#0.5.0][Chrome] Uncaught TypeError: Cannot read property 'parse' of undefined (boot.js line 14) #913

  • web-animations-next/web-animations.html file missing #909

  • No release notes for 0.5.0 #908

  • Back button navigation somtimes broken on polymer-project website #907

  • Designer Tool page appears blank #906

  • Polymer is undefined in IE11 #905

  • Using polymer with Jinja2 server side templating #904

  • ERR_CONNECTION_CLOSED trying to visit blog.polymer-project.org #894

  • Consider not dirty check polling when the tab is not visible #892

0.5.0 (2014-11-10)

Fixed bugs:

  • Links to "#" get rewritten to just "" which causes a refresh if clicked #672

Closed issues:

  • Incorrect behaviour for disabled fields with Polymer paper-input-decorator #901

  • Ajax responseChanged return logged twice #900

  • behavior difference between <my-component/> and <my-component></my-component> #899

  • on-tap does not cause paper-input value to be committed #890

  • <paper-item> has 'iconSrc' attribute, should be 'src' like <paper-fab>, <paper-icon-button> and <paper-menu-button> #889

  • paper-input documentation lacks details on field validation #888

  • paper-input documentation inconsistently suggests theming via JS properties #887

  • paper-input documentation suggests html /deep/ selectors, inconsistent with other elements #886

  • paper-input cursor doesn't seem to support themeing #885

  • paper-input styling instructions lack the ::shadow pseudo-element #884

  • paper-dropdown-menu: selectedProperty doesn't seem to work #881

  • Add support for native ES6 class Symbol #880

  • demo page fails https://www.polymer-project.org/components/core-ajax/demo.html #838

  • core-icon-button does but paper-icon-button does not load core-iconset-svg #834

  • paper-fab button href bad #830

  • Documentation error on core-animation #828

  • Data-binding within component inside template style #827

  • Can't scroll using mouse or keyboard #817

  • On-tap sends event twice on touch device #814

  • paper-button raised attribute does not work properly when set programmatically #812

  • Trying to import core-ajax I get an appendChild on #document error #810

  • core-ajax demo not working #807

  • Disabled on Switch is not working #806

  • core-dropdown 0.4.2 not working #804

  • paper-button has wrong documentation #801

  • Importing Polymer fails, cannot find WebComponents #797

  • Link Tooling information is down #792

  • Can't set the background color of paper-progress from javascript #787

  • Element stops working if taken off the DOM and put back in #782

  • paper drop down list showing in middle of screen first time. #776

  • Template repeat index value is evaluated only after loop end #774

  • Polymer + Cordova + PhoneGap + iOS = Very Laggy / Slow? #773

  • Repository error #767

  • problem accessing polymer properties from content script #753

  • Polymer as UI only #752

Merged pull requests:

0.4.2 (2014-10-02)

Closed issues:

  • 'Flexible children' example doesn't work. #772

  • Google Drive Element Error in IE #771

  • dosent work in a zip file #766

  • Paper-Dialog on page load doesnt work in firefox. #761

  • Extending input not working in Chromium 37.0.2062.94 Ubuntu 14.10 (290621) (64-bit) #754

  • core-list scroll #748

  • Topeka responsiveness #708

  • Chrome - animation glitch #593

0.3.6 (2014-09-18)

0.4.1 (2014-09-18)

Implemented enhancements:

  • Feature request: testing whether a custom element extends a certain type #380

Fixed bugs:

  • Elements failing instanceof after WebComponentsReady #402

Closed issues:

  • OSX Yosemite #750

  • File structure not the same, when using bower #747

  • Closing the overlay resets the position to center of window #746

  • noscript breaks inheritance #740

  • In age-slider example, using space in name results in truncated name #739

  • Improve documentation for core-icon when using custom icon sets #738

  • Broken Link in Docs/CreatingElements/AddPropertiesAndMethods #737

  • Miss placing script element inside a polymer element lead to miss leading error message #736

  • Not a BUG - FYI: Update tutorial - core-icon-button #730

  • FormData wrapper breaks XMLHttpRequest#send(FormData) in Firefox #725

  • Tap event does not fire for SVG elements anymore #722

  • Computed property can't be data-bound from outside #638

  • IE issues #592

  • ShadowDOM renderer invalidated after insertion-point distribution #512

  • Content inside \<template\> breaks extending \<body\> element. #421

0.4.0 (2014-08-28)

Implemented enhancements:

  • Use the John Resig inheritance to define the component prototype #647

  • on-* expression support #446

  • add component-laid-out lifecycle callback #434

  • Allow creating <polymer-element>s without Shadow DOM #222

  • Consider adding support for loading user selectable css resources per element #219

  • Provide a provide a way to instantiate the template directly into the element #157

  • Consider deserializing to Date from attributes, if property is Date-valued #119

Fixed bugs:

  • polymer-body double fire ready/created/attached #447

  • Polymer's controller-styles system doesn't work well with ShadowDOMPolyfill #224

  • Globals clobbering other globals #185

  • bind boilerplate base is inflexible #179

Closed issues:

  • Possible shared state on core elements. #731

  • paper-input element doesn't show keyboard on Firefox OS 2.0 #727

  • designerr on polymer page lacks demo'd functoniality from youtube quickstart. #726

  • PhantomJS Support #724

  • http://www.polymer-project.org/platform/web-animations.html #721

  • Polymer site appears broken on Safari 8 #719

  • Non ASCII strings set in Javascript show up as ? in Firefox #717

  • Materials page in Polymer is not rendering correctly #716

  • Polymer elements not rendering in Android 4.1.2 and 4.2.1. Works on 4.4.2 #714

  • Bower private packages & stats #711

  • Step-4 of tutorial code for post-card Polymer prototype does not use element name #710

  • Polymer does absolutely nothing if you have an "undeclared" element #709

  • Syntax error in example bower.json #707

  • Semver not being followed correctly #704

  • Safari bug when rendering a table using nested loops #700

  • Clicking on Paper Tab execute twice #696

  • div with tool attribute does not allow flex for div within #695

  • it keeps reseting #694

  • Handlers disappearing when you hide the template #690

  • on-change event triggered twice #687

  • Consider making core-component-page a devDependency #683

  • custom nodes within svg aren't created #681

  • App not rendering on IE and Firefox #668

  • Clarification on the modularity of Polymer within external web component scripts: Is Polymer designed in a way to export it as a (commonjs) module? #666

  • Future Support for Installing Polymer through Chocolatey package manager #657

  • RangeError: Maximum call stack size exceeded. On Safari 7.0.5 #656

  • transform-style: preserve-3d causing odd stutter on hover of custom element #652

  • fire should only check for null and undefined. #646

  • 'target' field in 'event' argument passed into callback function for click/pointer events refers to first element instantiated #641

  • document.querySelectorAll sluggish on Firefox (v30) for large DOM #629

  • TemplateBinding should warn/console log about using bind with references. #615

  • platform fails to load #606

  • Can't keyboard nav around a custom element in a div that has contenteditable="true" #601

  • Polymer doesn't appear to work at all under iOS 8 beta 2 #591

  • Resources not loading in http://www.polymer-project.org/tools/designer/ #585

  • Unable to extend iframe #580

  • Custom element that performs dynamic HTML Import gets corrupted offesetWidth when used inside <template> #554

  • Wrap as UMD - Do not force window global #534

  • Difference in inherited styles between Chrome & other browsers #531

  • Problem during bower install #529

  • Adding method childrenChanged crashes Firefox/Safari #528

  • fire and asyncFire need return values #527

  • Errors in Safari 7 with Polymer 0.3.1 #523

  • Polymer not working in elementary OS #520

  • Two way binding with Html attribute #519

  • Polyfills crashing jsbin #517

  • Polymer breaks dependency resolution with query strings #513

  • binding to a builtin name fails cryptically #510

  • Content of nested template is empty #500

  • Extending Vanilla JS Custom Element with polymer-element #496

  • Trouble in latest Canary reading styles in attached handler of imported element #493

  • Keyboard Support #473

  • HTML Imports polyfill is missing the .import property #471

  • Pseudo-classes in <content> select attribute #470

  • Using a keyword in attribute name causes error in IE11 #466

  • Error - Uncaught Possible attempt to load Polymer twice #464

  • Get full list of polymer-elements. #460

  • document.registerElement raises error "Options missing required prototype property" #455

  • Exception when updating inner child element attributes from an object property in a repeat #454

  • Double quotes don't work in polyfill-next-selector content #453

  • title attribute cause issue in firefox #451

  • template bind="x as y" doesn't work on safari #450

  • Generating an observe block in created or ready doesn't bind #448

  • <polymer-ui-accordion> doesn't always work with Shadow DOM polyfill #444

  • Polymer breaks instanceof for native elements. #424

  • Add @license tag #413

  • Can't turn body into custom element via is="..." #409

  • bindProperties logger call refers to nonexistent variables #406

  • Polymer fails to render elements when query string contains a slash #401

  • Using native CustomElements and ShadowDOM polyfill together may cause unwanted attached/detached callbacks being called #399

  • Variable picked by constructor attribute is set after upgrade events. #398

  • Exception when invoking super from ready when the node is created by <template repeat> #397

  • automatic node finding within a template-if #387

  • Challenges of building a menu system in Polymer #382

  • XSS Vulnerability #375

  • Publishing an attribute named 'disabled' generates exception in IE10 #372

  • template if expression, trailing blanks should be ignored #370

  • processing bindings in a specific order #368

  • AngularJS incompatibility: need to unwrap elements when jqLite.data() is used #363

  • Polymer makes getScreenCTM() crash #351

  • Sorting an array can result in an *Changed method firing #350

  • Re-entrancy question: reflectPropertyToAttribute can trigger unwanted attributedChanged effects #349

  • ShadowDOMPolyfill is way, way too intrusive! #346

  • Separate out platform.js from polymer core #344

  • Attribute values should be copied to property values before created #342

  • custom event handler matching is case sensitive #340

  • Fragments in links get rewritten to point to directory of import #339

  • Address polymer-elements that take child elements #337

  • Declarative event discovery on custom elements #336

  • test-button element class with extends="button" can't be instantiated with <test-button> syntax #334

  • Page rendering issue - navigation #333

  • Cannot modify a template's contents while it is stamping #330

  • Publish sub-projects on npm, add them to package.json. #326

  • stack: "TypeError: Object #<Object> has no method 'getAttr #325

  • Support angular/django style filters #323

  • createElement-wrapped <img> throws TypeError on <canvas> drawImage #316

  • Databinding breaks after removing and reattaching an element to the DOM #311

  • Ensure {{}} are removed after binding #304

  • Gettting started instructions incomplete: no polymer.min.js #300

  • Site is not showing properly in IE11 #299

  • Prevent event bubbling in polyfill #296

  • Prevent duplicate ID's in polyfill #295

  • remove use of deprecated cancelBubble? #292

  • Polymer throws error in Canary when registering an element via import #290

  • Type Convert Error when work with canvas #288

  • DOM Spec Input - Virtual MutationRecords #281

  • polymer animation not support ios #279

  • Event.cancelBubble cannot be used for stopping event propagation in Polymer #275

  • Consider removing controllerStyles and requiring explicitly adding stylesheets #272

  • Write up suggestions on dealing with performance #269

  • improve on-* delegation by introducing control for Polymer-bubbling (as distinct from DOM bubbling) #259

  • Consider issuing a warning when a polymer-element's shadowRoot contains un-upgraded custom elements #258

  • on-tap doesn't fire all the time that on-click does #255

  • Chrome Packaged App: including the UI elements is not convenient #248

  • Polymer doesn't work on Iceweasel web browser #247

  • It's confusing that you need to nest a <template repeat> inside an outermost <template>. #245

  • http://www.polymer-project.org/tooling-strategy.html is a bit spare #244

  • documentation for attributeChanged is wrong #242

  • Using scoped models impacts 2-way property binding #220

  • loader seems to fail at random, but frequently when serving from localhost #218

  • Cloned attributes should not override user attributes in markup #190

  • Sugaring dynamics in ShadowDOM #176

  • Asynchronous attribute declaration #160

  • Consider adding broadcast #145

  • explore performance impact of import-order of components #108

  • title attribute #97

  • Write doc about attributes and type inference when applying to properties #93

  • Confusing cancelBubble #74

0.3.5 (2014-08-08)

Closed issues:

  • Internet explorer is not binding inside <select> tag #692

  • <core-collapse> syntax issue. #689

  • TemplateBinding.js Uncaught HierarchyRequestError #688

  • TypeError: Argument 1 of Window.getDefaultComputedStyle does not implement interface Element #686

  • Not working in Safari - Window #682

  • Polymer should respect XHTML syntax #680

  • polymer design tool issue #679

  • Incomplete zip files. #676

  • Polymer Designer always deletes everything #674

  • Wrong import path on Designer Preview when importing polymer.html #670

  • error 404 on core-transition demo page #669

  • Polymer site is not reachable. #667

  • TypeError and NetworkError when starting the designer tool from the url #665

  • Scroll desappearing on Polymer Website #661

  • paper-menu-button is not responsivness #660

  • Core-drawer-panel hardcoded drawer width #659

  • the BSD license link at the bottom of http://www.polymer-project.org/ is a 404 #655

  • Polymer breaks URL #653

  • Cannot install polymer 0.3.4 #643

  • Polymer breaks KnockoutJS outside of Chrome #640

  • Paper button keeps flashing #639

  • <core-style> should use an element that parses in plain text mode #637

  • "Assertion Failed" unwrapping event #636

  • Rating Slider Knob goes outside boundaries #635

  • typo on http://www.polymer-project.org/docs/elements/paper-elements.html\#paper-menu-button #632

  • core-list is inefficient in data initialization #631

  • Closing tags with /> leads to ignored shadow DOM content #628

  • Paper Elements use inline scripts => violate Chrome packaged app CSP rules #613

  • paper-tab::shadow #ink glitches when click is held #611

  • Core-toolbar breaking material design speck #605

  • <input list="x"><datalist id="x"> as a component used within another component #600

  • core-scroll-header-panel won't hide navigation bar on Android (stable and beta) #569

  • Scroll Header Panel flowing over panel scroll bar #555

  • Drawer Panel is not working. #550

  • Polymer 0.2.2 polymer-animation-group.js logs error to console #463

  • polymer-ui-scaffold and polymer-ui-nav-arrow #343

  • Better error when creating an element without a hyphenated name #303

  • polymer-ajax fails silently when json is not valid json #257

0.3.4 (2014-07-11)

Fixed bugs:

  • FormData.constructor fails when passed HTMLFormElement in Firefox #587

Closed issues:

  • Paper component focusable demo missing #624

  • Step 1 of Tutorial incomplete #623

  • Step-1 of tutorial instructions are missing vital CSS #622

  • Link on paper-tabs for paper-tab is broken #621

  • Wrong example in polymer tutorial #618

  • Please improve the Core Elements / Scaffold example #617

  • Polymer demos are not working in android stock browser and polymer is not working in cordova apps in JellyBean and prior versions. It is throwing "Window is not defined error in platform.js file at line number 15". #616

  • Chrome Packaged App: Refused to evaluate a string as JavaScript because 'unsafe-eval' #612

  • Broken doc in 'using core icons #610

  • Navigation menu error #609

  • IE 11 issues #608

  • deadlink in polymer site #604

  • extjs and polymerjs #603

  • Mistake on proto-element.html #602

  • paper-slider does not work properly in Safari and FireFox #599

  • Polymer designer color-picker has no specific color palette #598

  • Paper Elements Input does not work on iOS #596

  • Core-Transition Demo #594

  • Starting a webserver in Python #590

  • simple style attribute bindings and styleObject filter not working in IE11 (maybe other versions as well) #589

  • Images not rendering in the demp app tutorial #588

  • Core-transition demo link returns 404 #586

  • Paper-Checkbox Animation Fix #584

  • Designer will not save #583

  • ::content polyfill for VanillaJS Templates and Custom Elements #582

  • core-transition-css Error: Not Found #581

  • Polymer Tutorial step 1 multiple core-select events #578

  • Material design link is broken #577

  • core-scroll-header-panel background missing? #576

  • Can't get any of the demos work?? #575

  • paper-elements.html not found #574

  • Tutorial Typo #572

  • tutorial step-2: missing slash on closing div tag #571

  • Minor Duplication: unnecessary core-icon-button declaration block to style the fill color of the favorite icon #570

  • Layout Messed #568

  • Chromebook #565

  • [Docs] The "Learn" page on polymer-project.org crashes Safari Mobile #563

  • core-scroll-header-panel won't hide nav bar on Chrome for Android #562

  • Polymer flat design phonegap #560

  • Input examples do not work in iPad iOS 7.1.1 #558

  • Demo & Edit on Github links not working on component page #557

  • Download link for checkboxes is broken #556

  • core-slide demo not found #553

  • Polymer website side panel menus overlaps url: http://www.polymer-project.org/docs/start/tutorial/intro.html #552

  • document.querySelector containing ::shadow fails in Firefox 30 #551

  • docs-menu polymer-ui-menu { position: fixed; } - Mozilla Firefox 30.0 #549

  • Invalid Zip File #547

  • http://www.polymer-project.org/docs/elements/core-elements.html\#core-overlay-layer links to 404 page not found #546

  • Polymer docs gives wrong information #545

  • Can't open .zip files.. #544

  • [docs tutorial] step 3 code sample post-service closing tag #543

  • All of the top menu functionalities are not working #542

  • Sidebar menu elements are overlaid #541

  • Edit on Github Link returning 404 error #540

  • rendering problems with new website in FF on osx #539

  • [Docs] polymer-ui-menu on docs page doesn't seem to be displaying correctly, Chromium and Firefox #538

  • I think I found a mistake in the tutorial, not sure where to put it... #536

  • [In Docs] Wrong link in "Demo" button #535

  • I think seed-element shouldn't advise ignoring .bowerrc #533

  • The trouble with the now-deprecated applyAuthorStyles in Polymer Elements #532

  • Polymer does not display cyrillic characters correctly #498

0.3.3 (2014-06-20)

Closed issues:

  • stopPropagation\(\) does not work for polymer events #530

  • bower.json missing "main" and "moduleType" #525

  • Published property with default value not reflected #509

0.3.2 (2014-06-09)

Closed issues:

  • Since 0.3.0 binding array elements doesen't work #526

  • minor documentation content issue #522

  • \<content select=".test"\> is not observing condition updates of child elements? #505

0.3.1 (2014-05-30)

Closed issues:

  • Bind to value on \<input type="color"\> #521

  • classList not working anymore #518

0.3.0 (2014-05-27)

Implemented enhancements:

  • Add Polymer.version #227

Closed issues:

  • Source Code Sandbox - Web Components en action - Google I / O 2013 #516

  • Adding an event handler in an event handler can lead to infinite looping #511

  • Polymer alters the results of scoped queries in querySelectorAll #508

  • A non-body element marked "unresolved" still gets shown during boot #507

  • When running Parse.FacebookUtils.init Polymer raises InvalidCharacterError exception. #506

  • Content incorrectly rendered inside table. #503

  • 404 on polymer-project.org/docs/start/customelements#elementtypes #499

  • Chrome Packaged App: Refused to evaluate a string as JavaScript because 'unsafe-eval' .... #252

  • on-* event delegation (other than on host node) does not work with non-bubbling events #208

0.2.4 (2014-05-12)

Closed issues:

  • Mongolian vowel separator causing exceptions. #495

  • Problem with root-relative URLs and the History API #494

  • Standalone template binding docs missing? #491

  • unable to use Polymer's dom mutation observer polyfill with mutation summary library #490

  • I guess there is a mistake in polymer documentation #489

  • Unclear how to bind complex data objects to new instances of polymer-element as a passed-in attribute #488

  • Update expressions doc to clarify what's observed #486

  • on-change doesn't get triggered when change happens programmatically #484

  • style="color:{{person.nameColor}}" does not work in IE11 #483

  • Publish a property by listing it in the attributes fails #482

  • Can't get polymer 0.2.3 via bower (now) #481

  • bower out of date? #480

  • Crash when Polymer/Platform loaded twice #478

  • Can't dynamically import an element definition in Canary #477

  • Middle clicking results in navigation not new tab #472

0.2.3 (2014-04-18)

Fixed bugs:

  • Including platform.js breaks YouTube's iframe API #468

Closed issues:

  • Custom pseudo-elements cannot be targeted outside shadow dom #475

  • document.registerElement('foo', {extends: undefined}) fails #462

  • onBeforeUnload Event broken #461

0.2.2 (2014-03-31)

Implemented enhancements:

  • Consider inferring polymer-element tag name for registration #195

Closed issues:

  • Reusing css libraries through out Polymer elements #459

  • Meta: Shadow DOM styling renames #458

  • Compatibility with Angular JS - manual bootstrap fails on document.body and document.documentElement when using Platform.js #457

  • Problem with data binding and custom attributes in Firefox 27, 29. #456

  • addEventListener beforeunload not working #445

  • Having any <link rel="stylesheet"> makes entire app fail to initialize #441

  • Issues with platform version resolution with Bower and 0.2.1 #440

  • Polymer event bindings don't pass Firefox Marketplace CSP checks #439

  • Iterating over a member object #436

  • <template if> evaluating all expressions twice #433

  • Remove support for applyAuthorStyles/resetStyleInheritance #425

  • Conflicts with Revealjs style sheets #410

  • Bower install broken for latest and #0.1.3 #407

  • Add organization logo #361

  • Add a declarative way to set applyAuthorStyles on a element's shadowRoot #106

0.2.1 (2014-03-07)

Closed issues:

  • attributeChanged is not called under some circumstances #438

  • Add polyfill support for new Shadow DOM CSS cominbators #435

  • Problem with special characters and HTML entities #432

  • FOUC body[unresolved] should be [unresolved] #431

  • polymer-project.org menu scroll behaviour is distracting #430

  • polymer-list is broken in #0.2.0 #427

  • polymer-project.org is slow #426

  • Polymer setup Instructions resulted in blank screen #423

  • Custom Elements and canvas/ctx functionality on iOS #422

  • External styles fails to load #420

  • Cannot access content (childNodes) in nested Polymer Element #414

Merged pull requests:

0.2.0 (2014-02-15)

Closed issues:

  • HTMLImports.Loader maybe callback twice #418

  • Binding to input type=range does not work in IE 11 #416

  • Serveral issues on Opera browser #411

  • Adding Polymer to a page causes Typekit fonts to break #408

  • Polymer bind method -- should take oneTime flag? #405

  • how to use part style in polymer? #376

  • polymer declarative event doesn't work in lightdom mode #331

  • Expose a way to get shadowRoots by name of creating declaration, e.g. getShadowRoot('x-foo') #310

Merged pull requests:

0.1.4 (2014-01-27)

Closed issues:

  • polymer-localstorage-load only fires if the value has previously been set #404

  • CSS generated content without space goes missing (Safari) #403

  • (docs): Core API reference page doesn't load #400

  • Repeating a template from "content" does not work with repeat="d in data" #396

0.1.3 (2014-01-17)

Closed issues:

  • polymer-ajax is missing the "body" attribute in the <polymer-element> declaration #395

  • this year is 2014 #394

  • Can't separate attributes in element's definition with vertical whitespace #393

  • "deliverDeclarations Platform is not a function" error loading polymer.js #391

  • Assertion Error thrown #388

0.1.2 (2014-01-10)

Closed issues:

  • Polymer UI Sidebar Menu doesn't work in JSBin #389

  • Pointer Event Example links currently 404 Not Found #385

  • Getting started examples are all broken for tk-* #383

  • function strings for declarative event handlers appear in the markup #378

  • binding to multiple mustaches (e.g. foo="{{bar}} {{zot}}") causes exception #377

  • Attribute value not correctly propagated to elements #374

  • Calling this.super can refer to the wrong method #373

  • "Getting the code" instructions are out of date/broken #369

  • polymer-ui-menu-item does not show the icon #365

  • polymer-selected class is not applied to Polymer UI elements #364

  • InvalidCharacterError on document.register if $ exists in constructor function name #362

  • Exception when running on Canary without Experimental Web Platform Features #360

  • Page navigation issue #353

  • in polymer 0.0.20131025 element id attribute not allowed #332

  • FAQ entry on scoped animations is not accurate #141

0.1.1 (2013-12-12)

Closed issues:

  • Polyfill support for reprojecting content in shadow nodes #367

  • bower instructions don't work #366

  • Broken Links #359

  • Failing to import polymer.html can cause an infinite loop #356

  • The bower pkg looks broken #355

  • Documentation display issue #352

0.1.0 (2013-11-27)

Closed issues:

  • shim styling: need to support ^ and ^^ when they are defined outside of <polymer-element> #354

  • Extensions to type extension custom elements must specify an extends property when registering #347

  • ShadowDOM polyfill breaks CSS content: attr\(foo\) #345

v0.0.20131107 (2013-11-07)

Closed issues:

  • ready and created are listed in the wrong order #338

  • CSS: pseudo-classes don't work with :host under the polyfill #335

  • Allow bindings to wire events to functions #324

v0.0.20131025 (2013-10-25)

Implemented enhancements:

  • Consider providing a mechanism to easily observe a set of property paths #194

Closed issues:

  • binding style attribute in IE doen't work #327

  • CSS: only add [is=..] selector if element is type-extension #320

  • Clarification on use of template repeat for <tr> & <select> #318

  • Autofocus doesn't work with polymer-veilng. #317

  • Polyfill: @polyfill @host rules are broken in an extended element #315

  • Polyfill: Parent styles are not inherited if there's no <template> in an extended class #314

Merged pull requests:

v0.0.20131010 (2013-10-10)

Closed issues:

  • trailing space in polymer attributes causes exception in IE10 #313

  • Calling cancelUnbindAll is cumbersome under the CustomElements polyfill #312

  • Calling methods on proxies returned when querying nodes can yield different results than calling directly on impl even without shadow dom use #309

  • Using this.$.[id] syntax yields different results in Canary than when using Polyfill #308

  • Debugging polymer apps: stack trace is wacko #307

  • Need Object.observe-enabled builders in waterfall #306

  • FR: Error on failed import #189

v0.0.20131003 (2013-10-03)

Implemented enhancements:

  • Allow hooking into the template instantiation process #156

  • Support stylesheets in element templates #146

  • System for automatic setting of component instance attributes #92

Closed issues:

  • Polymer tests failing with Object.observe enabled #302

  • FAQ bug: polymer fails CSP because of inline script tags not XHR. #301

  • <propertyName>Changed may get called twice for a single property value change #298

  • Two-way Binding doesn't work in canary #297

  • please create gh-pages #294

  • Conditional attributes are not properly bound #293

  • Bound boolean isn't set from true to false when radio button is unchecked #291

  • Bindings in nested templates with named scopes fail to update correctly after initial population #285

  • <content> not being displayed if too deep. #283

  • polymer-element who to fire properties change? #282

  • how to get inner element #280

  • how to bind tap event on chilren node #278

  • Provide finer control over unresolved element styling #276

  • Question regarding your usage of a getter #274

  • Consider removing "tools" submodule #271

  • Community registry in the wild #268

  • HTMLImports fails on IE9 #229

  • External element scripts not loading #216

  • polymer-element script tag are ignored when using innerHTML to inject polymer-element(s) into the page #205

  • Galaxy Nexus Stock-Browser #202

  • Allow body FOUC prevention to be optional #197

  • Consider converting attributes with dashes into to camelCased properties #193

  • (IE only) Last element created by <template repeat> is unbound #187

  • Can't bind to the value of a custom element that extends <input> #186

  • Calling offsetWidth in a style-modifying forEach is slow #180

  • Explicitly fire ready() #178

  • Consider deserializing to Number only if property is already Number-valued #120

  • Cannot load Google's jsapi inside of a component #115

  • Document toolkit styling helpers #101

  • Make sure properties are not doc'd as attributes #96

  • Document that attributes and properties are not dynamically converted #94

Merged pull requests:

  • Removes unneccessary px declarations in coordinate attributes. #289 (mrmrs)

  • remove extra argument to unbindProperty that was ignored #286 (jmesserly)

  • small fix to bubbles parameter of utils.fire #284 (jmesserly)

v0.0.20130912 (2013-09-12)

Fixed bugs:

  • Updated use of PathObservers to match new API #267

Closed issues:

  • Point each repo's CONTRIBUTING file to Polymer's #273

  • Nested templates throwing exceptions with reference to observe.js #264

  • Perf regression in polyfill - 20130808 release #236

  • Auto-registration of polymer-elements broken? #221

v0.0.20130905 (2013-09-05)

Closed issues:

  • SD polyfill in latest release breaks chromestatus.com #263

  • On latest Chrome Canary, using vulcanized version won't show the style of elements #262

  • grunt will fail using the latest commit of polymer-all #261

  • Need a way to get the activeElement inside a Polymer element #253

  • When using minified version on polymer, images of the button don't show in the ui-toolbar example #251

  • Make sure boolean properties are reflected as boolean attributes #240

  • Attributes are not reflected at bind time #239

  • HTML imports fail when url params contain '/' characters #238

  • Unable to use the Sandbox on Chrome <= 28 #138

v0.0.20130829 (2013-08-28)

Closed issues:

  • loading a local file (file:///) using polymer will fail to load properly #260

  • uppercase signals do not work #256

  • Chrome Packaged App: including UI elements in an application will show some errors #249

  • Changing a DOM attribute doesn't change the model #246

  • Latest build broken w/ Jquery (chrome 28) #243

  • window.Loader name colliding with ES6 window.Loader (modules) #237

Merged pull requests:

v0.0.20130815 (2013-08-15)

v0.0.20130816 (2013-08-15)

Fixed bugs:

  • FF broken in latest release w/ dom.webcomponents.enabled: true #235

Closed issues:

  • HTMLImports fails silently on Chrome 28.0.1500.95 (Debian , 64bit) #234

  • ss #233

  • Internet Explorer - not working at all #217

Merged pull requests:

v0.0.20130808 (2013-08-08)

Implemented enhancements:

  • Add @version string to build files #226

Closed issues:

  • Events on distributed nodes aren't bubbled to parent nodes in shadow DOM under polyfill #230

  • ReferenceError: PathObserver is not defined when loading in node-webkit #228

Merged pull requests:

v0.0.20130801 (2013-08-01)

Implemented enhancements:

  • It's awkward to make a property with an object default value #215

  • Throw a more useful error if Polymer.register is used #210

  • Consider if/when/how to reflect bound property values to attributes #188

  • Make platform and toolkit builds available as simple downloads and/or from CDN #87

Closed issues:

  • If Polymer\(\) is not called almost immediately, the element is not initialised. #214

  • Input value is not initialised. #213

  • Fail more gracefully on unsupported browsers #207

  • Binding and xxxChanged function break if element is moved to a different shadow #203

  • table element problems on firefox #196

  • Bindings on a range input not working well in google chrome #182

  • Add support for creating Polymer elements imperatively #163

  • Issue with scrolling using the flot library #162

  • [Feature Request] Using Bower instead of submodules #147

  • minor documentation typo #139

Merged pull requests:

v0.0.20130711 (2013-07-11)

Implemented enhancements:

  • Support resetStyleInheritance on prototype #199

  • Add styling polyfill support for pseudos #152

Fixed bugs:

  • template/element polyfill styling need !important #191

  • Type extension elements lose styling under polyfill #171

  • When polymer-scope="global" is used to pull a stylesheet to the document, it appears multiple times #155

  • PathObservers in observeProperties.js must be created at insertedCallback and removed at removeCallback #121

  • shimStyling: styles defined within shadowDOM are not prefixed with the scope name in Firefox #107

  • Event target is incorrect after certain DOM changes in ShadowDOM Polyfill #102

  • Bindings in icon-button fail under ShadowDOMPolyfill #83

  • [dev] Uncaught ReferenceError: SideTable is not defined #80

  • [dev] template iterate doesn't work inside component #79

  • Toolkit Components fail if they have a property named "node" #78

  • Support component upgrade using "is" style declaration #71

  • Styles declared in a component's shadowRoot should not leak out of the component #70

  • this.node.webkitShadowRoot needs to return ShadowRoot #68

  • Commented @host rule style gets applied #67

  • data: URLs are being rewritten to relative URLs in <style> #66

  • Custom Element shim incorrectly handles @host rule #65

  • path.js needs to handle absolute url paths #62

  • imperative instantiation is broken #56

  • nodes inside a component's shadowDOM have incorrect model when using shadowDOM shim #43

  • g-component custom events can be handled in wrong scope #30

Closed issues:

  • Consider optimizing propertyForAttribute #181

  • nameInThis() in oop.js is slow #177

  • Internationalization of Web Components #175

  • polymer-scope="controller" should not install the same stylesheet multiple times #173

  • Add polyfill styling support for @host :scope #170

  • Error loading polymer if window.location.hash is not null #167

  • Unexpected result upgraded plain DOM to custom element instance #166

  • Alias this.webkitShadowRoot -> this.shadowRoot #165

  • Simplest way to "Fire up a web server" to run examples #161

  • Custom elements seem to cache data after being deleted and re-added #159

  • Prevent memory leaking under MDV polyfill #154

  • Element templates are stamped into shadowRoot with unbound values #153

  • Styles should not be shimmed asynchronously under ShadowDOMPolyfill #151

  • Polymer.js fails to load with "ReferenceError: Can't find variable: Window" on Windows 7 Safari browser and iPad 1 iOS 5.1.1 #149

  • Stylesheets in <element> elements are emitted in incorrect order #148

  • Web animations is not loaded by Polymer #140

  • Polymer components should be called monomers. #137

  • Small error in "Getting Started" tutorial #136

  • add doc-comments to 'base.js' #133

  • Attribute-based styles not always updated #132

  • attrubuteChanged event on "sub-component" not fired in Canary but works in Chrome #131

  • Stylesheets throw exception if toolkit-scope is defined and the element definition is inline #127

  • Consider deserializing to Array from attributes, if property is Array-valued #124

  • Modify attrs.js to accept Date strings in custom element attribute values #118

  • Attribute value that's a comma delineated list of numbers is converted to a property incorrectly #117

  • Including toolkit.js on a page moves all <style>s to the <head>. #114

  • PointerEvents registration fails in the presence of ShadowDOMPolyfill in some cases #111

  • Distributing template content to a shadowDOM can fail under shadowDOM polyfill #110

  • Cursor moves to end of input after typing #109

  • toolkitchen.github.io code samples not showing up in ff #105

  • Document Browser support and test coverage using Testing CI and Travis CI #104

  • clean up commented code in events.js #100

  • rename base.send to base.fire or base.bubble #98

  • toolkit.min.js missing method shimStyling #91

  • Git repo url incorrect #89

  • Menu-button workbench file hangs chrome under ShadowDOM Polyfill #86

  • can't make bindings to objects on elements instantiated by mdv #81

  • Don't name things _, __ and $ #73

  • @host styles aren't processed for base elements #72

  • "export" flag attribute documented in platform.js is actually "exportas" #64

  • handlers="..." declarative events listen on the host element and therefore see no event target info for events generated in shadowDom #41

  • MutationObserver code for custom event (on-*) binding is inefficient #24

  • g-component published properties don't inherit #18

  • g-component property automation is inefficient #15

  • Add unit tests for g-overlay, g-selector, g-selection #11

  • Document public api #10

  • have some good defaults for g-overlay #7

Merged pull requests:

  • 7/11 master -> stable #204 (azakus)

  • Correct test to check global div #201 (ebidel)

  • Fixes issue #199 - adds support for resetStyleInheritance on prototype #200 (ebidel)

  • Switch to <polymer-element> #192 (azakus)

  • 6/17 master -> stable #184 (azakus)

  • Fix a typo in contributing.md #183 (alexhancock)

  • Flatten repos #174 (azakus)

  • 6/5 master -> stable #172 (azakus)

  • Merge mdv-syntax branch #168 (sjmiles)

  • added array & obj support to attrs.js (plus refactor) #158 (bsatrom)

  • Fix link in CONTRIBUTING.md #144 (markhealey)

  • 5/15 master -> stable #135 (azakus)

  • 5/14 master -> stable #134 (azakus)

  • Add custom date parsing module #130 (bsatrom)

  • 5/9 master -> stable #125 (azakus)

  • added deserialization of Date attributes for custom elements #122 (bsatrom)

  • merge Observer branch #113 (sjmiles)

  • 4/17 master -> stable #99 (azakus)

  • Bring experimental test harness in from alt-test branch #85 (sjmiles)

  • Wrap grunt test in xvfb for virtual display. #84 (agable-chromium)

  • Add step-generator script to toolkit #82 (agable-chromium)

  • Stop using __{lookup,define}{G,S}etter__ #76 (arv)

  • Use XMLHttpRequest directly #75 (arv)

  • Updating meta tag #61 (ebidel)

  • Adding Contributors guide #60 (ebidel)

  • Tweaks to README. #58 (ebidel)

  • latest event handling scheme #55 (sjmiles)

  • g-panels updates #54 (sorvell)

  • g-component tweaks to improve data-binding #53 (sjmiles)

  • updated components for the new changes in g-component #52 (frankiefu)

  • Merge polybinding branch into master #51 (sjmiles)

  • minor fixes to support app development #49 (sorvell)

  • added g-menu-button and g-toolbar #48 (frankiefu)

  • g-overlay: simplify styling. #47 (sorvell)

  • g-overlay update: simplify and add basic management for focus and z-index. #46 (sorvell)

  • add unit tests to cover more components and the latest sugaring in g-components #45 (frankiefu)

  • fixes issue #30: allow findController to step out of lightDOM #44 (sjmiles)

  • update g-ajax and minor g-panels and g-page fixes #42 (sorvell)

  • update to use the new g-component sugar #40 (frankiefu)

  • g-component minor fixup; updates for g-page and g-panels #39 (sorvell)

  • implement new 'protected' syntax #38 (sjmiles)

  • g-component and g-panels minor changes #37 (sorvell)

  • filter mustaches in takeAttributes, other minor tweaks #36 (sjmiles)

  • g-page: use external stylesheet #35 (sorvell)

  • added g-page component #34 (sorvell)

  • g-component attribute parsing fix; g-panels & g-overlay & g-ajax minor fixes #33 (sorvell)

  • bug fixes, more indirection around 'conventions' #32 (sjmiles)

  • minor updates/fixes to g-component, selector and menu #31 (frankiefu)

  • g-panels minor bug fixes #29 (sorvell)

  • add g-panels #28 (sorvell)

  • g-overlay: refactor/simplify #27 (sorvell)

  • g-component: fix typo #26 (sorvell)

  • update components based on changes in g-component #25 (frankiefu)

  • MDV sugaring #23 (sjmiles)

  • menu component and basic component unit tests #22 (frankiefu)

  • "DOMTokenList.enable" was renamed to "toggle" at platform, update polyfill #21 (sjmiles)

  • use MutationObserver to maintain custom event bindings, bug fixes #20 (sjmiles)

  • tabs component, simplify togglebutton and more unit tests #19 (frankiefu)

  • unit test harness #17 (frankiefu)

  • use shadow="shim" instead of shimShadow for compatibility with URL override #16 (sjmiles)

  • change property automation to be property-first instead of attribute-first #14 (sjmiles)

  • call shadowRootCreated in the right scope and add g-ratings component #13 (frankiefu)

  • update for names changes in polyfill #12 (frankiefu)

  • add g-selection and g-selector components #9 (sjmiles)

  • add ajax and togglebutton components #8 (frankiefu)

  • various changes to enable g-overlay #6 (sjmiles)

  • add g-icon-button #4 (sjmiles)

  • fix path #3 (sjmiles)

  • make workBench live with toollkit #2 (sjmiles)

  • Initial Components #1 (sjmiles)