Skip to content

Commit b4a63a8

Browse files
Merge pull request #73 from vue-pivottable/fix/slots
Fix/slots
2 parents a343c3c + cab6a8c commit b4a63a8

File tree

8 files changed

+6777
-103
lines changed

8 files changed

+6777
-103
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.0.4](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.3...v1.0.4) (2025-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* fix slot and slot-scoped close [#70](https://github.com/vue-pivottable/vue3-pivottable/issues/70) [#71](https://github.com/vue-pivottable/vue3-pivottable/issues/71) ([d7369bc](https://github.com/vue-pivottable/vue3-pivottable/commit/d7369bca19f5d4c547dc57f462da4f4f4aceecff))
7+
* **lazy-table-renderer:** fix build script ([4b9dc1b](https://github.com/vue-pivottable/vue3-pivottable/commit/4b9dc1bbccff292d69d0152a43f5bcd7cc66b5b2))
8+
* **lazy-table-renderer:** fix lint ([39f597c](https://github.com/vue-pivottable/vue3-pivottable/commit/39f597c081e885b7668fdaeec4ef38f2cb43b41c))
9+
* pvtAttr scoped slot 버그 수정[#68](https://github.com/vue-pivottable/vue3-pivottable/issues/68) ([6383df4](https://github.com/vue-pivottable/vue3-pivottable/commit/6383df456c504a55cee560375bedeec5e7169d7a))
10+
* **slot:** pvtAttr scoped slot 버그 수정 ([#68](https://github.com/vue-pivottable/vue3-pivottable/issues/68)) ([e2986ac](https://github.com/vue-pivottable/vue3-pivottable/commit/e2986acaf5e247551d499de9a70b7a5e17b85087))
11+
12+
13+
### Features
14+
15+
* update script with new functionality ([83b4db2](https://github.com/vue-pivottable/vue3-pivottable/commit/83b4db211a1b89ae6575a1f0398941406129b1ba))
16+
17+
18+
119
## [1.0.3](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.2...v1.0.3) (2025-05-01)
220

321
## [1.0.2](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.0-alpha.5...v1.0.2) (2025-04-30)

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -15,6 +15,10 @@
1515
rel="stylesheet"
1616
href="/dist/vue-pivottable.css"
1717
/>
18+
<script
19+
src="https://kit.fontawesome.com/268e94c0b0.js"
20+
crossorigin="anonymous"
21+
></script>
1822
<title>Vue3 Pivottable</title>
1923
</head>
2024
<body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pivottable",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"type": "module",
55
"description": "",
66
"exports": {

0 commit comments

Comments
 (0)