While using some of the polymer 0.5 components in production, I noticed some deprecations related to deep and shadow dom being emitted in the console. This made me question if the 0.5 components are built on experimental APIs. Is there a possibility that these components could completely break in the near future? If that were to happen, can we force the library to use a polyfill for every browser?
I also observed similar deprecations logged in the console when I accessed the 1.0 polymer components on the polymer.org website. Does this indicate that these components are also unstable and could undergo significant API changes in the near future?
Thank you, Blaze
Console output:
/deep/ combinator is deprecated. See for more details. app.js:418 homepage_elements.vulcanized.js:1 ::shadow pseudo-element is deprecated. See for more details.