diff --git a/docs/assets/scripts/code-examples.js b/docs/assets/scripts/code-examples.js index 967bffc1b..0e7d735af 100644 --- a/docs/assets/scripts/code-examples.js +++ b/docs/assets/scripts/code-examples.js @@ -17,7 +17,7 @@ document.addEventListener('click', event => { const code = codeExample.querySelector('code'); const cdnUrl = document.documentElement.dataset.cdnUrl; const html = - `\n` + + `\n` + `\n` + `\n` + `\n\n` + diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index cbe062787..ec6fb8c39 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -16,7 +16,12 @@ During the alpha period, things might break! We take breaking changes very serio - Fixed the search dialog's styles so it doesn't jump around as you search - Removed close watcher logic to backdrop hide animation bugs in `` and ``; this logic is already handled and we'll revisit `CloseWatcher` when browser support is better and behaviors are consistent +- Fixed a bug that caused dropdowns inside button groups to show with a vertical misalignment - Revert `` structure and CSS to fix clipped content in dialogs (WA-A #123) and light dismiss in iOS Safari (WA-A #201) +- Fixed a bug in `` that prevented Safari from animation progress changes +- Fixed the missing indeterminate icon in native checkbox styles +- Fixed a bug where changing a `` label wouldn't update the display label in `` +- Fixed a bug in `` where elements would stack instead of display inline ### Enhancements @@ -24,6 +29,8 @@ During the alpha period, things might break! We take breaking changes very serio - Added an `orange` scale to all color palettes - Added the `.wa-cloak` utility to prevent FOUCE - Added the `allDefined()` utility for awaiting component registration +- Added default spacing to icons slotted into `` +- Fixed `wa-pill` class for text fields ### Bugfixes @@ -33,6 +40,9 @@ During the alpha period, things might break! We take breaking changes very serio - Fixed `pill` style for `` elements - Fixed a bug in `` that prevented light dismiss from working when clicking immediately above the color picker dropdown - Fixed a bug in `` that sometimes resulted in empty `
` elements being output +- Fixed a bug in `` that prevented the pill effect from applying properly +- Fixed a bug in `` that prevented active buttons from receiving the correct styles +- Fixed a bug in `` that prevented the focus ring from showing in Safari ## 3.0.0-alpha.11 diff --git a/docs/docs/usage.md b/docs/docs/usage.md index 651ade28e..e8ce91136 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -112,49 +112,6 @@ For example, `