diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index dac6b670..db556c76 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -12,6 +12,21 @@ Components with the Experimental 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 + +- Added the `checkbox` part and related exported parts to `` so you can target it with CSS [#1318](https://github.com/shoelace-style/shoelace/discussions/1318) +- Added the `submenu-icon` part to `` (submenus have not been implemented yet, but this part is required to allow customizations) +- Added tests for `` [#1343](https://github.com/shoelace-style/shoelace/pull/1343) +- Fixed a bug where changing the size of `` wouldn't update the size of child elements +- Fixed a bug in `` and `` where the `size` attribute wasn't being reflected [#1318](https://github.com/shoelace-style/shoelace/issues/1348) +- Improved `` so it can accept children of variable heights [#1317](https://github.com/shoelace-style/shoelace/pull/1317) +- Improved the docs to more clearly explain sizing radios and radio buttons +- Improved the performance of `` by partially rendering unseen icons [#1310](https://github.com/shoelace-style/shoelace/pull/1310) +- Improved the Portuguese translation [#1336](https://github.com/shoelace-style/shoelace/pull/1336) +- Improved the German translation [#1339](https://github.com/shoelace-style/shoelace/pull/1339) +- Improved the autoloader so it watches `` instead of `` since the latter gets replaced by some frameworks [#1338](https://github.com/shoelace-style/shoelace/pull/1338) +- Improved the Rails documentation [#1258](https://github.com/shoelace-style/shoelace/pull/1258) + ## 2.4.0 - Added the `discover()` function to the experimental autoloader's exports [#1236]