New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

carbon-components-svelte

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbon-components-svelte - npm Package Versions

1
25

0.53.0

Diff

Changelog

Source

0.53.0 - 2022-01-18

Breaking Changes

  • replace selectedIndex with selectedId in Dropdown
  • replace selectedIndex with selectedId in ComboBox

Fixes

  • prevent Dropdown icon from being clickable when disabled
metonym
published 0.52.0 •

Changelog

Source

0.52.0 - 2022-01-17

Features

  • make Toggle labels slottable
  • add option to ComboBox.clear to not re-focus input (clear({ focus: false }))

Fixes

  • break out of trap focus in Tooltip when pressing "Escape"
  • pass "name" prop in ComboBox to input element
  • emit change event in Checkbox after modifying state
  • restore explicit typing of null | HTMLElement for TypeScript strict mode
  • dispatch click:button--primary in Modal if shouldSubmitOnEnter is true

Documentation

  • simplify reactive RadioButton example
  • add reactive Select example for Select
  • fix grammar in TreeView "Expand all nodes" example
  • note that Search clear event is also dispatched when pressing "Escape"
  • demo reactivity in expandable Search example
metonym
published 0.51.3 •

Changelog

Source

0.51.3 - 2022-01-12

Fixes

  • fix selectedIndex reactivity in ComboBox

Refactor

  • remove redundant null in null | HTMLElement prop types
metonym
published 0.51.2 •

Changelog

Source

0.51.2 - 2022-01-10

Fixes

  • correctly reset values in ComboBox when manually clearing selection
  • fix filterable ComboBox keyboard selection
  • remove redundant role attributes from Dropdown, Header to fix a11y warnings
  • fix TileGroup two-way binding on the selected prop

Documentation

  • document DatePicker usage with a Rollup set-up
  • add multiple modals example for Modal
  • add reactive examples for RadioTile
metonym
published 0.51.1 •

Changelog

Source

0.51.1 - 2022-01-03

Fixes

  • add missing required prop to Select
  • set global theme variable first in SCSS files
metonym
published 0.51.0 •

Changelog

Source

0.51.0 - 2021-12-30

Features

  • enhance Checkbox to support bind:group
metonym
published 0.50.5 •

Changelog

Source

0.50.5 - 2021-12-30

Fixes

  • filterable MultiSelect should blur when pressing "Tab"
  • filterable MultiSelect menu should close when pressing "Escape"
  • filterable MultiSelect menu should open when pressing "Space"
  • DatePicker input should not lose focus when pressing "Enter"
  • ToolbarSearch should expand if value is programmatically set
metonym
published 0.50.4 •

Changelog

Source

0.50.4 - 2021-12-30

Fixes

  • pressing "Escape" in a DatePicker should not propagate past the open calendar
  • prevent menu icon in filterable MultiSelect from triggering twice
metonym
published 0.50.3 •

Changelog

Source

0.50.3 - 2021-12-28

Fixes

  • do not dispatch "click", "click:row" DataTable events when selecting a checkbox or radio button
  • render "labelText" slot if labelText prop or $$slots.labelText is truthy
  • prevent default behavior in Tabs mobile variant when clicking a menu option
  • coalesce nullish values to "" for TextInput, PasswordInput, TextArea
metonym
published 0.50.2 •

Changelog

Source

0.50.2 - 2021-11-27

Fixes

  • select correct item in filterable MultiSelect using keyboard navigation
  • do not mutate sortedItems in MultiSelect
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc