- Feb 09, 2022
-
-
Steinwender, Tamara authored
-
- Feb 07, 2022
-
-
Reiter, Christoph authored
In case the scoped registry polyfill is loaded we need to create elements inside of the shadowroot. getShadowRootDocument() returns the polyfilled shadowroot, or in case the polyfill is not loaded just return the global document, which works in case there are no scoped registries. In case we get something like https://github.com/open-wc/open-wc/pull/2389 this will be usefull. Also it makes IDE completion work + eslint.
-
- Feb 02, 2022
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Jan 31, 2022
-
-
Steinwender, Tamara authored
-
- Jan 26, 2022
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Jan 24, 2022
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Jan 20, 2022
-
-
Tögl, Christina authored
-
Tögl, Christina authored
-
- Jan 19, 2022
-
-
Steinwender, Tamara authored
-
- Jan 18, 2022
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 16, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
This reverts commit 6c632dc6
-
- Dec 14, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 09, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 07, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 02, 2021
-
-
Reiter, Christoph authored
Instead of querying the slots in the shadow DOM after the first render just add all available slots to the light DOM. This fixes missing filled slots when slots where added after the first render, for example if they were used only after some property is set.
-
- Nov 30, 2021
-
-
Reiter, Christoph authored
This combines URLs similar to an URL join, but assumes the base URL is the root path instead of the host. This is useful for combining API paths with API server entry points.
-
- Nov 29, 2021
-
-
Steinwender, Tamara authored
-
- Nov 24, 2021
-
-
Reiter, Christoph authored
Safari 12 ignores CSS applied to slots in web components. Work around that by wrapping them in a div. Confirmed with browserstack
-
Reiter, Christoph authored
This reverts commit 6324718b.
-
Reiter, Christoph authored
This makes problems with the new scoped elements polyfill, which now correctly makes globally registered elements not visible in the shadow roots. Instead we have to add the tempaltes at the level of the templates so they get their global web components and only then transplant them into the light dom of the nested web components with their own registries.
-