Releases: Seungwoo321/vue-pivottable
Releases · Seungwoo321/vue-pivottable
v0.4.66
What's Changed
- Allow importing dist/ by @apeschar in #76
- Allow valueFilter to filter-in and filter-out without listing all values. Like an include and exclude. by @raisercostin in #77
New Contributors
- @apeschar made their first contribution in #76
- @raisercostin made their first contribution in #77
Full Changelog: v0.4.63...v0.4.66
v0.4.63
What's Changed
- efbd2b0 feat: remove vue-plotly from the dependencies
- 1189c1e add plotly-renderer
- fe5e5a3 docs: add guide about plotly-renderer
- 425d381 fix: resolve issue not working when tsv export render
Full Changelog: v0.4.5...v0.4.61
Full Changelog: v0.4.61...v0.4.63
v0.4.5
What's Changed
- change to vite-based build #65 closed (file size 18mb -> 11mb)
Full Changelog: v0.4.4...v0.4.5
v0.4.4
Close Issue
- 5729a88 fix: update default dropdown value #64
- 1973c98 fix: modify code when scoped-slot is not a function, #43 close
- 97a4f4f fix: resolve issue #17 that rowOrder and ColOrder are not working
What's Changed
- feat: add fr localStrings by @rosairekota in #61
- feat: add media querie for small screens by @rosairekota in #63
- docs: add Seungwoo321 as a contributor for code by @allcontributors in #67
- docs: add jbrathwa as a contributor for bug by @allcontributors in #68
- docs: add rosairekota as a contributor for maintenance by @allcontributors in #69
- docs: add cbbdev as a contributor for maintenance by @allcontributors in #70
New Contributors
- @rosairekota made their first contribution in #61
- @allcontributors made their first contribution in #67
Full Changelog: v0.4.2...v0.4.4
v0.4.2
v0.4.1
Bug Fixes
- fix: support v-slot:output directive (2ce1bd1)
BREAKING CHANGES
- refactor: reverte TableRenderer.js and remove props colLimit rowLimit (55c1b05)
- Include missing
dist
directory in the 0.4.0.
Full Changelog: v0.4.0...v0.4.1
v0.3.98
BREAKING CHANGES
- refactor: update how to use scoped-slot output and table renderer (f2826cd)
Full Changelog: v0.3.97...v0.3.98
v0.3.97
Bug Fixes
Full Changelog: v0.3.96...v0.3.97
v0.3.96
Bug Fixes
- fix: modify condition to check if clickCallback function is defined (d0369d8)
Full Changelog: v0.3.95...v0.3.96
v0.3.95
Bug Fixes
- prevent drag field going out of pivot ui (25f3190)
- refactor event handler when clicking the total cell (17a1570)
Features
- add filterbox event when async field has no data (e17667a)
BREAKING CHANGES
- if using localeStrings, replace by locales and locale. (9e9d8af)
Full Changelog: https://github.com/Seungwoo321/vue-pivottable/commits/v0.3.95