Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release 0.13.1 #404

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .changeset/slow-starfishes-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@kobalte/core": patch
---

## v0.13.1 (May 3, 2024)

**New features**

- NumberField: improve input handling ([#379](https://github.com/kobaltedev/kobalte/pull/379)) ([#395](https://github.com/kobaltedev/kobalte/pull/395))

**Bug fixes**

- Slider: call `onChangeEnd` on blur after changing value ([#402](https://github.com/kobaltedev/kobalte/pull/402))
- Select: `options` non reactive inside suspense ([#401](https://github.com/kobaltedev/kobalte/pull/401))
- Combobox: close on select with `focus` trigger mode ([#400](https://github.com/kobaltedev/kobalte/pull/400))
- Menu: open link menu items ([#397](https://github.com/kobaltedev/kobalte/pull/397))
2 changes: 1 addition & 1 deletion apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
"-",
)}`;

export const LATEST_CORE_VERSION_NAME = "v0.13.0";
export const LATEST_CORE_VERSION_NAME = "v0.13.1";
13 changes: 13 additions & 0 deletions apps/docs/src/routes/docs/changelog/0-13-x.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# v0.13.x

## v0.13.1 (May 3, 2024)

**New features**

- NumberField: improve input handling ([#379](https://github.com/kobaltedev/kobalte/pull/379)) ([#395](https://github.com/kobaltedev/kobalte/pull/395))

**Bug fixes**

- Slider: call `onChangeEnd` on blur after changing value ([#402](https://github.com/kobaltedev/kobalte/pull/402))
- Select: `options` non reactive inside suspense ([#401](https://github.com/kobaltedev/kobalte/pull/401))
- Combobox: close on select with `focus` trigger mode ([#400](https://github.com/kobaltedev/kobalte/pull/400))
- Menu: open link menu items ([#397](https://github.com/kobaltedev/kobalte/pull/397))

## v0.13.0 (May 1, 2024)

**Breaking changes**
Expand Down
Loading