- Apr 05, 2022
-
-
Reiter, Christoph authored
The goal of this new component is to be a generic selector for API resources, unlike the organization/person select, which hardcode various things for their used resource. Instead this provides some events which can be used to customize the creation of the URL for fetching as well as for formatting the list of results. Atm this only handles the organization and no search-as-you-type like the person select, but maybe this can be extended in the future.
-
- Feb 02, 2022
-
-
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
-
- 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.
-
- Nov 16, 2020
-
-
Reiter, Christoph authored
Use tdd in all cases to be more consisstend. Also since last year we can use chai with rollup directly, so do that everywhere instead of relying on karma-chai injecting it in to the global scope.
-
- 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
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This way we don't have to mirror the directory structure in packages which vendor this package.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
rollup builds the demo, everything else just gets the web component
-
-
-
-