Skip to content

Commit eba5e11

Browse files
committed
chore(release): v0.2.1
1 parent b674958 commit eba5e11

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.1 (2025-02-06)
4+
5+
### Features
6+
7+
* **Alert/Toast/DescriptionList:** add `orientation` prop
8+
* **Toast:** handle vnodes in `title` and `description`
9+
* **useToast:** proxy emits
10+
* **InputMenu:** new component
11+
12+
### Bug Fixes
13+
14+
* **Toast:** rename `click` to `onClick` for consistency
15+
* **useToast:** don't return a promise on `add`
16+
17+
### Docs
18+
19+
* **Install:** improve
20+
* **SelectMenu:** improve
21+
* **InputMenu:** improve
22+
323
## 0.1.7 (2025-02-05)
424

525
### Features

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.1.7",
4+
"version": "0.2.1",
55
"packageManager": "[email protected]",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)