From 378f1007294a0036c878abdc76f2ac359ab4a23b Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Thu, 19 Dec 2024 15:30:38 -0500 Subject: [PATCH] Update changelog.md --- docs/docs/resources/changelog.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index aeb04b27c..7c6e6244f 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -14,6 +14,28 @@ During the alpha period, things might break! We take breaking changes very serio ## Next +### Native styles + +- Added native styles for + [buttons](/docs/native/button), + [input fields](/docs/native/input), + [dialogs](/docs/native/dialog), + [details](/docs/native/details), + [tables](/docs/native/table), + [lists](/docs/native/lists), + and most [content elements](/docs/native/content). + +### Style utilities + +- Added [color variant utilities](/docs/utilities/color/) +- Added [appearance utilities](/docs/utilities/appearance/) +- Added [size utilities](/docs/utilities/size/) +- Added [layout utilities](/docs/layout/#utilities) +- Added [visually hidden](/docs/utilities/a11y/#visually-hidden) utility +- Added [``](/docs/components/page/#styles) native styles and utilities + +### Components +- ``: `mobile-breakpoint` now takes any CSS length, not just pixels - Added `checked` and `disabled` custom states to `` and `` - Added `disabled`, `expanded`, `indeterminate`, and `selected` custom states to `` - Renamed the `navigation-button--previous` and `navigation-button--next` parts to `navigation-button-previous` and `navigation-button-next` in `` @@ -98,4 +120,4 @@ Here's a list of some of the things that have changed since Shoelace v2. For que Did we miss something? [Let us know!](https://github.com/shoelace-style/webawesome-alpha/discussions) -Are you coming from Shoelace? [The 2.x changelog can be found here.](https://shoelace.style/resources/changelog/) \ No newline at end of file +Are you coming from Shoelace? [The 2.x changelog can be found here.](https://shoelace.style/resources/changelog/)