diff --git a/.changeset/slow-starfishes-act.md b/.changeset/slow-starfishes-act.md new file mode 100644 index 00000000..c26a0c3c --- /dev/null +++ b/.changeset/slow-starfishes-act.md @@ -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)) diff --git a/apps/docs/src/VERSIONS.ts b/apps/docs/src/VERSIONS.ts index d92625f1..30f4ae46 100644 --- a/apps/docs/src/VERSIONS.ts +++ b/apps/docs/src/VERSIONS.ts @@ -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"; diff --git a/apps/docs/src/routes/docs/changelog/0-13-x.mdx b/apps/docs/src/routes/docs/changelog/0-13-x.mdx index 414826c0..3d1c784d 100644 --- a/apps/docs/src/routes/docs/changelog/0-13-x.mdx +++ b/apps/docs/src/routes/docs/changelog/0-13-x.mdx @@ -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**