3.0.0: Switch to Polymer 3 and lit-element / lit-html
luminave with live visualisations from modV
🚨 Release Notes
This release brings a lot of improvements and bug fixes:
- Update to Polymer 3.0
- Refactored 38 x web components to use lit-element & lit-html instead of
PolymerElement
- Transformed the whole project into a PWA by using the PWA Starter Kit as a foundation
- Integration tests with puppeteer
- Static build into /docs
- Auto generated service worker
- Shared styles
- pwa-helpers
connect
to interact with the redux store instead of using polymer-reduxrouter
to navigate in different views
- Fixed a lot of bugs as part of the 3.0 project
Using lit-element in combination with lit-html makes everything even more clear in terms of "what should update and when".