gerrit/polygerrit-ui/Polymer2.md
James Zern f7ff0348a4 Polymer2.md: fix a typo
Polymner -> Polymer

Change-Id: Ic90edffb298dddc17230c27c05dad6a3189f03f8
2019-10-04 12:30:04 -07:00

1.0 KiB

Polymer 2 upgrade

Gerrit is updating to use polymer 2 from polymer 1 by following the Polymer 2.0 upgrade guide.

Polymer 2 contains several breaking changes that may affect some of the UI features and plugins. One of the biggest change is to have the shadow DOM enabled. This will affect how you query elements inside of your component, how css style works within and across components, and several other usages.

If you are owner of any plugins, please start following the Polymer 2.0 upgrade guide to migrate your plugins to be polymer 2 ready.

If you notice any issues or need help with anything, don't hesitate to report to us here.