From fd8876b3c4ec0029ba5317fc5db0b6c416f1729c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 9 Dec 2024 11:23:43 -0500 Subject: [PATCH 1/2] fix filename typop --- .../{ecommerce-order-summmary.md => ecommerce-order-summary.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/docs/patterns/{ecommerce-order-summmary.md => ecommerce-order-summary.md} (100%) diff --git a/docs/docs/patterns/ecommerce-order-summmary.md b/docs/docs/patterns/ecommerce-order-summary.md similarity index 100% rename from docs/docs/patterns/ecommerce-order-summmary.md rename to docs/docs/patterns/ecommerce-order-summary.md From c35955660526800c134d634932dc4ec5e5b0fdad Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 10 Dec 2024 17:41:51 -0500 Subject: [PATCH 2/2] cleanup changelog --- docs/docs/resources/changelog.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index 17e8a098f..725e481be 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -12,7 +12,7 @@ Components with the Experimental bad During the alpha period, things might break! We take breaking changes very seriously, but sometimes they're necessary to make the final product that much better. We appreciate your patience! ::: -## Next +## 3.0.0-alpha.5 - Added the Finnish translation - Added the Italian translation @@ -38,24 +38,6 @@ During the alpha period, things might break! We take breaking changes very serio - Improved behavior of link buttons to not set `noreferrer noopener` by default - Updated all checks for directionality to use `this.localize.dir()` instead of `el.matches(:dir(rtl))` so older browsers don't error out -## 3.0.0-alpha.3 - -- Added [SSR support](/docs/experimental/ssr/) to all components -- Added `scroll-margin-top` to children of `wa-page` -- Added `--scroll-margin-top` css variable `wa-page` -- Fixed form controls to behave like their native counterparts for value and defaultValue properties / attributes respectively. -- Fixed a bug in `` around value attributes and properties to behave like native ``. -- Fixed a bug in `` that made the suffix slot collide with the clear button -- Fixed a bug in `` where unchecking and then checking would "clear" its value. -- Fixed a bug where `` would announce the full time instead of the relative time in screen readers [#22](https://github.com/shoelace-style/webawesome-alpha/issues/22) -- Fixed a bug in `` in Firefox where the overflow container would keep focus [#14](https://github.com/shoelace-style/webawesome-alpha/issues/14) -- Fixed a bug in `` where `minlength` and `maxlength` were not being properly validated [#35](https://github.com/shoelace-style/webawesome-alpha/issues/35) -- Fixed a bug in `` that made pagination work incorrectly - -## 3.0.0-alpha.2 - -- This is the initial release of Web Awesome alpha! - --- ## What's different from Shoelace v2?