mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
update changelog
This commit is contained in:
@@ -14,6 +14,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
|
||||
|
||||
## Next
|
||||
|
||||
- Fixed a bug in the autoloader causing it to register non-Shoelace elements [#1563]
|
||||
- Fixed a bug in `<sl-switch>` that resulted in improper spacing between the label and the required asterisk [#1540]
|
||||
- Updated `@ctrl/tinycolor` to 4.0.1 [#1542]
|
||||
- Updated Bootstrap Icons to 1.11.0
|
||||
|
||||
@@ -20,7 +20,7 @@ export async function discover(root: Element | ShadowRoot) {
|
||||
.map(el => el.tagName.toLowerCase())
|
||||
.filter(tag => tag.startsWith('sl-'));
|
||||
|
||||
// If the root element is an undefined shoelace custom element, add it to the list
|
||||
// If the root element is an undefined Shoelace component, add it to the list
|
||||
if (rootIsShoelaceElement && !customElements.get(rootTagName)) {
|
||||
tags.push(rootTagName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user