mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#1615)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
425a034bca
commit
a53e274d5b
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/listbox": patch
|
||||
---
|
||||
|
||||
Fix #1625 Listbox item classNames
|
||||
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@nextui-org/button": patch
|
||||
"@nextui-org/card": patch
|
||||
"@nextui-org/ripple": patch
|
||||
---
|
||||
|
||||
refactor: optimize the time of ripple destroy
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/card": patch
|
||||
---
|
||||
|
||||
fix: corrected footerStyles in card footer
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/react": patch
|
||||
---
|
||||
|
||||
Ripple component added to @nextui-org/react exports
|
||||
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@nextui-org/use-aria-accordion-item": patch
|
||||
"@nextui-org/use-aria-accordion": patch
|
||||
"@nextui-org/accordion": patch
|
||||
---
|
||||
|
||||
Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/system-rsc": patch
|
||||
---
|
||||
|
||||
Fix #1541 `extendVariants`function gives more priority to final component props over the `extendVariants` props
|
||||
@ -1,9 +0,0 @@
|
||||
---
|
||||
"@nextui-org/checkbox": patch
|
||||
"@nextui-org/select": patch
|
||||
"@nextui-org/input": patch
|
||||
"@nextui-org/radio": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/accordion": patch
|
||||
---
|
||||
|
||||
Fix #1402 controlled accordion
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/react-rsc-utils": patch
|
||||
---
|
||||
|
||||
Fix #1620 filterDomProps labelable prop is true by default
|
||||
@ -1,5 +1,22 @@
|
||||
# @nextui-org/accordion
|
||||
|
||||
## 2.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1630](https://github.com/nextui-org/nextui/pull/1630) [`bc424948c`](https://github.com/nextui-org/nextui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components
|
||||
|
||||
- [#1639](https://github.com/nextui-org/nextui/pull/1639) [`bb8ed5874`](https://github.com/nextui-org/nextui/commit/bb8ed58749fa50666a1c8a5fa005376fec185710) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1402 controlled accordion
|
||||
|
||||
- Updated dependencies [[`bc424948c`](https://github.com/nextui-org/nextui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/use-aria-accordion@2.0.1
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/divider@2.0.20
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/aria-utils@2.0.10
|
||||
- @nextui-org/framer-transitions@2.0.10
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/accordion",
|
||||
"version": "2.0.22",
|
||||
"version": "2.0.23",
|
||||
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/avatar
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/avatar",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
|
||||
"keywords": [
|
||||
"avatar"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/badge
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/badge",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
||||
"keywords": [
|
||||
"badge"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/button
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1635](https://github.com/nextui-org/nextui/pull/1635) [`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy
|
||||
|
||||
- Updated dependencies [[`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/ripple@2.0.21
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/spinner@2.0.19
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/button",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
|
||||
@ -1,5 +1,19 @@
|
||||
# @nextui-org/card
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1635](https://github.com/nextui-org/nextui/pull/1635) [`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy
|
||||
|
||||
- [#1611](https://github.com/nextui-org/nextui/pull/1611) [`05c966e8a`](https://github.com/nextui-org/nextui/commit/05c966e8a46accff1fa271d50a3161f10d1e203d) Thanks [@bobbychan](https://github.com/bobbychan)! - fix: corrected footerStyles in card footer
|
||||
|
||||
- Updated dependencies [[`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/ripple@2.0.21
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/card",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
||||
"keywords": [
|
||||
"card"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/checkbox
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1631](https://github.com/nextui-org/nextui/pull/1631) [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/checkbox",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
||||
"keywords": [
|
||||
"checkbox"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/chip
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/chip",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
||||
"keywords": [
|
||||
"chip"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/code
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/code",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Code is a component used to display inline code.",
|
||||
"keywords": [
|
||||
"code"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/divider
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87), [`cdc30db14`](https://github.com/nextui-org/nextui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/react-rsc-utils@2.0.9
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/divider",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.20",
|
||||
"description": ". A separator is a visual divider between two groups of content",
|
||||
"keywords": [
|
||||
"divider"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/dropdown
|
||||
|
||||
## 2.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/popover@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/menu@2.0.11
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/dropdown",
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.10",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/image
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/image",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "A simple image component",
|
||||
"keywords": [
|
||||
"image"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/input
|
||||
|
||||
## 2.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1631](https://github.com/nextui-org/nextui/pull/1631) [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/input",
|
||||
"version": "2.1.8",
|
||||
"version": "2.1.9",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/kbd
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/kbd",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.20",
|
||||
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
||||
"keywords": [
|
||||
"kbd"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/link
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/link",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
|
||||
"keywords": [
|
||||
"link"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/listbox
|
||||
|
||||
## 2.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1628](https://github.com/nextui-org/nextui/pull/1628) [`3aa86423a`](https://github.com/nextui-org/nextui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1625 Listbox item classNames
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/divider@2.0.20
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/aria-utils@2.0.10
|
||||
|
||||
## 2.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/listbox",
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.10",
|
||||
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"listbox"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/menu
|
||||
|
||||
## 2.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/divider@2.0.20
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/aria-utils@2.0.10
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/menu",
|
||||
"version": "2.0.10",
|
||||
"version": "2.0.11",
|
||||
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"menu"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/modal
|
||||
|
||||
## 2.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/framer-transitions@2.0.10
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/modal",
|
||||
"version": "2.0.22",
|
||||
"version": "2.0.23",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/navbar
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/framer-transitions@2.0.10
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/navbar",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
|
||||
"keywords": [
|
||||
"navbar"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/pagination
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/pagination",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
|
||||
"keywords": [
|
||||
"pagination"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/popover
|
||||
|
||||
## 2.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/button@2.0.21
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/aria-utils@2.0.10
|
||||
- @nextui-org/framer-transitions@2.0.10
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/popover",
|
||||
"version": "2.1.8",
|
||||
"version": "2.1.9",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/progress
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/progress",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
|
||||
"keywords": [
|
||||
"progress"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/radio
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1631](https://github.com/nextui-org/nextui/pull/1631) [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/radio",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
||||
"keywords": [
|
||||
"radio"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/ripple
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1635](https://github.com/nextui-org/nextui/pull/1635) [`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/ripple",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "A simple implementation to display a ripple animation when the source component is clicked",
|
||||
"keywords": [
|
||||
"ripple"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/scroll-shadow
|
||||
|
||||
## 2.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/scroll-shadow",
|
||||
"version": "2.1.8",
|
||||
"version": "2.1.9",
|
||||
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
||||
"keywords": [
|
||||
"scroll-shadow"
|
||||
|
||||
@ -1,5 +1,21 @@
|
||||
# @nextui-org/select
|
||||
|
||||
## 2.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1631](https://github.com/nextui-org/nextui/pull/1631) [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved
|
||||
|
||||
- Updated dependencies [[`3aa86423a`](https://github.com/nextui-org/nextui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/listbox@2.1.10
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/popover@2.1.9
|
||||
- @nextui-org/spinner@2.0.19
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/scroll-shadow@2.1.9
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/aria-utils@2.0.10
|
||||
|
||||
## 2.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/select",
|
||||
"version": "2.1.10",
|
||||
"version": "2.1.11",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/skeleton
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/skeleton",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Skeleton is used to display the loading state of some component.",
|
||||
"keywords": [
|
||||
"skeleton"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 2.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/button@2.0.21
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/tooltip@2.0.24
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "2.0.24",
|
||||
"version": "2.0.25",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/spacer
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spacer",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
|
||||
"keywords": [
|
||||
"spacer"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/spinner
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spinner",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
||||
"keywords": [
|
||||
"loading",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/switch
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/switch",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
|
||||
"keywords": [
|
||||
"switch"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/table
|
||||
|
||||
## 2.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/checkbox@2.0.22
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/spacer@2.0.19
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/table",
|
||||
"version": "2.0.22",
|
||||
"version": "2.0.23",
|
||||
"description": "Tables are used to display tabular data using rows and columns. ",
|
||||
"keywords": [
|
||||
"table"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/tabs
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/aria-utils@2.0.10
|
||||
- @nextui-org/framer-transitions@2.0.10
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tabs",
|
||||
"version": "2.0.20",
|
||||
"version": "2.0.21",
|
||||
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
|
||||
"keywords": [
|
||||
"tabs"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/tooltip
|
||||
|
||||
## 2.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
- @nextui-org/aria-utils@2.0.10
|
||||
- @nextui-org/framer-transitions@2.0.10
|
||||
|
||||
## 2.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tooltip",
|
||||
"version": "2.0.23",
|
||||
"version": "2.0.24",
|
||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||
"keywords": [
|
||||
"tooltip"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/user
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]:
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/avatar@2.0.21
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/user",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "Flexible User Profile Component.",
|
||||
"keywords": [
|
||||
"user"
|
||||
|
||||
@ -1,5 +1,49 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 2.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1641](https://github.com/nextui-org/nextui/pull/1641) [`37d5f1216`](https://github.com/nextui-org/nextui/commit/37d5f121627a8cffa07ea8152c43e997522b40a2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Ripple component added to @nextui-org/react exports
|
||||
|
||||
- Updated dependencies [[`3aa86423a`](https://github.com/nextui-org/nextui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05), [`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`05c966e8a`](https://github.com/nextui-org/nextui/commit/05c966e8a46accff1fa271d50a3161f10d1e203d), [`bc424948c`](https://github.com/nextui-org/nextui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87), [`bb8ed5874`](https://github.com/nextui-org/nextui/commit/bb8ed58749fa50666a1c8a5fa005376fec185710)]:
|
||||
- @nextui-org/listbox@2.1.10
|
||||
- @nextui-org/button@2.0.21
|
||||
- @nextui-org/card@2.0.21
|
||||
- @nextui-org/ripple@2.0.21
|
||||
- @nextui-org/accordion@2.0.23
|
||||
- @nextui-org/checkbox@2.0.22
|
||||
- @nextui-org/select@2.1.11
|
||||
- @nextui-org/input@2.1.9
|
||||
- @nextui-org/radio@2.0.22
|
||||
- @nextui-org/theme@2.1.9
|
||||
- @nextui-org/dropdown@2.1.10
|
||||
- @nextui-org/modal@2.0.23
|
||||
- @nextui-org/navbar@2.0.22
|
||||
- @nextui-org/popover@2.1.9
|
||||
- @nextui-org/snippet@2.0.25
|
||||
- @nextui-org/table@2.0.23
|
||||
- @nextui-org/tabs@2.0.21
|
||||
- @nextui-org/tooltip@2.0.24
|
||||
- @nextui-org/progress@2.0.21
|
||||
- @nextui-org/badge@2.0.19
|
||||
- @nextui-org/code@2.0.19
|
||||
- @nextui-org/divider@2.0.20
|
||||
- @nextui-org/kbd@2.0.20
|
||||
- @nextui-org/skeleton@2.0.19
|
||||
- @nextui-org/spacer@2.0.19
|
||||
- @nextui-org/spinner@2.0.19
|
||||
- @nextui-org/system@2.0.10
|
||||
- @nextui-org/avatar@2.0.21
|
||||
- @nextui-org/chip@2.0.21
|
||||
- @nextui-org/image@2.0.21
|
||||
- @nextui-org/link@2.0.22
|
||||
- @nextui-org/menu@2.0.11
|
||||
- @nextui-org/pagination@2.0.22
|
||||
- @nextui-org/scroll-shadow@2.1.9
|
||||
- @nextui-org/switch@2.0.21
|
||||
- @nextui-org/user@2.0.22
|
||||
|
||||
## 2.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "2.1.12",
|
||||
"version": "2.1.13",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/system-rsc
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1642](https://github.com/nextui-org/nextui/pull/1642) [`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1541 `extendVariants`function gives more priority to final component props over the `extendVariants` props
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/system-rsc",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"description": "NextUI system primitives compatibles with RSC imports",
|
||||
"keywords": [
|
||||
"system-rsc"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/system
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f6531c5f6`](https://github.com/nextui-org/nextui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93)]:
|
||||
- @nextui-org/system-rsc@2.0.6
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/system",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"description": "NextUI system primitives",
|
||||
"keywords": [
|
||||
"system"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/theme
|
||||
|
||||
## 2.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1631](https://github.com/nextui-org/nextui/pull/1631) [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/theme",
|
||||
"version": "2.1.8",
|
||||
"version": "2.1.9",
|
||||
"description": "The default theme for NextUI components",
|
||||
"keywords": [
|
||||
"theme",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-aria-accordion-item
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1630](https://github.com/nextui-org/nextui/pull/1630) [`bc424948c`](https://github.com/nextui-org/nextui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-accordion-item",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"description": "Internal impl for react aria accordion item",
|
||||
"keywords": [
|
||||
"use-aria-accordion-item"
|
||||
|
||||
7
packages/hooks/use-aria-accordion/CHANGELOG.md
Normal file
7
packages/hooks/use-aria-accordion/CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
# @nextui-org/use-aria-accordion
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1630](https://github.com/nextui-org/nextui/pull/1630) [`bc424948c`](https://github.com/nextui-org/nextui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-accordion",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "React-aria useAccordion hooks with custom implementations",
|
||||
"keywords": [
|
||||
"use-aria-accordion"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/use-real-shape
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/react-utils@2.0.9
|
||||
|
||||
## 2.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-real-shape",
|
||||
"version": "2.0.8",
|
||||
"version": "2.0.9",
|
||||
"description": "Hook that returns the real dimensions of an element",
|
||||
"keywords": [
|
||||
"use-real-shape"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/aria-utils
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/system@2.0.10
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/aria-utils",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"description": "A package for managing @react-aria nextui utils.",
|
||||
"keywords": [
|
||||
"aria-utils"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/framer-transitions
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/system@2.0.10
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/framer-transitions",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"description": "A set of framer motion transitions for react",
|
||||
"keywords": [
|
||||
"framer-transitions"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/react-rsc-utils
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1629](https://github.com/nextui-org/nextui/pull/1629) [`cdc30db14`](https://github.com/nextui-org/nextui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1620 filterDomProps labelable prop is true by default
|
||||
|
||||
## 2.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react-rsc-utils",
|
||||
"version": "2.0.8",
|
||||
"version": "2.0.9",
|
||||
"description": "A set of utilities for react compatible with RSC",
|
||||
"keywords": [
|
||||
"react-rsc-utils"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/react-utils
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`cdc30db14`](https://github.com/nextui-org/nextui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437)]:
|
||||
- @nextui-org/react-rsc-utils@2.0.9
|
||||
|
||||
## 2.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react-utils",
|
||||
"version": "2.0.8",
|
||||
"version": "2.0.9",
|
||||
"description": "A set of utilities for react on client side",
|
||||
"keywords": [
|
||||
"react-utils"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user