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