Skip to content

Commit eff20ac

Browse files
authored
chore(main): release 3.2.0 (#94)
1 parent 466de89 commit eff20ac

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
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+
## [3.2.0](https://github.com/nethesis/vue-components/compare/v3.1.0...v3.2.0) (2025-09-01)
4+
5+
6+
### Features
7+
8+
* add NeBadgeV2 ([#93](https://github.com/nethesis/vue-components/issues/93)) ([466de89](https://github.com/nethesis/vue-components/commit/466de89e594235c0d61de710a78fa302cde55211))
9+
* **NeTable:** add hover color to table rows ([466de89](https://github.com/nethesis/vue-components/commit/466de89e594235c0d61de710a78fa302cde55211))
10+
11+
12+
### Bug Fixes
13+
14+
* **NeButton:** add story for icon only button ([466de89](https://github.com/nethesis/vue-components/commit/466de89e594235c0d61de710a78fa302cde55211))
15+
* **NeDropdownFilter:** add clearSearchLabel prop ([466de89](https://github.com/nethesis/vue-components/commit/466de89e594235c0d61de710a78fa302cde55211))
16+
* **NeListbox:** fix width of options list ([466de89](https://github.com/nethesis/vue-components/commit/466de89e594235c0d61de710a78fa302cde55211))
17+
* **NeSideDrawer:** add show event ([466de89](https://github.com/nethesis/vue-components/commit/466de89e594235c0d61de710a78fa302cde55211))
18+
* **NeTooltip:** prevent nesting of button elements ([466de89](https://github.com/nethesis/vue-components/commit/466de89e594235c0d61de710a78fa302cde55211))
19+
320
## [3.1.0](https://github.com/nethesis/vue-components/compare/v3.0.1...v3.1.0) (2025-07-08)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nethesis/vue-components",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"private": false,
66
"keywords": [
77
"nethserver",

0 commit comments

Comments
 (0)