Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 8, 2024
1 parent 0ece6ff commit d6a6fb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ title: Changelog
description: All notable changes will be documented in this file.
---

# [Unreleased]
## [Unreleased]

## Added
### Added

- **Field**: Added `autoresize` prop to `Field.Textarea` for auto-resizing the textarea based on
content.

## Changed
### Changed

- **TreeView**: Redesigned using the new tree collection for improved rendering and logic
management. See the [TreeView documentation](https://ark-ui.com/docs/react/components/tree-view)
for details.
- **QrCode, SignaturePad, Timer**: Promoted from preview to stable release.

## Fixed
### Fixed

- **Dialog**: Fixed an issue where body styles weren't properly restored when `preventScroll` was
enabled.
Expand Down
6 changes: 3 additions & 3 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ description: All notable changes will be documented in this file.

## [4.4.0] - 2024-11-08

## Added
### Added

- **Field**: Added `autoresize` prop to `Field.Textarea` for auto-resizing the textarea based on
content.

## Changed
### Changed

- **TreeView**: Redesigned using the new tree collection for improved rendering and logic
management. See the [TreeView documentation](https://ark-ui.com/docs/solid/components/tree-view)
for details.
- **QrCode, SignaturePad, Timer**: Promoted from preview to stable release.

## Fixed
### Fixed

- **Dialog**: Fixed an issue where body styles weren't properly restored when `preventScroll` was
enabled.
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ description: All notable changes will be documented in this file.

## [4.3.0] - 2024-11-08

## Added
### Added

- **Field**: Added `autoresize` prop to `Field.Textarea` for auto-resizing the textarea based on
content.

## Changed
### Changed

- **TreeView**: Redesigned using the new tree collection for improved rendering and logic
management. See the [TreeView documentation](https://ark-ui.com/docs/vue/components/tree-view) for
details.
- **QrCode, SignaturePad, Timer**: Promoted from preview to stable release.

## Fixed
### Fixed

- **Dialog**: Fixed an issue where body styles weren't properly restored when `preventScroll` was
enabled.
Expand Down

0 comments on commit d6a6fb1

Please sign in to comment.