Skip to content

Commit 38a95c7

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents 130d1f4 + a5be6d5 commit 38a95c7

File tree

3 files changed

+3747
-1313
lines changed

3 files changed

+3747
-1313
lines changed

packages/vue-dataviewer/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.17.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-11-25)
7+
8+
### Bug Fixes
9+
10+
- Check if slot is not empty for hasSlots logic ([2e840ad](https://github.com/toneflix/vue-component-pack/commit/2e840adc5406d6de264d94764fd93fb238561037))
11+
- Make `hasSlots` feature work as intended. ([ce1d40a](https://github.com/toneflix/vue-component-pack/commit/ce1d40a094cdb4e162a1b9a83d2df544b5d7b81d))
12+
13+
### Features
14+
15+
- Add `resetHandler` to handle system resets and 401 errors. ([0d3841a](https://github.com/toneflix/vue-component-pack/commit/0d3841a7f74af0ba15539e76baea86a0885fd393))
16+
- add the hasSlots class to help customize when custom slots are in use. ([14ca62a](https://github.com/toneflix/vue-component-pack/commit/14ca62a52db60a3d10e3b1d5ed54cc817da044d3))
17+
- Prevent applying styles to unsloted element. ([73ebece](https://github.com/toneflix/vue-component-pack/commit/73ebece10fe19352c441b49be9dd7d6df4c2deb2))
18+
619
# [1.16.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-11-21)
720

821
### Features

packages/vue-dataviewer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/vue-dataviewer",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Quickly view data from an object with little to no tinkering on vue 3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.cjs",
@@ -38,4 +38,4 @@
3838
"@toneflix/vue-forms": "^1.5.0",
3939
"date-fns": "^4.1.0"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)