Skip to content
Snippets Groups Projects
  1. Nov 23, 2022
  2. Nov 09, 2022
  3. Jul 19, 2022
  4. Jul 14, 2022
  5. Jun 30, 2022
  6. Jun 20, 2022
  7. Jun 14, 2022
  8. Jun 09, 2022
  9. Jun 07, 2022
  10. Jun 02, 2022
  11. May 24, 2022
  12. May 19, 2022
  13. May 17, 2022
  14. May 12, 2022
  15. Apr 28, 2022
  16. Apr 13, 2022
    • Reiter, Christoph's avatar
      Remove getShadowRootDocument() again · 8cb65ce4
      Reiter, Christoph authored
      This was used to create HTML elements for a shadow dom, but this
      is now provided by the scoped-elements mixin via this.createScopedElement().
      
      One way to handle this is enough, so remove this again.
      All users have been ported already.
      8cb65ce4
  17. Apr 07, 2022
  18. Feb 09, 2022
  19. Feb 07, 2022
    • Reiter, Christoph's avatar
      Add getShadowRootDocument() helper · 9a638b18
      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.
      9a638b18
  20. Feb 02, 2022
  21. Jan 26, 2022
  22. Jan 20, 2022
  23. Dec 07, 2021
  24. Nov 30, 2021
    • Reiter, Christoph's avatar
      common: add combineURLs() helper · 81eef212
      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.
      81eef212
  25. Nov 24, 2021
  26. Nov 23, 2021
  27. Sep 02, 2021
Loading