]>
piware.de Git - webcomponents.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Martin Pitt [Fri, 8 Nov 2024 06:47:26 +0000 (07:47 +0100)]
patternfly-cdn: Move to importmap
In theory this should fix the icon loading, but it's still broken on
esm.sh.
Martin Pitt [Fri, 8 Nov 2024 06:41:43 +0000 (07:41 +0100)]
patternfly: Update to V3 and importmaps
Martin Pitt [Fri, 8 Nov 2024 05:55:25 +0000 (06:55 +0100)]
patternfly-cdn: Update to current PF Elements v3
Martin Pitt [Wed, 31 Aug 2022 20:04:48 +0000 (22:04 +0200)]
Add PatternFly Elements CDN demo
Martin Pitt [Sat, 18 Apr 2020 18:04:28 +0000 (20:04 +0200)]
Add PatternFly-webcomponents demo
Martin Pitt [Sat, 18 Apr 2020 18:05:10 +0000 (20:05 +0200)]
npm: Use python3
Martin Pitt [Fri, 1 Nov 2019 18:03:50 +0000 (19:03 +0100)]
Use pikapkg.web for dependencies
This fixes the lit-html import without a full bundler.
See https://www.pika.dev/blog/pika-web-a-future-without-webpack/
Martin Pitt [Fri, 1 Nov 2019 17:49:26 +0000 (18:49 +0100)]
Add npm: Separate html and js, taking lit-* from npm
This does not work yet, due to lit-element's bare import of lit-html:
TypeError: Error resolving module specifier: lit-html
Martin Pitt [Fri, 1 Nov 2019 17:21:18 +0000 (18:21 +0100)]
cdn.html: Add element with state and styling
Martin Pitt [Fri, 1 Nov 2019 16:58:31 +0000 (17:58 +0100)]
Add cdn.html: Single document without any additional local resources
That is the simplest way which avoids any kind of packaging, npm, etc.
It's also the slowest.