Skip to content

Commit b39d018

Browse files
chore: version packages for beta release
1 parent 6d6b733 commit b39d018

File tree

4 files changed

+19
-22
lines changed

4 files changed

+19
-22
lines changed

.changeset/fix-main-import-reference.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-vue-pivottable-props-issue.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- a80fab8: Fix main.ts import reference issue and optimize memory usage
8+
9+
Fixed undefined SimpleApp reference to use App component in main.ts entry point. This resolves runtime errors and improves application startup reliability.
10+
11+
- f4122ad: Fix VuePivottable component props and type issues
12+
- Fix "Cannot read properties of undefined" error when using VuePivottable without VuePivottableUi
13+
- Remove unnecessary composables export from main index to prevent VuePivottableUi code execution
14+
- Make aggregatorName, renderers, rendererName optional in DefaultPropsType with proper defaults
15+
- Add proper default values in VPivottable component
16+
- Fix TSVExportRenderers to handle undefined aggregatorName
17+
- Resolve Vue warning messages for missing required props
18+
19+
This ensures VuePivottable can be used independently without requiring VuePivottableUi-specific props.
20+
321
## 1.2.0
422

523
### Minor Changes

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.2.0",
3+
"version": "1.2.1-beta.1755016316",
44
"type": "module",
55
"description": "",
66
"exports": {

0 commit comments

Comments
 (0)