diff --git a/CHANGELOG.md b/CHANGELOG.md index c04558ac16..34926416dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ ### Fixes -* Fixes ability to change color hue by clicking the color hue bar rather than dragging the indicator -* Prevents the rich text control bar from closing while using certain UI within the color picker +* Fixes ability to change color hue by clicking the color hue bar rather than dragging the indicator. +* Prevents the rich text control bar from closing while using certain UI within the color picker. +* Fixes the `AposButtonSplit` markup to follow the HTML5 specification, optimizes the component performance, visuals and testability. ### Adds diff --git a/modules/@apostrophecms/ui/ui/apos/components/AposButtonSplit.vue b/modules/@apostrophecms/ui/ui/apos/components/AposButtonSplit.vue index b17c3e21a9..0a51315eb1 100644 --- a/modules/@apostrophecms/ui/ui/apos/components/AposButtonSplit.vue +++ b/modules/@apostrophecms/ui/ui/apos/components/AposButtonSplit.vue @@ -1,11 +1,16 @@