diff --git a/CHANGELOG.md b/CHANGELOG.md
index a129a4fd0..b5bfa2d48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,14 +3,30 @@
Releases are recorded as git tags in the [Github releases](https://github.com/learningequality/kolibri-design-system/releases) page.
## Develop (version not yet known)
+
- [#351] - Wrap `KCheckbox` default slot's content in
- The API for this has been updated, and now the KDropdownMenu component can be added using template with #menu to a slot in either a KButton or a KIconButton.
- Previously, the KDropdownMenu component was responsible for the button rendering as well as the menu, but now, it only manages the menu itself.
+ KDropdownMenu component can be added using #menu slot in either a KButton or a KIconButton.
@@ -175,7 +174,7 @@
-
For more guidance, see the KDropdownMenu component.
+
For more guidance, see the component.
diff --git a/docs/pages/kdropdownmenu.vue b/docs/pages/kdropdownmenu.vue
index 65c2d6a76..68c97ebcf 100644
--- a/docs/pages/kdropdownmenu.vue
+++ b/docs/pages/kdropdownmenu.vue
@@ -10,7 +10,6 @@
Notable possible for configuring the menu include: icons, text, secondary text, and dividers.
- Prior to 09/2022, this component also managed the button associated with the dropdown menu, but the API has changed for a clearer division of responsibilities.
Please see the on the buttons page for more details about how to use with a button, and a code example.
diff --git a/lib/KDropdownMenu.vue b/lib/KDropdownMenu.vue
index 35cf8cc39..81f015571 100644
--- a/lib/KDropdownMenu.vue
+++ b/lib/KDropdownMenu.vue
@@ -1,7 +1,6 @@
-
+
-
- {{ text }}
-
+ {{ text }}
@@ -90,8 +88,7 @@
default: 'button',
},
/**
- * @ignore
- * Adds a dropdown arrow - internal use only
+ * Adds a dropdown arrow
*/
hasDropdown: {
type: Boolean,