pptx-svelte-viewer 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/{export-tBg928r6.js → export-Dvt_MrT9.js} +10499 -10161
- package/dist/i18n/translator.d.ts +6 -0
- package/dist/i18n/translator.d.ts.map +1 -1
- package/dist/i18n.d.ts +25 -2
- package/dist/i18n.d.ts.map +1 -1
- package/dist/i18n.js +7 -5
- package/dist/index.d.ts +78 -0
- package/dist/index.js +5 -5
- package/dist/pptx-svelte-viewer.css +1 -1
- package/dist/theme/index.d.ts +2 -2
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/{translator-X_R9mNNj.js → translator-D4a_pxY4.js} +35 -9
- package/dist/viewer/components/ribbon/ribbon-types.d.ts +3 -1
- package/dist/viewer/components/ribbon/ribbon-types.d.ts.map +1 -1
- package/dist/viewer/index.d.ts +78 -0
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/types.d.ts +45 -1
- package/dist/viewer/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
|
|
5
5
|
by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
6
6
|
|
|
7
|
+
## [1.0.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@1.0.0) - 2026-07-17
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
- **svelte:** Add hiddenActions prop to hide individual toolbar/ribbon actions (by @ChristopherVR) ([dbc6a7d](https://github.com/ChristopherVR/pptx-viewer/commit/dbc6a7d4c9480de00d269697820092de426f600e))
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- **svelte:** Ship extracted stylesheet instead of runtime-injected CSS (by @ChristopherVR) ([80270a1](https://github.com/ChristopherVR/pptx-viewer/commit/80270a17e39ed6a8d06189fa21c99a56ccb88490))
|
|
16
|
+
|
|
7
17
|
## [0.9.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@0.9.1) - 2026-07-17
|
|
8
18
|
|
|
9
19
|
### Dependencies
|