v3.2.11
Add paper-dialog, paper-dialog-scrollable and paper-dialog-behavior

Change-Id: Ifb1de2905a01c8276f0c02d6787bfe144e1a23c6
8 files changed
tree: e48afc1a20d8b5db461ac23ac5d4b3d9f7a65548
  1. iron-a11y-keys-behavior/
  2. iron-autogrow-textarea/
  3. iron-dropdown/
  4. iron-fit-behavior/
  5. iron-icon/
  6. iron-iconset-svg/
  7. iron-input/
  8. iron-overlay-behavior/
  9. iron-selector/
  10. iron-test-helpers/
  11. paper-button/
  12. paper-dialog/
  13. paper-dialog-behavior/
  14. paper-dialog-scrollable/
  15. paper-input/
  16. paper-item/
  17. paper-listbox/
  18. paper-tabs/
  19. paper-toggle-button/
  20. polymer/
  21. polymer-resin/
  22. LICENSE.txt
  23. package.json
  24. README.md
README.md

This repository contains a code to provide compatibility layer between Polymer 3 and Polymer 2. It allows to run Polymer 2 application on top of Polymer 3 without changing a code.

The repository is added as a submodule to gerrit project; polygerrit-ui/app/package.json references a local folder (with submodule).

folder will be removed after full switch from Polymer 2 to Polymer 3.

Some files have code related to google-closure-library, but it is not necessary to use google-closure-library - the polymer/lib/utils/boot_bridge.js file provides placoholders for it.

Note: it is expected, that this repository is used only during transition period (Polymer 2 -> Polymer 3). After the transition is complete (including plugins), the submodule will be removed from gerrit repository.