Skip to content

Commit a9e14c9

Browse files
committed
chore(release): v0.1.7
1 parent 85a0c9a commit a9e14c9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.7 (2025-02-05)
4+
5+
### Features
6+
7+
* **SelectMenu:** new component
8+
9+
### Bug Fixes
10+
11+
* **Button:** not render loaders if not loading
12+
* **form:** import types from `@bitrix24/b24ui-nuxt`
13+
* **App:** wrap `ModalProvider` / `SlideoverProvider` inside `TooltipProvider`
14+
15+
### Chore
16+
* **types:** export `utils`
17+
* **templates:** import from `@bitrix24/b24ui-nuxt`
18+
* **package:** export `utils`
19+
320
## 0.1.6 (2025-02-04)
421

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

0 commit comments

Comments
 (0)