Skip to content

Commit 9c6aa15

Browse files
committed
chore(release): v0.2.9
1 parent 90def95 commit 9c6aa15

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.2.9 (2025-02-21)
4+
5+
### Features
6+
* **Form:** add prop to disable state transformation
7+
* **TableWrapper:** new component
8+
9+
10+
### Docs
11+
* **Installation:** improve
12+
* **TableWrapper:** new component
13+
14+
### Bug Fixes
15+
* **Tooltip:** bind `$attrs` on trigger
16+
* **Form:** ensure loading state resets to false after an error
17+
* **Modal:** disable close autofocus
18+
* **Modal:** use `dvh` unit
19+
* **Avatar:** render on SSR
20+
* **vite:** exclude `@nuxt/ui` from vite pre-optimization
21+
* **Modal:** fixed header height
22+
23+
### Chore
24+
* **deps:** update `reka-ui` and `vaul-vue`
25+
* **Toaster:** fix ts error
26+
327
## 0.2.8 (2025-02-18)
428

529
### Docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitrix24/b24ui-nuxt",
33
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"packageManager": "[email protected]",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)