Releases: adamghill/dlite
Releases · adamghill/dlite
0.19.0
0.18.0
0.17.0
0.16.2
0.16.1
0.16.0
- Scoped CSS when attached to a
Shadow DOM
- Make
shadowDOM
defaulttrue
(again) now that scoped CSS is working - Add
debug
setting to showdlite
error messages on the page while developing - Include attributes when converting from a regular DOM element to a Web Component
- Return components from
Dlite
initializer for use in JavaScript
Breaking changes
- Remove
refId
setting because attributes (i.e.id
) are copied to custom elements and components are now returned from theDlite
initializer
0.15.0
0.14.0
- Prevent flickering when rendering for all component types (
tagName
,el
, and in-place elements) - Attaching components to a
Shadow DOM
is now the default; this will be useful for encapsulation and scoped styles in the future - Set styles on custom element when on an initial
el
- Add demo for how to use shared component template
- Switch to
vitest
fromjest
for quicker unit tests