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

@clayui/multi-select

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/multi-select - npm Package Versions

1
16

3.103.1

Diff

Changelog

Source

3.103.1 (2023-08-15)

Bug Fixes

  • @clayui/core: fix error not having forwardRef for list (fc5aaca)
  • @clayui/core: Implements the use of cursor to reference unique items to move items in the tree (51294c2)
  • @clayui/css: log() errors on dart-sass 1.65.1, use error instead (eafa6f1)
  • @clayui/drop-down: adds throttle to handle contextual menu visibility (7d51b7a)
  • @clayui/drop-down: update test threshold (4ed8469)
matuzalemteles
published 3.101.1 •

Changelog

Source

3.101.1 (2023-07-28)

Bug Fixes

  • @clayui/autocomplete: does not revalidate the value if it is reset by the controlled state (73ec258)
  • @clayui/autocomplete: improves value matching behavior with suggestion list when state is controlled (5f33f5c)
matuzalemteles
published 3.101.0 •

Changelog

Source

3.101.0 (2023-07-28)

Bug Fixes

  • @clayui/autocomplete: fix error when not validating value with items (ab4421e)
  • @clayui/breadcrumb: fix focus visible in breadcrumb (62b1a24)
  • @clayui/css: Cadmin Modal is outputing wrong selector for .modal-open .modal (a2f2787)
  • @clayui/css: Cadmin slideout should use overflow visible for resize bar to show (48f2a14)
  • @clayui/css: Modal Height Full should overflow when content is too tall (729c8e3)
  • @clayui/empty-state: Use url constructor instead (cd4d275)

Features

  • @clayui/autocomplete: adds new API to allow custom value (516de02)
  • @clayui/css: Adds :focus-visible support (ba1f68b)
  • @clayui/css: Form mixins use focus-visible (1da9164)
  • @clayui/empty-state: Output a reduced motion image by default (0e26922)
matuzalemteles
published 3.100.0 •

Changelog

Source

3.100.0 (2023-07-13)

Bug Fixes

  • @clayui/core: fix error when validating focus without any element (b8196ac)
  • @clayui/css: Adds btn-beta-dark and badge-beta-dark and updates background colors (13733df)
  • @clayui/css: Remove fixed height and width to follow SVG guidelines (893396b)

Features

  • @clayui/badge: Adds display type beta-dark (2f53849)
  • @clayui/button: Adds display type beta-dark (cc6e973)
matuzalemteles
published 3.99.4 •

Changelog

Source

3.99.4 (2023-07-10)

Bug Fixes

  • @clayui/core: fix collection rendering performance bottleneck (ecf3155)
  • @clayui/multi-select: fix loading indicator markup in MultiSelect (b883824)
  • @clayui/multi-select: pass async properties to autocomplete (0faaab8)
  • @clayui/multi-select: stabilize the children reference to avoid unnecessary renderings (7ff4af5)
matuzalemteles
published 3.99.3 •

Changelog

Source

3.99.3 (2023-07-05)

Bug Fixes

  • @clayui/multi-select: fix error when not getting list data when pressing enter or comma (485e0e8)
matuzalemteles
published 3.99.2 •

Changelog

Source

3.99.2 (2023-07-05)

Bug Fixes

  • @clayui/autocomplete: makes new messages properties optional (94eceb6)
matuzalemteles
published 3.99.1 •

Changelog

Source

3.99.1 (2023-07-04)

Bug Fixes

  • @clayui/autocomplete: adds warning when filterKey is not defined and tries to filter an option that is object (48dd887)
  • @clayui/autocomplete: fixes type inference for properties and generic type (cfc4309)
  • @clayui/core: fix bug losing component focus when item is removed from DOM (080b315)
  • @clayui/core: fix error when updating state after component is unmounted (8a43055)
  • @clayui/core: fix position of TreeView drag preview (253b784)
  • @clayui/core: fix types for collection with support for string and number (36cce77)
  • @clayui/multi-select: fixes type inference for properties and generic type (ae7b2a3)
  • @clayui/tooltip: fix error not showing tooltip on nested elements (cf31736)
matuzalemteles
published 3.99.0 •

Changelog

Source

3.99.0 (2023-06-28)

Bug Fixes

  • @clayui/autocomplete: fix bug not announcing available options when autocomplete is open (1dc9581)
  • @clayui/autocomplete: fixes suppressing the + from the value when filtering the list (1ba8356)
  • @clayui/css: Utilities forgot to add !important to some bg utils (c164484)
  • @clayui/drop-down: fixes error when restoring focus from DropDown (5802f32)
  • @clayui/form: adds the proper role to the switch component (c3530c3)
  • @clayui/multi-select: fixes error when not disabling the MultiSelect component (51dafd3)

Features

  • @clayui/core: adds feature parity for onItemMove and onItemHover with drag and drop via keyboard (dfa8e9e)
  • @clayui/core: allow returning false to cancel hover (764210d)
  • @clayui/core: disable drop when not a valid target by onItemHover (006eef6)
  • @clayui/css: Utilities adds more text and bg color utilities (5230949)
matuzalemteles
published 3.98.0 •

Changelog

Source

3.98.0 (2023-06-20)

Bug Fixes

  • @clayui/core: fixes bug with not correctly handling visibility state of arrow buttons (ff08e9f)
  • @clayui/css: Cadmin c-prefers-* should qualify the cadmin class (a8b1d7b)
  • @clayui/css: Mixins clay-css and transition should output the correct c-prefers-* selector for cadmin (b81e2a3)
  • @clayui/date-picker: fixes error when not selecting the year (747f09e)
  • @clayui/multi-select: fix error of not showing menu if it has suggestions when menuRenderer is used (ebc719f)

Features

  • @clayui/core: Picker add dropdown-menu-height-lg class to year picker (c092968)
  • @clayui/core: Picker use dropdown-item-scroll classes (ec90630)
  • @clayui/css: customize Picker style in DatePicker (26064de)
  • @clayui/css: Dropdown Menu adds dropdown-item-scroll styles (08e3ab9)
  • @clayui/css: dropdown-menu-select inline-scroller should be taller (320c166)
  • @clayui/css: Mixins clay-dropdown-menu-variant adds dropdown-item-scroll (f4ae8f1)
  • @clayui/date-picker: add Picker component to select year (6c84e4a)
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