Fix: Nested tab groups broken in v2.19.1 (#2367)

* Fix for #2320

* Add Changelog pr#

* Use correct attribute filter
This commit is contained in:
Christian Schilling
2025-02-28 16:30:58 +01:00
committed by GitHub
parent 960de969fb
commit 6f09a75567
2 changed files with 32 additions and 5 deletions

View File

@@ -12,6 +12,10 @@ Components with the <sl-badge variant="warning" pill>Experimental</sl-badge> bad
New versions of Shoelace are released as-needed and generally occur when a critical mass of changes have accumulated. At any time, you can see what's coming in the next release by visiting [next.shoelace.style](https://next.shoelace.style).
## next
- Fixed a bug that prevented `<sl-tab-group>` to be activated properly when rendered in another `<sl-tab-group>` (#2367)
## 2.20.0
- Added the ability to set a custom snap function and use `repeat(n)` to `<sl-split-panel>` [#2340]