Skip to content
Snippets Groups Projects
  1. May 17, 2022
  2. May 12, 2022
    • Kocher, Manuel's avatar
      Merge branch dbp-translation-component into master · 1fdd58c3
      Kocher, Manuel authored
      Squashed commit of the following:
      
      commit 21309f2c
      Merge: f69672e8 7a2e492e
      Author: Manuel Kocher <manuel.kocher@tugraz.at>
      Date:   Thu May 12 14:16:56 2022 +0200
      
          Merge branch 'master' into dbp-translation-component
      
      commit f69672e8
      Author: Manuel Kocher <manuel.kocher@tugraz.at>
      Date:   Thu May 12 13:48:10 2022 +0200
      
          Remove unnecessary en translation text
      
      commit 6d0df984
      Author: Manuel Kocher <manuel.kocher@tugraz.at>
      Date:   Thu May 12 13:36:45 2022 +0200
      
          Remove unnecessary imports and minor refactor
      
      commit 6496d910
      Author: Manuel Kocher <manuel.kocher@tugraz.at>
      Date:   Thu May 12 13:24:51 2022 +0200
      
          Add lang-File attribute to README
      
      commit 7a528144
      Author: Manuel Kocher <manuel.kocher@tugraz.at>
      Date:   Thu May 12 13:17:40 2022 +0200
      
          Add dbp-translation component and include it in showcase
      1fdd58c3
  3. May 03, 2022
  4. May 01, 2022
  5. Apr 28, 2022
  6. Apr 24, 2022
  7. 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
  8. Apr 11, 2022
  9. Apr 07, 2022
  10. Apr 06, 2022
  11. Apr 05, 2022
  12. Apr 04, 2022
  13. Mar 30, 2022
  14. Mar 23, 2022
  15. Mar 12, 2022
  16. Mar 08, 2022
  17. Mar 07, 2022
  18. Mar 02, 2022
  19. Feb 28, 2022
  20. Feb 24, 2022
  21. Feb 16, 2022
  22. Feb 15, 2022
  23. Feb 14, 2022
  24. Feb 09, 2022
  25. 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
  26. Feb 02, 2022
Loading