-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@kobalte/core": patch | ||
--- | ||
|
||
## v0.12.3 (March 5, 2024) | ||
|
||
**New features** | ||
|
||
- Update to Solid Start `0.6.1` ([#354](https://github.com/kobaltedev/kobalte/pull/354)) | ||
- [New `NumberField` component](/docs/core/components/number-field) ([#354](https://github.com/kobaltedev/kobalte/pull/354)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ import { Callout } from "../../../../components/callout"; | |
Kobalte works out of the box with [SolidStart](https://start.solidjs.com/). | ||
|
||
<Callout type="warning"> | ||
Kobalte has been tested with `[email protected]` and `@solidjs/start@0.5.10`, compatibility with | ||
Kobalte has been tested with `[email protected]` and `@solidjs/start@0.6.1`, compatibility with | ||
other versions is not guaranteed. | ||
</Callout> |