- Nov 10, 2022
-
- Oct 31, 2022
-
-
Reiter, Christoph authored
The old version is no longer maintained and doesn't support rollup v3
-
- Aug 11, 2022
-
-
Reiter, Christoph authored
-
- Feb 02, 2022
-
-
Reiter, Christoph authored
-
- May 12, 2021
-
-
Reiter, Christoph authored
-
- Apr 28, 2021
-
-
Reiter, Christoph authored
This has proper support for rollup while providing the same API. This is what open-wc recommends now and uses in their @open-wc/testing package
-
- Apr 14, 2021
-
-
Reiter, Christoph authored
-
- Feb 15, 2021
-
-
Neuber, Eugen Ramon authored
See issue #46
-
- Jan 26, 2021
-
-
Bekerle, Patrizio authored
-
- Nov 17, 2020
-
-
Reiter, Christoph authored
Takes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
-
- Oct 15, 2020
-
-
Reiter, Christoph authored
We no longer bundle keycloak-js with rollup so we can remove those special cases.
-
- Jul 20, 2020
-
-
Reiter, Christoph authored
Instead of hardcoding the paths of the node_modules directory we use the node-resolve plugin of rollup to find the root of the corresponding JS package and calcucate a path from there. Resolving a package requires calling an async function, so we have to use await in the rollup config. Luckily rollup supports configs wrapped in a promise, so we just have to wrap it in a function which returns a promise.
-
- Jul 14, 2020
-
-
Bekerle, Patrizio authored
-
- Jul 07, 2020
-
-
Reiter, Christoph authored
-
- Jul 02, 2020
-
-
Reiter, Christoph authored
This switches bak to the original lookup algo. Required since we now use lerna which moves the common deps to the root package.
-
- Jul 01, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
The newest keycloak library supporst a mode for doing the redirect in an iframe with a separate page that needs to be whitelisted in keycloak. The newer version also finally fixes the native promise bugs so we might as well use the one from npm instead of fetching it from the keycloak server at runtime.
-
Reiter, Christoph authored
No final design, just a start.
-
Reiter, Christoph authored
-
-
TODO: rollup.config.js cleanup
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
TODO: use them
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We don't need polyfills in every web component, only once per page.
-
Reiter, Christoph authored
Also run tests in gitlab-ci
-
Reiter, Christoph authored
The main entry point is now src/index.js when included in other packages.
-
Reiter, Christoph authored
Make rollup bundle the demo app by default and let the index.js point to the actual implementation. This way we can use the default entry point of the package when including it in other packages and don't have to reference specific files.
-
# Conflicts: # vpu-auth.js
-
-