Skip to content

Commit 1595f9e

Browse files
committed
chore: format and update changelog
1 parent e4a0db8 commit 1595f9e

File tree

9 files changed

+53
-45
lines changed

9 files changed

+53
-45
lines changed

packages/react/CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22

33
### Added
44

5-
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context when handling open state changes
5+
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context
6+
when handling open state changes
67
- **Carousel**: Added support for `autoSize` prop to allow variable width/height slide items
7-
- **Splitter**:
8-
- Added `getResizeTriggerIndicator` to render an indicator when resizing
8+
- **Splitter**:
9+
- Added `Splitter.ResizeTriggerIndicator` to render an indicator when resizing
910
- Exported `getLayout` and `getSplitterLayout` functions for calculating splitter panel layouts
1011
- **Toast**: Exposed viewport offset as CSS variables on the toast group element
1112

1213
### Fixed
1314

14-
- **Carousel**:
15+
- **Carousel**:
1516
- Fixed dragging behavior that stops working after switching browser tabs or scrolling the page
1617
- Fixed dragging not working after scrolling with mouse wheel when `allowMouseDrag` is enabled
1718
- **Combobox**: Fixed `onHighlightChange` not being invoked when collection is filtered to empty
18-
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the
19-
input field multiple times
20-
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file picker
19+
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the input
20+
field multiple times
21+
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file
22+
picker
2123
- **Presence**: Fixed a bug where elements get stuck in unmountSuspended state during rapid state updates
22-
- **Radio Group**:
24+
- **Radio Group**:
2325
- Fixed inconsistent application of `data-focus-visible` and `data-focus` attributes
2426
- Fixed indicator prematurely showing when rect has not been resolved yet (with Tabs)
2527
- **Splitter**: Fixed disabled splitter showing resize cursor and allowing dragging
26-
- **Tabs**:
28+
- **Tabs**:
2729
- Fixed indicator prematurely showing when rect has not been resolved yet (with Radio Group)
2830
- Fixed tabs indicator position not updating when inactive tabs change size
2931
- **Tags Input**: Fixed issue where item delete trigger doesn't have `data-*` attached

packages/solid/CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,31 @@
22

33
### Added
44

5-
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context when handling open state changes
5+
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context
6+
when handling open state changes
67
- **Carousel**: Added support for `autoSize` prop to allow variable width/height slide items
7-
- **Splitter**:
8-
- Added `getResizeTriggerIndicator` to render an indicator when resizing
8+
- **Splitter**:
9+
- Added `Splitter.ResizeTriggerIndicator` to render an indicator when resizing
910
- Exported `getLayout` and `getSplitterLayout` functions for calculating splitter panel layouts
1011
- **Toast**: Exposed viewport offset as CSS variables on the toast group element
1112

1213
### Fixed
1314

14-
- **Carousel**:
15+
- **Carousel**:
1516
- Fixed dragging behavior that stops working after switching browser tabs or scrolling the page
1617
- Fixed dragging not working after scrolling with mouse wheel when `allowMouseDrag` is enabled
1718
- **Combobox**: Fixed `onHighlightChange` not being invoked when collection is filtered to empty
18-
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the
19-
input field multiple times
20-
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file picker
19+
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the input
20+
field multiple times
21+
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file
22+
picker
2123
- **Presence**: Fixed a bug where elements get stuck in unmountSuspended state during rapid state updates
22-
- **Radio Group**:
24+
- **Radio Group**:
2325
- Fixed inconsistent application of `data-focus-visible` and `data-focus` attributes
2426
- Fixed indicator prematurely showing when rect has not been resolved yet (with Tabs)
2527
- **ScrollArea**: Removed unnecessary `createMemo` wrapper in scrollbar props as is already reactive.
2628
- **Splitter**: Fixed disabled splitter showing resize cursor and allowing dragging
27-
- **Tabs**:
29+
- **Tabs**:
2830
- Fixed indicator prematurely showing when rect has not been resolved yet (with Radio Group)
2931
- Fixed tabs indicator position not updating when inactive tabs change size
3032
- **Tags Input**: Fixed issue where item delete trigger doesn't have `data-*` attached

packages/svelte/CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,30 @@ description: All notable changes will be documented in this file.
88

99
### Added
1010

11-
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context when handling open state changes
11+
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context
12+
when handling open state changes
1213
- **Carousel**: Added support for `autoSize` prop to allow variable width/height slide items
13-
- **Splitter**:
14-
- Added `getResizeTriggerIndicator` to render an indicator when resizing
14+
- **Splitter**:
15+
- Added `Splitter.ResizeTriggerIndicator` to render an indicator when resizing
1516
- Exported `getLayout` and `getSplitterLayout` functions for calculating splitter panel layouts
1617
- **Toast**: Exposed viewport offset as CSS variables on the toast group element
1718

1819
### Fixed
1920

20-
- **Carousel**:
21+
- **Carousel**:
2122
- Fixed dragging behavior that stops working after switching browser tabs or scrolling the page
2223
- Fixed dragging not working after scrolling with mouse wheel when `allowMouseDrag` is enabled
2324
- **Combobox**: Fixed `onHighlightChange` not being invoked when collection is filtered to empty
24-
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the
25-
input field multiple times
26-
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file picker
25+
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the input
26+
field multiple times
27+
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file
28+
picker
2729
- **Presence**: Fixed a bug where elements get stuck in unmountSuspended state during rapid state updates
28-
- **Radio Group**:
30+
- **Radio Group**:
2931
- Fixed inconsistent application of `data-focus-visible` and `data-focus` attributes
3032
- Fixed indicator prematurely showing when rect has not been resolved yet (with Tabs)
3133
- **Splitter**: Fixed disabled splitter showing resize cursor and allowing dragging
32-
- **Tabs**:
34+
- **Tabs**:
3335
- Fixed indicator prematurely showing when rect has not been resolved yet (with Radio Group)
3436
- Fixed tabs indicator position not updating when inactive tabs change size
3537
- **Tags Input**: Fixed issue where item delete trigger doesn't have `data-*` attached

packages/svelte/src/lib/components/carousel/carousel-autoplay-indicator.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
*/
99
fallback?: Snippet
1010
}
11-
export interface CarouselAutoplayIndicatorProps extends Assign<HTMLProps<'span'>, CarouselAutoplayIndicatorBaseProps> {
11+
export interface CarouselAutoplayIndicatorProps
12+
extends Assign<HTMLProps<'span'>, CarouselAutoplayIndicatorBaseProps> {
1213
children?: Snippet
1314
}
1415
</script>

packages/svelte/src/lib/components/carousel/examples/variable-size.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
<Carousel.Indicator {index} />
4040
{/each}
4141
</Carousel.IndicatorGroup>
42-
</Carousel.Root>
42+
</Carousel.Root>

packages/svelte/src/lib/components/listbox/listbox-context.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script module lang="ts">
22
import type { Snippet } from 'svelte'
3-
import type { CollectionItem } from '../collection'
3+
import type { CollectionItem } from '../collection'
44
55
export interface ListboxContextProps<T extends CollectionItem> {
66
render: Snippet<[UseListboxContext<T>]>

packages/svelte/src/lib/components/splitter/examples/resize-indicator.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<Splitter.ResizeTriggerIndicator />
99
</Splitter.ResizeTrigger>
1010
<Splitter.Panel id="b">B</Splitter.Panel>
11-
</Splitter.Root>
11+
</Splitter.Root>

packages/svelte/src/lib/components/splitter/splitter-resize-trigger-indicator.svelte

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<script module lang="ts">
22
import type { Assign, HTMLProps, PolymorphicProps, RefAttribute } from '$lib/types'
33
4-
export interface SplitterResizeTriggerIndicatorBaseProps
5-
extends PolymorphicProps<'div'>,
6-
RefAttribute {}
7-
export interface SplitterResizeTriggerIndicatorProps extends Assign<HTMLProps<'div'>, SplitterResizeTriggerIndicatorBaseProps> {}
4+
export interface SplitterResizeTriggerIndicatorBaseProps extends PolymorphicProps<'div'>, RefAttribute {}
5+
export interface SplitterResizeTriggerIndicatorProps
6+
extends Assign<HTMLProps<'div'>, SplitterResizeTriggerIndicatorBaseProps> {}
87
</script>
98

109
<script lang="ts">
@@ -20,4 +19,4 @@
2019
const mergedProps = $derived(mergeProps(splitter().getResizeTriggerIndicator(triggerProps()), props))
2120
</script>
2221

23-
<Ark as="div" bind:ref {...mergedProps} />
22+
<Ark as="div" bind:ref {...mergedProps} />

packages/vue/CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22

33
### Added
44

5-
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context when handling open state changes
5+
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Added `value` to `OpenChangeDetails` for better context
6+
when handling open state changes
67
- **Carousel**: Added support for `autoSize` prop to allow variable width/height slide items
7-
- **Splitter**:
8-
- Added `getResizeTriggerIndicator` to render an indicator when resizing
8+
- **Splitter**:
9+
- Added `Splitter.ResizeTriggerIndicator` to render an indicator when resizing
910
- Exported `getLayout` and `getSplitterLayout` functions for calculating splitter panel layouts
1011
- **Toast**: Exposed viewport offset as CSS variables on the toast group element
1112

1213
### Fixed
1314

14-
- **Carousel**:
15+
- **Carousel**:
1516
- Fixed dragging behavior that stops working after switching browser tabs or scrolling the page
1617
- Fixed dragging not working after scrolling with mouse wheel when `allowMouseDrag` is enabled
1718
- **Combobox**: Fixed `onHighlightChange` not being invoked when collection is filtered to empty
18-
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the
19-
input field multiple times
20-
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file picker
19+
- **Date Picker**: Fixed issue where the range date picker crashes when typing the end date first and blurring the input
20+
field multiple times
21+
- **File Upload**: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file
22+
picker
2123
- **Presence**: Fixed a bug where elements get stuck in unmountSuspended state during rapid state updates
22-
- **Radio Group**:
24+
- **Radio Group**:
2325
- Fixed inconsistent application of `data-focus-visible` and `data-focus` attributes
2426
- Fixed indicator prematurely showing when rect has not been resolved yet (with Tabs)
2527
- **Splitter**: Fixed disabled splitter showing resize cursor and allowing dragging
26-
- **Tabs**:
28+
- **Tabs**:
2729
- Fixed indicator prematurely showing when rect has not been resolved yet (with Radio Group)
2830
- Fixed tabs indicator position not updating when inactive tabs change size
2931
- **Tags Input**: Fixed issue where item delete trigger doesn't have `data-*` attached

0 commit comments

Comments
 (0)