- BREAKING:
.popover()
presenters renamed to.popOver()
to fix conflict with new native method
- BREAKING: Updated to Lit v2
- There is a
lit-v1
branch, but it will not be updated anymore. - Upgrading should be fairly simple
- There is a
- DEPERECATED:
--view-gutter
changing to--gutter
(former still exists)
- BREAKING:
search-popup
renamed and moved tocomponents/search
- CHANGE:
radio-btn
no longer haslabel
slot. Default slot is used for the label.
- BREAKING:
realtime
code moved from/server/realtime
to root/realtime
- REMOVAL: notif
snackbar
element removed (now usesb-dialog
). The snackbar element was only used internally. Notif syntax remains unchanged.
- REMOVAL:
date-picker
element removed. Internally it was only used bytext-field
and has been completely replaced byDatepicker
- BREAKING: icons no longer included by default. Must be registered or import
_all
- BREAKING:
--theme-color
renamed to--theme-text
- BREAKING:
--theme-color-accent
renamed to--theme-text-accent
- BREAKING:
--theme-rgb
renamed to--theme-text-rgb
- BREAKING: import for
form-control
presenter renamed toform
- BREAKING: import for
form-handler.js
renamed tohandler.js
- BREAKING: import for
form-control.js
renamed tocontrol.js