Skip to content

Commit 6e7a3f2

Browse files
committed
chore(release): v0.4.1
1 parent a5081b0 commit 6e7a3f2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## 0.4.1 (2025-03-05)
4+
5+
### Bug Fixes
6+
7+
* **InputMenu:** wrong `required` in multiple mode
8+
* **InputMenu/SelectMenu:** proxy `required` in root props
9+
10+
### Features
11+
12+
* **prose:** new prose components
13+
14+
### Chore
15+
16+
* **Slideover:** add safeList
17+
* **components:** add `@IconComponent` tag on icon properties
18+
* **components:** improve tsdoc
19+
* **deps:** update dependency ohash to v2
20+
* **Modal/Slideover:** add backdrop blur
21+
* **DescriptionList:** move from `components/content` to `components`
22+
* **TableWrapper:** move from `components/prose` to `components/content`
23+
24+
### Docs
25+
26+
* **getting-started:** improve
27+
328
## 0.4.0 (2025-03-03)
429

530
### Bug Fixes

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

0 commit comments

Comments
 (0)