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

@clayui/shared

Package Overview
Dependencies
Maintainers
3
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/shared - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

README.mdx

58

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [3.1.1](https://github.com/liferay/clay/compare/@clayui/shared@3.1.0...@clayui/shared@3.1.1) (2020-04-24)
**Note:** Version bump only for package @clayui/shared
# 3.1.0 (2020-02-28)

@@ -11,29 +15,29 @@

- **@clayui/shared:** add focus control by left and right arrow keys ([e314419](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/e314419))
- **@clayui/shared:** add reference to children ref ([38896b6](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/38896b6))
- **@clayui/shared:** collects focusable elements within a focusable element ([3ce4e8e](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/3ce4e8e))
- **@clayui/shared:** get the Fiber from the ref ([9980545](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/9980545))
- **@clayui/shared:** use another method to create a new array from an HTMLCollection ([6d98c43](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/6d98c43))
- **panel:** collapsing doesn't work well when there is more than one child element ([f16fd86](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/f16fd86))
- **portal:** automatically nest portals if they are inside one another ([dee9d69](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/dee9d69))
- **shared:** Remove weird initialization on `getEllipsisItems` ([bd7c621](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/bd7c621))
- **shared:** When having one item, should only render one item ([e3645a2](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/e3645a2))
- **useDebounce:** stop update the value every time when the object loses reference ([e840edc](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/e840edc))
- **useFocusManagement:** check elements in focusManager list before controlling out-of-scope elements ([1236be3](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/1236be3))
- normalize names of components ([3a0abea](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/3a0abea))
- ref callbacks are first calling with null. https://reactjs.org/docs/refs-and-the-dom.html#caveats-with-callback-refs ([fec52cb](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/fec52cb))
- update components to include 'types' and 'ts:main' package keys ([9e24b59](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/9e24b59))
- **useFocusManagement:** fixes last position for cases when it was not reset ([3f48cb7](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/3f48cb7))
- **useFocusManagement:** remove reset from last position when any list item is deleted ([bfb78f5](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/bfb78f5))
- **useFocusManagement:** sets the last position when one does not exist, with the active element index if it exists in the list ([29e1494](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/29e1494))
- **@clayui/shared:** add focus control by left and right arrow keys ([e314419](https://github.com/liferay/clay/commit/e314419))
- **@clayui/shared:** add reference to children ref ([38896b6](https://github.com/liferay/clay/commit/38896b6))
- **@clayui/shared:** collects focusable elements within a focusable element ([3ce4e8e](https://github.com/liferay/clay/commit/3ce4e8e))
- **@clayui/shared:** get the Fiber from the ref ([9980545](https://github.com/liferay/clay/commit/9980545))
- **@clayui/shared:** use another method to create a new array from an HTMLCollection ([6d98c43](https://github.com/liferay/clay/commit/6d98c43))
- **panel:** collapsing doesn't work well when there is more than one child element ([f16fd86](https://github.com/liferay/clay/commit/f16fd86))
- **portal:** automatically nest portals if they are inside one another ([dee9d69](https://github.com/liferay/clay/commit/dee9d69))
- **shared:** Remove weird initialization on `getEllipsisItems` ([bd7c621](https://github.com/liferay/clay/commit/bd7c621))
- **shared:** When having one item, should only render one item ([e3645a2](https://github.com/liferay/clay/commit/e3645a2))
- **useDebounce:** stop update the value every time when the object loses reference ([e840edc](https://github.com/liferay/clay/commit/e840edc))
- **useFocusManagement:** check elements in focusManager list before controlling out-of-scope elements ([1236be3](https://github.com/liferay/clay/commit/1236be3))
- normalize names of components ([3a0abea](https://github.com/liferay/clay/commit/3a0abea))
- ref callbacks are first calling with null. https://reactjs.org/docs/refs-and-the-dom.html#caveats-with-callback-refs ([fec52cb](https://github.com/liferay/clay/commit/fec52cb))
- update components to include 'types' and 'ts:main' package keys ([9e24b59](https://github.com/liferay/clay/commit/9e24b59))
- **useFocusManagement:** fixes last position for cases when it was not reset ([3f48cb7](https://github.com/liferay/clay/commit/3f48cb7))
- **useFocusManagement:** remove reset from last position when any list item is deleted ([bfb78f5](https://github.com/liferay/clay/commit/bfb78f5))
- **useFocusManagement:** sets the last position when one does not exist, with the active element index if it exists in the list ([29e1494](https://github.com/liferay/clay/commit/29e1494))
### Features
- Move useDebounce to clay-shared ([fcf1ceb](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/fcf1ceb))
- **@clayui/shared:** add experimental useFocusManagement hook ([6e7190b](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/6e7190b))
- **@clayui/shared:** add forwardRef to LinkOrButton component ([92317ef](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/92317ef))
- **@clayui/shared:** add LinkOrButton component for use internal ([63371b0](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/63371b0))
- **@clayui/shared:** create FocusScope component ([9772e5c](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/9772e5c))
- **clay-form:** create high-level InputWithAutocomplete component ([692610a](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/692610a))
- **clay-shared:** add keyboard hooks for lists and add demo under autocomplete ([3622453](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/3622453))
- Move useDebounce to clay-shared ([fcf1ceb](https://github.com/liferay/clay/commit/fcf1ceb))
- **@clayui/shared:** add experimental useFocusManagement hook ([6e7190b](https://github.com/liferay/clay/commit/6e7190b))
- **@clayui/shared:** add forwardRef to LinkOrButton component ([92317ef](https://github.com/liferay/clay/commit/92317ef))
- **@clayui/shared:** add LinkOrButton component for use internal ([63371b0](https://github.com/liferay/clay/commit/63371b0))
- **@clayui/shared:** create FocusScope component ([9772e5c](https://github.com/liferay/clay/commit/9772e5c))
- **clay-form:** create high-level InputWithAutocomplete component ([692610a](https://github.com/liferay/clay/commit/692610a))
- **clay-shared:** add keyboard hooks for lists and add demo under autocomplete ([3622453](https://github.com/liferay/clay/commit/3622453))

@@ -60,3 +64,3 @@ ## [3.0.7](https://github.com/liferay/clay/tree/master/packages/clay-shared/compare/@clayui/shared@3.0.4...@clayui/shared@3.0.7) (2020-01-31)

- **@clayui/shared:** collects focusable elements within a focusable element ([3ce4e8e](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/3ce4e8e))
- **@clayui/shared:** collects focusable elements within a focusable element ([3ce4e8e](https://github.com/liferay/clay/commit/3ce4e8e))

@@ -67,3 +71,3 @@ ## [3.0.2](https://github.com/liferay/clay/tree/master/packages/clay-shared/compare/@clayui/shared@3.0.1...@clayui/shared@3.0.2) (2019-10-28)

- ref callbacks are first calling with null. https://reactjs.org/docs/refs-and-the-dom.html#caveats-with-callback-refs ([fec52cb](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/fec52cb))
- **@clayui/shared:** use another method to create a new array from an HTMLCollection ([6d98c43](https://github.com/liferay/clay/tree/master/packages/clay-shared/commit/6d98c43))
- ref callbacks are first calling with null. https://reactjs.org/docs/refs-and-the-dom.html#caveats-with-callback-refs ([fec52cb](https://github.com/liferay/clay/commit/fec52cb))
- **@clayui/shared:** use another method to create a new array from an HTMLCollection ([6d98c43](https://github.com/liferay/clay/commit/6d98c43))
{
"name": "@clayui/shared",
"version": "3.1.0",
"version": "3.1.1",
"description": "ClayShared component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-shared",
"repository": "https://github.com/liferay/clay",
"engines": {

@@ -29,4 +29,4 @@ "node": ">=0.12.0",

"dependencies": {
"@clayui/button": "^3.3.0",
"@clayui/link": "^3.1.0"
"@clayui/button": "^3.3.1",
"@clayui/link": "^3.1.1"
},

@@ -41,3 +41,3 @@ "peerDependencies": {

],
"gitHead": "3fc84c9320fa652a452b7c2881a35fdc9f4cc17c"
"gitHead": "315966237dc08b74f9d7bc28e7455946f104a026"
}
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