- Nov 09, 2020
-
-
Bekerle, Patrizio authored
-
- Oct 15, 2020
-
-
Reiter, Christoph authored
We no longer bundle keycloak-js with rollup so we can remove those special cases.
-
- Oct 13, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
I couldn't find any breaking changes affecting us
-
Reiter, Christoph authored
-
- 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 16, 2020
-
-
Reiter, Christoph authored
Since they are no longer in separate repos we no longer need the gitlab CI config files.
-
Reiter, Christoph authored
We couldn't do this until now because we referenced them by a relative path with npm. But now that we reference them by name and yarn handles the linking we can specify them as normal dependencies.
-
Reiter, Christoph authored
-
- Jul 15, 2020
-
-
Neuber, Eugen Ramon authored
-
- Jul 14, 2020
-
-
Bekerle, Patrizio authored
-
- Jul 08, 2020
-
-
Reiter, Christoph authored
They are not published yet
-
- Jul 07, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
See issue #5
-
See issue #5
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Starting with 2.3.0 this results in an endless loop because it used to just ignore properties set after update() was done, and now it triggers a new update.
-
Reiter, Christoph authored
-
-
-
-
-
See issue #3
-
TODO: sum works only in general search, not in one column only search See issue #3
-
Reiter, Christoph authored
To match our overall style better
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Better than nothing
-
Reiter, Christoph authored
Maybe we can find a way to auto detect this, but for now default to german
-
Reiter, Christoph authored
So we have a consistent result and Excel is forced to use utf-8 for importing.
-
Reiter, Christoph authored
So we can easily change them and don't have to depend on datatables.
-
Hack moved from vpu-common/styles.js here
-
15 persist entries per page for datatables 2 See merge request VPU/WebComponents/datatableview!2
-
-
-