From 123bb91f7b9dff96cbd8d86274a17cf4b066a4b4 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 19 Mar 2022 13:06:22 -0700 Subject: [PATCH] chore(changelog): update v0.62.0 notes [ci skip] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e021c884..dbb4a059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add `shouldFilterRows` prop to `ToolbarSearch` to support auto-filterable `DataTable` rows - make `SideNavLink` text slottable -- make `icon` prop slottable in `ContextMenuOption`, `Link`, `Tag`, `HeaderAction`, `HeaderActionLink`, `SideNavLink`, `SideNavMenu` components +- make `icon` prop slottable in `ContextMenuOption`, `Link`, `Tag`, `HeaderAction`, `HeaderActionLink`, `SideNavLink`, `SideNavMenu` - make `MultiSelect` slottable - make `Dropdown` slottable - make `ComboBox` slottable @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add `ComboBox` "Custom slot" example - add note that `items` object in `ComboBox`, `Dropdown`, `MultiSelect` requires a unique `id` - add `ClickableTile` "Prevent default behavior" example +- add `Form` "Prevent default behavior" example - fix broken link in `Checkbox` docs ## [0.61.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.61.1) - 2022-03-13