Skip to content

Commit

Permalink
chore: prepare release 0.12.2 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 authored Feb 29, 2024
1 parent 63b8224 commit 21ad251
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .changeset/rich-cooks-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
"@kobalte/core": patch
"@kobalte/tests": minor
---

## v0.12.2 (February 29, 2024)

**New features**

- Update to Solid `1.8.15` and Solid
Start `0.5.10` ([#300](https://github.com/kobaltedev/kobalte/pull/300)) ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Use `solid-prevent-scroll` for scroll lock ([#345](https://github.com/kobaltedev/kobalte/pull/345))
- Allow configurable combobox and select components close after
selection ([#339](https://github.com/kobaltedev/kobalte/pull/339))

**Bug fixes**

- Slider: fix onChangeEnd getting called twice ([#324](https://github.com/kobaltedev/kobalte/pull/324))
- Slider: focus the correct thumb `onSlideEnd` ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `getClosestValueIndex` ambiguity ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `Home/End/PageDown/PageUp` keys ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Skeleton: update exports from index.tsx ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- ContextMenu: add context.setAnchorRect call on pointer down ([#338](https://github.com/kobaltedev/kobalte/pull/338))
- DropdownMenu: scroll into view when triggered by keyboard ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: expand hightlighted trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: dont auto open when closed from trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Modal: correctly unlock scroll when disposed in different
order ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Combobox: pass virtualized to listbox ([#341](https://github.com/kobaltedev/kobalte/pull/341))

## @kobalte/tests

Use vitest
2 changes: 1 addition & 1 deletion apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
"-",
)}`;

export const LATEST_CORE_VERSION_NAME = "v0.12.1";
export const LATEST_CORE_VERSION_NAME = "v0.12.2";
22 changes: 22 additions & 0 deletions apps/docs/src/routes/docs/changelog/0-12-x.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# v0.12.x

## v0.12.2 (February 29, 2024)

**New features**

- Update to Solid `1.8.15` and Solid Start `0.5.10` ([#300](https://github.com/kobaltedev/kobalte/pull/300)) ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Use `solid-prevent-scroll` for scroll lock ([#345](https://github.com/kobaltedev/kobalte/pull/345))
- Allow configurable combobox and select components close after selection ([#339](https://github.com/kobaltedev/kobalte/pull/339))

**Bug fixes**

- Slider: fix onChangeEnd getting called twice ([#324](https://github.com/kobaltedev/kobalte/pull/324))
- Slider: focus the correct thumb `onSlideEnd` ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `getClosestValueIndex` ambiguity ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `Home/End/PageDown/PageUp` keys ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Skeleton: update exports from index.tsx ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- ContextMenu: add context.setAnchorRect call on pointer down ([#338](https://github.com/kobaltedev/kobalte/pull/338))
- DropdownMenu: scroll into view when triggered by keyboard ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: expand hightlighted trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: dont auto open when closed from trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Modal: correctly unlock scroll when disposed in different order ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Combobox: pass virtualized to listbox ([#341](https://github.com/kobaltedev/kobalte/pull/341))

## v0.12.1 (January 18, 2024)

**Bug fixes**
Expand Down

0 comments on commit 21ad251

Please sign in to comment.