mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages
This commit is contained in:
parent
b89ba08ae0
commit
dfcb601de5
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/number-input": patch
|
||||
---
|
||||
|
||||
allow inheriting labelPlacement from HeroUIProvider (#5845)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@heroui/table": patch
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
fix(table): virtualized table in firefox by replacing Spacer with css (#2108, #5479)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/autocomplete": patch
|
||||
---
|
||||
|
||||
show popover when emptyContent is provided with allowsCustomValue (#5745)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
fix Safari autofill styling for dark mode readability in NumberInput & Input components (#4657)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/table": patch
|
||||
---
|
||||
|
||||
fix column props not recognized (#1667)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/number-input": patch
|
||||
---
|
||||
|
||||
fix label position for empty percent format (#5941)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@heroui/tabs": patch
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
fix tab cursor (#5790, #5809)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/autocomplete": patch
|
||||
---
|
||||
|
||||
fix close button display in autocomplete on mobile (#5826)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@heroui/spinner": patch
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
Fix spinner animation (#5794)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/tabs": patch
|
||||
---
|
||||
|
||||
Fix vertical tabs to use correct aria-orientation and support Up/Down arrow navigation for accessibility. (#5810)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/ripple": patch
|
||||
---
|
||||
|
||||
fix resolve misalignment in RTL layouts by using transform translate (#5858)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/spinner": patch
|
||||
---
|
||||
|
||||
cater global spinner variant (#5939)
|
||||
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@heroui/button": patch
|
||||
"@heroui/select": patch
|
||||
"@heroui/input": patch
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
Fix bordered focus styles overridden by hover styles (#5585)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/link": patch
|
||||
---
|
||||
|
||||
Fix an issue where the useHref was not being applied correctly (#5925, #5431, #5600)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@heroui/tabs": patch
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
responsive tab cursor (#5943)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@heroui/theme": patch
|
||||
"@heroui/skeleton": patch
|
||||
---
|
||||
|
||||
fixed skeleton shimmer animation not respecting disableAnimation prop (#5915)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@heroui/radio": patch
|
||||
---
|
||||
|
||||
handle props styles in getBaseProps (#5942)
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/alert
|
||||
|
||||
## 2.2.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1)]:
|
||||
- @heroui/button@2.2.28
|
||||
|
||||
## 2.2.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/alert",
|
||||
"version": "2.2.27",
|
||||
"version": "2.2.28",
|
||||
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
|
||||
"keywords": [
|
||||
"alert"
|
||||
|
||||
@ -1,5 +1,21 @@
|
||||
# @heroui/autocomplete
|
||||
|
||||
## 2.3.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5951](https://github.com/heroui-inc/heroui/pull/5951) [`b4cfb40`](https://github.com/heroui-inc/heroui/commit/b4cfb408e963c1131ea3beb58aac7821a0ef52a9) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - show popover when emptyContent is provided with allowsCustomValue (#5745)
|
||||
|
||||
- [#5827](https://github.com/heroui-inc/heroui/pull/5827) [`2922b35`](https://github.com/heroui-inc/heroui/commit/2922b35644d8136d593ce08cccf9c78c08d00e0f) Thanks [@wingkwong](https://github.com/wingkwong)! - fix close button display in autocomplete on mobile (#5826)
|
||||
|
||||
- Updated dependencies [[`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1)]:
|
||||
- @heroui/button@2.2.28
|
||||
- @heroui/input@2.4.29
|
||||
- @heroui/form@2.1.28
|
||||
- @heroui/listbox@2.3.26
|
||||
- @heroui/popover@2.3.28
|
||||
- @heroui/scroll-shadow@2.3.18
|
||||
|
||||
## 2.3.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/autocomplete",
|
||||
"version": "2.3.29",
|
||||
"version": "2.3.30",
|
||||
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
|
||||
"keywords": [
|
||||
"autocomplete"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/button
|
||||
|
||||
## 2.2.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5893](https://github.com/heroui-inc/heroui/pull/5893) [`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - Fix bordered focus styles overridden by hover styles (#5585)
|
||||
|
||||
- Updated dependencies [[`1782961`](https://github.com/heroui-inc/heroui/commit/17829618591d723beea665a7c56d9c45a112e24c), [`91e010f`](https://github.com/heroui-inc/heroui/commit/91e010fe3bd8e49653bd53c47e9955d8b11c1db2), [`0825f88`](https://github.com/heroui-inc/heroui/commit/0825f88cd2bfd1b6638a23b8d21f8812576f84a7)]:
|
||||
- @heroui/spinner@2.2.25
|
||||
- @heroui/ripple@2.2.21
|
||||
|
||||
## 2.2.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/button",
|
||||
"version": "2.2.27",
|
||||
"version": "2.2.28",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/calendar
|
||||
|
||||
## 2.2.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1)]:
|
||||
- @heroui/button@2.2.28
|
||||
|
||||
## 2.2.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/calendar",
|
||||
"version": "2.2.27",
|
||||
"version": "2.2.28",
|
||||
"description": "A calendar displays one or more date grids and allows users to select a single date.",
|
||||
"keywords": [
|
||||
"calendar"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/card
|
||||
|
||||
## 2.2.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`91e010f`](https://github.com/heroui-inc/heroui/commit/91e010fe3bd8e49653bd53c47e9955d8b11c1db2)]:
|
||||
- @heroui/ripple@2.2.21
|
||||
|
||||
## 2.2.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/card",
|
||||
"version": "2.2.25",
|
||||
"version": "2.2.26",
|
||||
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
||||
"keywords": [
|
||||
"card"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/checkbox
|
||||
|
||||
## 2.3.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/form@2.1.28
|
||||
|
||||
## 2.3.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/checkbox",
|
||||
"version": "2.3.27",
|
||||
"version": "2.3.28",
|
||||
"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,12 @@
|
||||
# @heroui/date-input
|
||||
|
||||
## 2.3.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/form@2.1.28
|
||||
|
||||
## 2.3.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/date-input",
|
||||
"version": "2.3.27",
|
||||
"version": "2.3.28",
|
||||
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
|
||||
"keywords": [
|
||||
"date-field"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/date-picker
|
||||
|
||||
## 2.3.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1)]:
|
||||
- @heroui/button@2.2.28
|
||||
- @heroui/calendar@2.2.28
|
||||
- @heroui/date-input@2.3.28
|
||||
- @heroui/form@2.1.28
|
||||
- @heroui/popover@2.3.28
|
||||
|
||||
## 2.3.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/date-picker",
|
||||
"version": "2.3.28",
|
||||
"version": "2.3.29",
|
||||
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
|
||||
"keywords": [
|
||||
"date-picker"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @heroui/dropdown
|
||||
|
||||
## 2.3.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/menu@2.2.26
|
||||
- @heroui/popover@2.3.28
|
||||
|
||||
## 2.3.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/dropdown",
|
||||
"version": "2.3.27",
|
||||
"version": "2.3.28",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/form
|
||||
|
||||
## 2.1.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b89ba08`](https://github.com/heroui-inc/heroui/commit/b89ba08ae06bf0140f0bc92f10e9a09c1484cdba), [`8921dc4`](https://github.com/heroui-inc/heroui/commit/8921dc4361f7cdb8cbce755e8b90fdd799b668da), [`b38a2cf`](https://github.com/heroui-inc/heroui/commit/b38a2cfb58feb79b3baff10eff19e21480da1563), [`1782961`](https://github.com/heroui-inc/heroui/commit/17829618591d723beea665a7c56d9c45a112e24c), [`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1), [`a819f2a`](https://github.com/heroui-inc/heroui/commit/a819f2a95a32d059581b2789f2476c5e497732f2), [`bc4c982`](https://github.com/heroui-inc/heroui/commit/bc4c9826097a1014939b691425d30eff998d1e2e)]:
|
||||
- @heroui/theme@2.4.24
|
||||
|
||||
## 2.1.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/form",
|
||||
"version": "2.1.27",
|
||||
"version": "2.1.28",
|
||||
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
|
||||
"keywords": [
|
||||
"form"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/input-otp
|
||||
|
||||
## 2.1.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/form@2.1.28
|
||||
|
||||
## 2.1.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/input-otp",
|
||||
"version": "2.1.27",
|
||||
"version": "2.1.28",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"input-otp"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @heroui/input
|
||||
|
||||
## 2.4.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5893](https://github.com/heroui-inc/heroui/pull/5893) [`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - Fix bordered focus styles overridden by hover styles (#5585)
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/form@2.1.28
|
||||
|
||||
## 2.4.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/input",
|
||||
"version": "2.4.28",
|
||||
"version": "2.4.29",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @heroui/link
|
||||
|
||||
## 2.2.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5933](https://github.com/heroui-inc/heroui/pull/5933) [`66ef76e`](https://github.com/heroui-inc/heroui/commit/66ef76e823ed6329b1d2e3c3b9d83721db12fdcf) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - Fix an issue where the useHref was not being applied correctly (#5925, #5431, #5600)
|
||||
|
||||
## 2.2.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/link",
|
||||
"version": "2.2.23",
|
||||
"version": "2.2.24",
|
||||
"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,17 @@
|
||||
# @heroui/number-input
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5866](https://github.com/heroui-inc/heroui/pull/5866) [`bdd37b4`](https://github.com/heroui-inc/heroui/commit/bdd37b4b08cc12dc3c93f031aa639148257d06d6) Thanks [@KumJungMin](https://github.com/KumJungMin)! - allow inheriting labelPlacement from HeroUIProvider (#5845)
|
||||
|
||||
- [#5945](https://github.com/heroui-inc/heroui/pull/5945) [`ce0c298`](https://github.com/heroui-inc/heroui/commit/ce0c2987859a3fe0adc831eaef81ab018edadc11) Thanks [@wingkwong](https://github.com/wingkwong)! - fix label position for empty percent format (#5941)
|
||||
|
||||
- Updated dependencies [[`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1)]:
|
||||
- @heroui/button@2.2.28
|
||||
- @heroui/form@2.1.28
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/number-input",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons",
|
||||
"keywords": [
|
||||
"input",
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/popover
|
||||
|
||||
## 2.3.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1)]:
|
||||
- @heroui/button@2.2.28
|
||||
|
||||
## 2.3.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/popover",
|
||||
"version": "2.3.27",
|
||||
"version": "2.3.28",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @heroui/radio
|
||||
|
||||
## 2.3.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5944](https://github.com/heroui-inc/heroui/pull/5944) [`4fa5453`](https://github.com/heroui-inc/heroui/commit/4fa54534b2596ca2e46c69945c34894d1da14fab) Thanks [@wingkwong](https://github.com/wingkwong)! - handle props styles in getBaseProps (#5942)
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/form@2.1.28
|
||||
|
||||
## 2.3.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/radio",
|
||||
"version": "2.3.27",
|
||||
"version": "2.3.28",
|
||||
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
||||
"keywords": [
|
||||
"radio"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @heroui/ripple
|
||||
|
||||
## 2.2.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5891](https://github.com/heroui-inc/heroui/pull/5891) [`91e010f`](https://github.com/heroui-inc/heroui/commit/91e010fe3bd8e49653bd53c47e9955d8b11c1db2) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - fix resolve misalignment in RTL layouts by using transform translate (#5858)
|
||||
|
||||
## 2.2.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/ripple",
|
||||
"version": "2.2.20",
|
||||
"version": "2.2.21",
|
||||
"description": "A simple implementation to display a ripple animation when the source component is clicked",
|
||||
"keywords": [
|
||||
"ripple"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @heroui/select
|
||||
|
||||
## 2.4.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5893](https://github.com/heroui-inc/heroui/pull/5893) [`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - Fix bordered focus styles overridden by hover styles (#5585)
|
||||
|
||||
- Updated dependencies [[`1782961`](https://github.com/heroui-inc/heroui/commit/17829618591d723beea665a7c56d9c45a112e24c), [`0825f88`](https://github.com/heroui-inc/heroui/commit/0825f88cd2bfd1b6638a23b8d21f8812576f84a7)]:
|
||||
- @heroui/spinner@2.2.25
|
||||
- @heroui/form@2.1.28
|
||||
- @heroui/listbox@2.3.26
|
||||
- @heroui/popover@2.3.28
|
||||
- @heroui/scroll-shadow@2.3.18
|
||||
|
||||
## 2.4.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/select",
|
||||
"version": "2.4.28",
|
||||
"version": "2.4.29",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @heroui/skeleton
|
||||
|
||||
## 2.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5916](https://github.com/heroui-inc/heroui/pull/5916) [`bc4c982`](https://github.com/heroui-inc/heroui/commit/bc4c9826097a1014939b691425d30eff998d1e2e) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - fixed skeleton shimmer animation not respecting disableAnimation prop (#5915)
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/skeleton",
|
||||
"version": "2.2.17",
|
||||
"version": "2.2.18",
|
||||
"description": "Skeleton is used to display the loading state of some component.",
|
||||
"keywords": [
|
||||
"skeleton"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @heroui/snippet
|
||||
|
||||
## 2.2.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1)]:
|
||||
- @heroui/button@2.2.28
|
||||
- @heroui/tooltip@2.2.24
|
||||
|
||||
## 2.2.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/snippet",
|
||||
"version": "2.2.28",
|
||||
"version": "2.2.29",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/spinner
|
||||
|
||||
## 2.2.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5815](https://github.com/heroui-inc/heroui/pull/5815) [`1782961`](https://github.com/heroui-inc/heroui/commit/17829618591d723beea665a7c56d9c45a112e24c) Thanks [@Vishesh-Verma-07](https://github.com/Vishesh-Verma-07)! - Fix spinner animation (#5794)
|
||||
|
||||
- [#5948](https://github.com/heroui-inc/heroui/pull/5948) [`0825f88`](https://github.com/heroui-inc/heroui/commit/0825f88cd2bfd1b6638a23b8d21f8812576f84a7) Thanks [@wingkwong](https://github.com/wingkwong)! - cater global spinner variant (#5939)
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/system-rsc@2.3.20
|
||||
|
||||
## 2.2.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/spinner",
|
||||
"version": "2.2.24",
|
||||
"version": "2.2.25",
|
||||
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
||||
"keywords": [
|
||||
"loading",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @heroui/table
|
||||
|
||||
## 2.2.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5963](https://github.com/heroui-inc/heroui/pull/5963) [`b89ba08`](https://github.com/heroui-inc/heroui/commit/b89ba08ae06bf0140f0bc92f10e9a09c1484cdba) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(table): virtualized table in firefox by replacing Spacer with css (#2108, #5479)
|
||||
|
||||
- [#5950](https://github.com/heroui-inc/heroui/pull/5950) [`f08dfb8`](https://github.com/heroui-inc/heroui/commit/f08dfb8dd966e8a6f4b2407ab60e4e9d51821126) Thanks [@wingkwong](https://github.com/wingkwong)! - fix column props not recognized (#1667)
|
||||
|
||||
- Updated dependencies []:
|
||||
- @heroui/checkbox@2.3.28
|
||||
|
||||
## 2.2.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/table",
|
||||
"version": "2.2.27",
|
||||
"version": "2.2.28",
|
||||
"description": "Tables are used to display tabular data using rows and columns. ",
|
||||
"keywords": [
|
||||
"table"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @heroui/tabs
|
||||
|
||||
## 2.2.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5816](https://github.com/heroui-inc/heroui/pull/5816) [`b38a2cf`](https://github.com/heroui-inc/heroui/commit/b38a2cfb58feb79b3baff10eff19e21480da1563) Thanks [@wingkwong](https://github.com/wingkwong)! - fix tab cursor (#5790, #5809)
|
||||
|
||||
- [#5924](https://github.com/heroui-inc/heroui/pull/5924) [`5d9a05b`](https://github.com/heroui-inc/heroui/commit/5d9a05be01fea1a66ed47ec4b4d9a9a442560341) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - Fix vertical tabs to use correct aria-orientation and support Up/Down arrow navigation for accessibility. (#5810)
|
||||
|
||||
- [#5846](https://github.com/heroui-inc/heroui/pull/5846) [`a819f2a`](https://github.com/heroui-inc/heroui/commit/a819f2a95a32d059581b2789f2476c5e497732f2) Thanks [@adbjo](https://github.com/adbjo)! - responsive tab cursor (#5943)
|
||||
|
||||
## 2.2.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/tabs",
|
||||
"version": "2.2.24",
|
||||
"version": "2.2.25",
|
||||
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
|
||||
"keywords": [
|
||||
"tabs"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @heroui/toast
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`1782961`](https://github.com/heroui-inc/heroui/commit/17829618591d723beea665a7c56d9c45a112e24c), [`0825f88`](https://github.com/heroui-inc/heroui/commit/0825f88cd2bfd1b6638a23b8d21f8812576f84a7)]:
|
||||
- @heroui/spinner@2.2.25
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/toast",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.18",
|
||||
"description": "Toast are temporary notifications that provide concise feedback about an action or event",
|
||||
"keywords": [
|
||||
"toast"
|
||||
|
||||
@ -1,5 +1,58 @@
|
||||
# @heroui/react
|
||||
|
||||
## 2.8.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`bdd37b4`](https://github.com/heroui-inc/heroui/commit/bdd37b4b08cc12dc3c93f031aa639148257d06d6), [`b89ba08`](https://github.com/heroui-inc/heroui/commit/b89ba08ae06bf0140f0bc92f10e9a09c1484cdba), [`b4cfb40`](https://github.com/heroui-inc/heroui/commit/b4cfb408e963c1131ea3beb58aac7821a0ef52a9), [`8921dc4`](https://github.com/heroui-inc/heroui/commit/8921dc4361f7cdb8cbce755e8b90fdd799b668da), [`f08dfb8`](https://github.com/heroui-inc/heroui/commit/f08dfb8dd966e8a6f4b2407ab60e4e9d51821126), [`ce0c298`](https://github.com/heroui-inc/heroui/commit/ce0c2987859a3fe0adc831eaef81ab018edadc11), [`b38a2cf`](https://github.com/heroui-inc/heroui/commit/b38a2cfb58feb79b3baff10eff19e21480da1563), [`2922b35`](https://github.com/heroui-inc/heroui/commit/2922b35644d8136d593ce08cccf9c78c08d00e0f), [`1782961`](https://github.com/heroui-inc/heroui/commit/17829618591d723beea665a7c56d9c45a112e24c), [`5d9a05b`](https://github.com/heroui-inc/heroui/commit/5d9a05be01fea1a66ed47ec4b4d9a9a442560341), [`91e010f`](https://github.com/heroui-inc/heroui/commit/91e010fe3bd8e49653bd53c47e9955d8b11c1db2), [`0825f88`](https://github.com/heroui-inc/heroui/commit/0825f88cd2bfd1b6638a23b8d21f8812576f84a7), [`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1), [`66ef76e`](https://github.com/heroui-inc/heroui/commit/66ef76e823ed6329b1d2e3c3b9d83721db12fdcf), [`a819f2a`](https://github.com/heroui-inc/heroui/commit/a819f2a95a32d059581b2789f2476c5e497732f2), [`bc4c982`](https://github.com/heroui-inc/heroui/commit/bc4c9826097a1014939b691425d30eff998d1e2e), [`4fa5453`](https://github.com/heroui-inc/heroui/commit/4fa54534b2596ca2e46c69945c34894d1da14fab)]:
|
||||
- @heroui/number-input@2.0.19
|
||||
- @heroui/table@2.2.28
|
||||
- @heroui/theme@2.4.24
|
||||
- @heroui/autocomplete@2.3.30
|
||||
- @heroui/tabs@2.2.25
|
||||
- @heroui/spinner@2.2.25
|
||||
- @heroui/ripple@2.2.21
|
||||
- @heroui/button@2.2.28
|
||||
- @heroui/select@2.4.29
|
||||
- @heroui/input@2.4.29
|
||||
- @heroui/link@2.2.24
|
||||
- @heroui/skeleton@2.2.18
|
||||
- @heroui/radio@2.3.28
|
||||
- @heroui/accordion@2.2.24
|
||||
- @heroui/alert@2.2.28
|
||||
- @heroui/avatar@2.2.22
|
||||
- @heroui/badge@2.2.17
|
||||
- @heroui/breadcrumbs@2.2.22
|
||||
- @heroui/calendar@2.2.28
|
||||
- @heroui/card@2.2.26
|
||||
- @heroui/checkbox@2.3.28
|
||||
- @heroui/chip@2.2.22
|
||||
- @heroui/code@2.2.21
|
||||
- @heroui/date-input@2.3.28
|
||||
- @heroui/date-picker@2.3.29
|
||||
- @heroui/divider@2.2.20
|
||||
- @heroui/drawer@2.2.24
|
||||
- @heroui/dropdown@2.3.28
|
||||
- @heroui/form@2.1.28
|
||||
- @heroui/image@2.2.17
|
||||
- @heroui/input-otp@2.1.28
|
||||
- @heroui/kbd@2.2.22
|
||||
- @heroui/listbox@2.3.26
|
||||
- @heroui/menu@2.2.26
|
||||
- @heroui/modal@2.2.24
|
||||
- @heroui/navbar@2.2.25
|
||||
- @heroui/pagination@2.2.24
|
||||
- @heroui/popover@2.3.28
|
||||
- @heroui/progress@2.2.22
|
||||
- @heroui/scroll-shadow@2.3.18
|
||||
- @heroui/slider@2.4.24
|
||||
- @heroui/snippet@2.2.29
|
||||
- @heroui/spacer@2.2.21
|
||||
- @heroui/switch@2.2.24
|
||||
- @heroui/toast@2.0.18
|
||||
- @heroui/tooltip@2.2.24
|
||||
- @heroui/user@2.2.22
|
||||
|
||||
## 2.8.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/react",
|
||||
"version": "2.8.5",
|
||||
"version": "2.8.6",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "HeroUI <support@heroui.com>",
|
||||
"homepage": "https://heroui.com",
|
||||
|
||||
@ -1,5 +1,23 @@
|
||||
# @heroui/theme
|
||||
|
||||
## 2.4.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5963](https://github.com/heroui-inc/heroui/pull/5963) [`b89ba08`](https://github.com/heroui-inc/heroui/commit/b89ba08ae06bf0140f0bc92f10e9a09c1484cdba) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(table): virtualized table in firefox by replacing Spacer with css (#2108, #5479)
|
||||
|
||||
- [#5909](https://github.com/heroui-inc/heroui/pull/5909) [`8921dc4`](https://github.com/heroui-inc/heroui/commit/8921dc4361f7cdb8cbce755e8b90fdd799b668da) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - fix Safari autofill styling for dark mode readability in NumberInput & Input components (#4657)
|
||||
|
||||
- [#5816](https://github.com/heroui-inc/heroui/pull/5816) [`b38a2cf`](https://github.com/heroui-inc/heroui/commit/b38a2cfb58feb79b3baff10eff19e21480da1563) Thanks [@wingkwong](https://github.com/wingkwong)! - fix tab cursor (#5790, #5809)
|
||||
|
||||
- [#5815](https://github.com/heroui-inc/heroui/pull/5815) [`1782961`](https://github.com/heroui-inc/heroui/commit/17829618591d723beea665a7c56d9c45a112e24c) Thanks [@Vishesh-Verma-07](https://github.com/Vishesh-Verma-07)! - Fix spinner animation (#5794)
|
||||
|
||||
- [#5893](https://github.com/heroui-inc/heroui/pull/5893) [`fd9dd2a`](https://github.com/heroui-inc/heroui/commit/fd9dd2a20c30beb4f46a8a6ab5d654ec7b9dbec1) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - Fix bordered focus styles overridden by hover styles (#5585)
|
||||
|
||||
- [#5846](https://github.com/heroui-inc/heroui/pull/5846) [`a819f2a`](https://github.com/heroui-inc/heroui/commit/a819f2a95a32d059581b2789f2476c5e497732f2) Thanks [@adbjo](https://github.com/adbjo)! - responsive tab cursor (#5943)
|
||||
|
||||
- [#5916](https://github.com/heroui-inc/heroui/pull/5916) [`bc4c982`](https://github.com/heroui-inc/heroui/commit/bc4c9826097a1014939b691425d30eff998d1e2e) Thanks [@hasegawa-101](https://github.com/hasegawa-101)! - fixed skeleton shimmer animation not respecting disableAnimation prop (#5915)
|
||||
|
||||
## 2.4.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heroui/theme",
|
||||
"version": "2.4.23",
|
||||
"version": "2.4.24",
|
||||
"description": "The default theme for HeroUI components",
|
||||
"keywords": [
|
||||
"theme",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user