diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index 218810807..50bdb07e2 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -30,7 +30,6 @@ New versions of Web Awesome are released as-needed and generally occur when a cr - Changed `primary` variants to `brand` in all components - Changed the internal structure of `` so that the internal checkbox now takes up the full height and width of its wrapping container. - Fixed a bug in `` that caused it to display incorrectly when zooming in Safari -- Fixed a bug in the submenu controller that prevented submenus from rendering in RTL without explicitly setting `dir` on the parent menu item [#1992] - Improved submenu selection by implementing the [safe triangle](https://www.smashingmagazine.com/2023/08/better-context-menus-safe-triangles/) method [#1550] - Improved tabbing in `` so it uses a roving tab index instead of being able to cycle through each tab - Removed `default` from `` and made `neutral` the new default @@ -43,6 +42,11 @@ New versions of Web Awesome are released as-needed and generally occur when a cr ## Next +- Fixed a bug in the submenu controller that prevented submenus from rendering in RTL without explicitly setting `dir` on the parent menu item [#1992] + +## 12.15.1 + +- Fixed a bug in `` where if a click did not contain a `` it would show a console error. [#2009] - Fixed a bug in `` that caused it not to recalculate it's position when going from being `display: none;` to its original display value. [#1942] - Fixed a bug in `` where when it showed it would cause a layout shift. [#1967] - Fixed a bug in `` that allowed unwanted text properties to leak in [#1947]