Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/shared

Package Overview
Dependencies
Maintainers
13
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/shared - npm Package Versions

1
10

3.77.0

Diff

Changelog

Source

3.77.0 (2022-10-17)

Bug Fixes

  • @clayui/data-provider: fix error when grouping data in refetch (64cfa70)
  • @clayui/data-provider: reset cursor when refetch without cache policy (98e2ce3)
  • @clayui/tabs: sets tabIndex=-1 when not active and tabIndex=0 for the tabpanel (cbd8710)
  • clayui.com: General accessibility fixes (df18552)

Features

  • @clayui/autocomplete: add the Collection pattern and loading state (ab44b4a)
  • @clayui/autocomplete: adds support for paginated data integrated with the useResource hook (cfb35c1)
  • @clayui/data-provider: add useResource controlled AbortController (146f53b)
  • @clayui/drop-down: add forwardRef to ItemList (9143196)
  • @clayui/drop-down: move style prop to Item container (4bc2fd4)
matuzalemteles
published 3.75.2 •

Changelog

Source

3.75.2 (2022-09-29)

Bug Fixes

  • @clayui/autocomplete: fix of switching the owner of otherProps on Autocomplete (d5ced5e)
  • @clayui/shared: fix bug of not doing forwardRef when ref is a function (8601622)
matuzalemteles
published 3.75.0 •

Changelog

Source

3.75.0 (2022-09-28)

Bug Fixes

  • @clayui/autocomplete: fix error when moving focus when pressing alt + arrowdown (b260984)
  • @clayui/shared: fix bug of getting focused elements in document in menus (5cce01c)

Features

  • @clayui/autocomplete: adds accessibility to new autocomplete behavior (f2ad617)
  • @clayui/autocomplete: adds new less verbose composition with more OOTB features (37e9e89)
  • @clayui/autocomplete: deprecated the onSetActive API and replaced it with onActiveChange (9ad5bcb)
  • @clayui/core: add paginated data support (1c3e3d8)
  • @clayui/core: add single cursor per item (b5b3bb3)
  • @clayui/core: adds the possibility to render non-Clay elements inside the TreeView.Item (01dcf32)
  • @clayui/css: Functions map-deep-merge shouldn't merge maps if merge: false (2e68bfe)
  • @clayui/css: SVG Icons updates mobile icons (13c4e21)
matuzalemteles
published 3.73.0 •

Changelog

Source

3.73.0 (2022-09-13)

Bug Fixes

  • @clayui/button: Storybook adds rounded and shape (cffacb1)
  • @clayui/css: Cadmin Buttons use transparent border for solid buttons (8357269)
  • @clayui/css: Functions clay-get-fallback() should return custom property if no fallback value (242216a)
  • @clayui/data-provider: fixes error when not activating suspense (a563a87)
  • @clayui/drop-down: fix error when not focusing on first item of DropDown (bc03292)

Features

  • @clayui/button: Adds rounded and size attributes to output pill and different size buttons (7ce56ff)
  • @clayui/css: Buttons adds a 24px tall button, btn-xs (fadeb3a)
  • @clayui/css: Cadmin Buttons adds a 24px tall button, btn-xs (06f56f6)
  • @clayui/css: SVG Icons adds Argentina, Mexico, and Columbia flags (8d5a33c)
  • clayui.com: Add aria changes and improve compatibility (1b1bab0)
  • clayui.com: Add JS key shortcut for linux and windows (25fe337)
  • clayui.com: Add key shortcut keys by platform type and hiding it in mobile (e6a5561)
matuzalemteles
published 3.71.0 •

Changelog

Source

3.71.0 (2022-08-30)

Features

  • @clayui/data-provider: instantiates the DataClient locally if the Provider is not declared (536dd34)
matuzalemteles
published 3.70.3 •

Changelog

Source

3.70.3 (2022-08-30)

Bug Fixes

  • @clayui/shared: fix error when checking a fiber element in progress in focus management (b4484e0)
matuzalemteles
published 3.70.2 •

Changelog

Source

3.70.2 (2022-08-30)

Bug Fixes

  • @clayui/data-provider: fixes error of not retrieving initial cache value when there are multiple instances for the same endpoint (9a37620)
  • @clayui/provider: stabilizes the DataClient reference (319bff8)
matuzalemteles
published 3.70.0 •

Changelog

Source

3.70.0 (2022-08-23)

Bug Fixes

  • @clayui/css: Buttons palette maps should output the selector .btn when using the key btn (306dfa4)
  • @clayui/css: Menubar (Vertical Nav) update hover, focus, active colors to match Lexicon (5a74890)
  • @clayui/css: Mixins clay-button-variant add option to pass styles to :focus:hover (b3a766d)
  • @clayui/data-provider: fix the tests (71672be)

Features

  • @clayui/core: Add list virtualization pattern in collection (cd3d101)
  • @clayui/core: adds virtualization support to VerticalBar.Bar (de5679e)
  • @clayui/data-provider: adds functionality to load paginated data (b2acb27)
  • @clayui/data-provider: adds integration with React.Suspense and ErrorBoundary (0c604fe)
  • @clayui/provider: add client initialization to useResource hook (ee5a8a8)
  • clayui.com: improves the readability of descriptions in the API table and the style (6fe889d)
matuzalemteles
published 3.69.0 •

Changelog

Source

3.69.0 (2022-08-16)

Bug Fixes

  • @clayui/css: Buttons $btn-palette and $btn-outline-palette should support keys prefixed with btn- (3de823e)
  • @clayui/css: Cadmin Buttons btn-monospaced icons should be centered (7042cf0)
  • @clayui/css: Mixins clay-css should accept c-unset as a value to reset a property (a4fb956)
  • @clayui/css: Use c-unset instead of $c-unset to reset property values (09fbde1)
  • @clayui/drop-down: Improves group semantics for DropDown (7d0e1b7)
  • @clayui/tooltip): Revert "fix(@clayui/tooltip: adds the option to disappear the floating tooltip after a while" (43b64b9)
  • @clayui/tooltip: adds the option to disappear the floating tooltip after a while (7438e62)
  • @clayui/tooltip: remove the behavior of moving the tooltip when the mouse moves (51585ff)

Features

  • @clayui/drop-down: adds option to open menu when pressing ArrowDown and Spacebar (c72a181)
  • @clayui/drop-down: enable move cursor using left and right arrow keys (9006b62)
  • @clayui/drop-down: improves accessibility for virtual cursor (83bdcb8)
matuzalemteles
published 3.67.0 •

Changelog

Source

3.67.0 (2022-07-25)

Bug Fixes

  • @clayui/navigation-bar: set aria-current based off of the status of active (81bcc8f)
  • @clayui/navigation-bar: set it to 'page', not just 'true' (80bf118)

Features

  • @clayui/tooltip: adds new properties to configure the tooltip to be floating (c598ca3)
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