Skip to content

Commit d9c18b4

Browse files
committed
Add a section about automatic use of constructable stylesheets.
1 parent 7a2e9f8 commit d9c18b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Unreleased
44

5-
### New settings
5+
### New global behaviors
6+
7+
#### Built Shady CSS styles automatically use constructable stylesheet objects
8+
9+
If your application is uses pre-built Shady CSS styles and your browser supports [constructable stylesheet objects](https://wicg.github.io/construct-stylesheets/), Polymer will now extract all styles from your components' templates, join them into a single stylesheet, and share this stylesheet with all instances of the component using [`adoptedStyleSheets`](https://wicg.github.io/construct-stylesheets/#dom-documentorshadowroot-adoptedstylesheets).
10+
11+
### New global settings
612

713
This update to Polymer includes some new [global settings](https://polymer-library.polymer-project.org/3.0/docs/devguide/settings):
814

0 commit comments

Comments
 (0)