-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(number-field): value stuck on NaN (#370)
* fix(number-field): value stuck on NaN * fix(number-field): locale decimal value Co-authored-by: =?UTF-8?q?Marius=20D=C3=B6rbandt?= <[email protected]> * chore: prepare release `0.12.5` --------- Co-authored-by: =?UTF-8?q?Marius=20D=C3=B6rbandt?= <[email protected]>
- Loading branch information
Showing
6 changed files
with
114 additions
and
17 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.5 (March 14, 2024) | ||
|
||
**Bug fixes** | ||
|
||
- NumberField: value stuck on NaN ([#364](https://github.com/kobaltedev/kobalte/pull/370)) | ||
- NumberField: locale decimal value ([#369](https://github.com/kobaltedev/kobalte/pull/369)) |
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
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