diff --git a/.changeset/dry-fireants-pretend.md b/.changeset/dry-fireants-pretend.md deleted file mode 100644 index c22f9c4f5..000000000 --- a/.changeset/dry-fireants-pretend.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"@kobalte/core": patch ---- - -## v0.13.5 (August 27, 2024) - -**New features** - -- Tooltip: add skipDelayDuration prop ([#467](https://github.com/kobaltedev/kobalte/pull/467)) - -**Bug fixes** - -- NumberField: only format when enabled ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- NumberField: don't trigger `onRawValueChange` on mount when NaN ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- Select: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- TextField: clear input when controlled value set to undefined ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- Combobox: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- Skeleton: correct data-animate & data-visible attribute value ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- Combobox: close list on outside click ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- NavigationMenu: incorrect animation after closed ([#456](https://github.com/kobaltedev/kobalte/pull/456)) -- Tabs: recalculate indicator styles on resize ([#458](https://github.com/kobaltedev/kobalte/pull/458)) -- Pagination: correctly render fixedItems with low page count ([#464](https://github.com/kobaltedev/kobalte/pull/464)) -- Combobox: prevent opening on input with triggerMode="manual" ([#465](https://github.com/kobaltedev/kobalte/pull/465)) -- NumberField: precision handling with floating point offsets and value snapping ([#468](https://github.com/kobaltedev/kobalte/pull/468)) diff --git a/apps/docs/package.json b/apps/docs/package.json index 470cd1c54..2cfd0c3bc 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -34,7 +34,7 @@ "dependencies": { "@docsearch/css": "3.5.2", "@docsearch/js": "3.5.2", - "@kobalte/core": "0.13.4", + "@kobalte/core": "0.13.5", "@solidjs/meta": "0.29.3", "@solidjs/router": "0.12.4", "@tanstack/solid-virtual": "3.0.0-beta.6", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index aa2c8d7d2..33577bb93 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,30 @@ # @kobalte/core +## 0.13.5 + +### Patch Changes + +- aa6f894e: ## v0.13.5 (August 27, 2024) + + **New features** + + - Tooltip: add skipDelayDuration prop ([#467](https://github.com/kobaltedev/kobalte/pull/467)) + + **Bug fixes** + + - NumberField: only format when enabled ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - NumberField: don't trigger `onRawValueChange` on mount when NaN ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - Select: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - TextField: clear input when controlled value set to undefined ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - Combobox: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - Skeleton: correct data-animate & data-visible attribute value ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - Combobox: close list on outside click ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - NavigationMenu: incorrect animation after closed ([#456](https://github.com/kobaltedev/kobalte/pull/456)) + - Tabs: recalculate indicator styles on resize ([#458](https://github.com/kobaltedev/kobalte/pull/458)) + - Pagination: correctly render fixedItems with low page count ([#464](https://github.com/kobaltedev/kobalte/pull/464)) + - Combobox: prevent opening on input with triggerMode="manual" ([#465](https://github.com/kobaltedev/kobalte/pull/465)) + - NumberField: precision handling with floating point offsets and value snapping ([#468](https://github.com/kobaltedev/kobalte/pull/468)) + ## 0.13.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index dabe2e2cc..f1be3af02 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kobalte/core", - "version": "0.13.4", + "version": "0.13.5", "private": false, "description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.", "keywords": [ @@ -24,7 +24,9 @@ }, "license": "MIT", "author": "jer3m01 ", - "contributors": ["Fabien Marie-Louise "], + "contributors": [ + "Fabien Marie-Louise " + ], "sideEffects": false, "type": "module", "exports": { @@ -45,11 +47,18 @@ "types": "dist/index.d.ts", "typesVersions": { "*": { - "*": ["./dist/*/index.d.ts", "./dist/index.d.ts"] + "*": [ + "./dist/*/index.d.ts", + "./dist/index.d.ts" + ] } }, "source": "src/index.tsx", - "files": ["dist", "src", "NOTICE.txt"], + "files": [ + "dist", + "src", + "NOTICE.txt" + ], "scripts": { "build": "pnpm build:cp && pnpm build:tsup", "build:cp": "cp ../../NOTICE.txt .", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3cd520b54..c0bde29d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,7 +111,7 @@ importers: specifier: 3.5.2 version: 3.5.2(@algolia/client-search@4.23.3)(search-insights@2.14.0) '@kobalte/core': - specifier: 0.13.4 + specifier: 0.13.5 version: link:../../packages/core '@solidjs/meta': specifier: 0.29.3