Skip to content

Conversation

@metonym
Copy link
Collaborator

@metonym metonym commented Apr 1, 2021

Breaking Changes

  • copy text by default in CodeSnippet and CopyButton using clipboard-copy
  • deprecate light prop in ContentSwitcher

Features

  • support disabled state for SelectableTile, RadioTile, closes Allow disable attribute for SelectableTile #539
  • add TooltipFooter component
  • support OverflowMenu in Breadcrumbs
  • support danger kind for ContextMenuOption
  • allow sorting to be disabled for a specific header in DataTable
<DataTable
  sortable
  headers={[
   { key: 'name', value: 'Name' }, 
   { key: 'protocol', value: 'Protocol', sort: false }
  ]}
  />
  • render an empty header column in DataTableSkeleton if a value is { "empty": true }
  • export inputRef prop in MultiSelect
  • add searchClass prop to Search, which is passed to the outermost element
  • add noMargin prop to FormGroup to remove default bottom margin (default value is false)

Fixes

Documentation

  • add disabled state examples for SelectableTile, RadioTile
  • add expandable DataTable size examples, empty header column DataTableSkeleton example
  • remove the light ContentSwitcher example

Housekeeping

  • upgrade carbon-components to version 10.32.0
  • add clipboard-copy to direct dependencies

@vercel
Copy link

vercel bot commented Apr 1, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/carbon-svelte/carbon-components-svelte/B5doiCT6THVp663Bp4obzFpBNMu4
✅ Preview: https://carbon-components-svelte-git-align-v1032-carbon-svelte.vercel.app

As an example, it makes more sense because all the values ("http") are the same.
@metonym metonym marked this pull request as ready for review April 2, 2021 20:31
@metonym metonym requested a review from josefaidt as a code owner April 2, 2021 20:31
@metonym metonym merged commit fa9b90c into master Apr 2, 2021
@metonym metonym deleted the align-v10.32 branch May 2, 2021 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ContextMenu should be constrained to the viewport

1 participant