- Jun 23, 2022
-
-
Reiter, Christoph authored
-
- May 01, 2022
-
-
Renovate Bot authored
-
- Apr 24, 2022
-
-
Renovate Bot authored
-
- Apr 11, 2022
-
-
Renovate Bot authored
-
- Apr 07, 2022
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
It has new API which we want to use.
-
- Apr 05, 2022
-
-
Reiter, Christoph authored
Newest Ubuntu switched Firefox to a snap, which breaks karma. Try to use playwright to download and cache firefox/chromium and use those for karma. Compared to puppeteer where we did this some time ago this caches the browsers globally, and only downloads them when we start the tests.
-
Steinwender, Tamara authored
-
- Mar 12, 2022
-
-
Renovate Bot authored
-
- Feb 16, 2022
-
-
Steinwender, Tamara authored
-
- Feb 09, 2022
-
-
Steinwender, Tamara authored
-
- Jan 26, 2022
-
-
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
-
- Dec 07, 2021
-
-
Steinwender, Tamara authored
-
- Nov 24, 2021
-
-
Reiter, Christoph authored
This reverts commit 6324718b.
-
- Nov 23, 2021
-
-
Reiter, Christoph authored
This reverts commit 3716524b.
-
Reiter, Christoph authored
Just change all imports and dependencies.
-
- Oct 23, 2021
-
-
Renovate Bot authored
-
- Oct 11, 2021
-
-
Reiter, Christoph authored
No longer needs babel, but requries an alpha version of the typescript plugin for eslint 8 support
-
- Oct 04, 2021
-
-
Renovate Bot authored
-
- Aug 02, 2021
-
-
Renovate Bot authored
-
Renovate Bot authored
-
- Jul 01, 2021
-
-
Reiter, Christoph authored
Instead of using the namespace which is hardcoded we use the tag name that was used to register the element (or the "real" tag name in case of a scoped element). This way if AppShell is regsitered as "dbp-some-app" it can still be overriden by specifying "dbp-some-app" in the overrides object.
-
- Jun 16, 2021
-
-
Bekerle, Patrizio authored
-
- Jun 12, 2021
-
-
Renovate Bot authored
-
- Jun 10, 2021
-
-
Reiter, Christoph authored
We need a separate i18next instance per component instance and call setOverrides() to override the translations.
-
Reiter, Christoph authored
Uses a separate namespace that gets used over the default one, so we can override, but also remove the overrides again when needed. This has the problem that all clones have the same store, so this overrides the translations for all clones and not just the one providing the overrides.
-
Reiter, Christoph authored
It was missing a provider element
-
- May 29, 2021
-
-
Renovate Bot authored
-
- May 17, 2021
-
-
Renovate Bot authored
-
Renovate Bot authored
-
Renovate Bot authored
-
- May 03, 2021
-
-
Renovate Bot authored
-
- Apr 29, 2021
-
-
Reiter, Christoph authored
In newer versions there is now a normal method for this which also supports dynamically added components. The static version is deprecated and removed in 2.0, so we need to port here.
-