pptx-angular-viewer 1.18.0 → 1.27.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 CHANGED
@@ -4,6 +4,60 @@ 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.26.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.26.0) - 2026-07-17
8
+
9
+ ### Features
10
+
11
+ - **angular:** Add hiddenActions input to hide individual toolbar/ribbon actions (by @ChristopherVR) ([61eb995](https://github.com/ChristopherVR/pptx-viewer/commit/61eb995be25b317f2172a5983b83575deaefc16c))
12
+
13
+ ### Other
14
+
15
+ - Integrate release version bumps (by @ChristopherVR) ([4b3893f](https://github.com/ChristopherVR/pptx-viewer/commit/4b3893f4158803cc5533beb266ffdc8c776177cb))
16
+
17
+ ### Dependencies
18
+
19
+ - **deps:** Update outdated dependencies within semver ranges (by @ChristopherVR) ([3249d8e](https://github.com/ChristopherVR/pptx-viewer/commit/3249d8ecd53ea79089f87f942f2c88caae840466))
20
+
21
+ ## [1.25.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.25.0) - 2026-07-17
22
+
23
+ ### Dependencies
24
+
25
+ - **deps:** Update outdated dependencies within semver ranges (by @ChristopherVR) ([3249d8e](https://github.com/ChristopherVR/pptx-viewer/commit/3249d8ecd53ea79089f87f942f2c88caae840466))
26
+
27
+ ## [1.24.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.24.0) - 2026-07-17
28
+
29
+ ### Dependencies
30
+
31
+ - **deps:** Update outdated dependencies within semver ranges (by @ChristopherVR) ([3249d8e](https://github.com/ChristopherVR/pptx-viewer/commit/3249d8ecd53ea79089f87f942f2c88caae840466))
32
+
33
+ ## [1.23.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.23.0) - 2026-07-17
34
+
35
+ ### Dependencies
36
+
37
+ - **deps:** Update outdated dependencies within semver ranges (by @ChristopherVR) ([3249d8e](https://github.com/ChristopherVR/pptx-viewer/commit/3249d8ecd53ea79089f87f942f2c88caae840466))
38
+
39
+ ## [1.22.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.22.0) - 2026-07-17
40
+
41
+ ### Dependencies
42
+
43
+ - **deps:** Update outdated dependencies within semver ranges (by @ChristopherVR) ([3249d8e](https://github.com/ChristopherVR/pptx-viewer/commit/3249d8ecd53ea79089f87f942f2c88caae840466))
44
+
45
+ ## [1.21.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.21.0) - 2026-07-17
46
+
47
+ ### Dependencies
48
+
49
+ - **deps:** Update outdated dependencies within semver ranges (by @ChristopherVR) ([3249d8e](https://github.com/ChristopherVR/pptx-viewer/commit/3249d8ecd53ea79089f87f942f2c88caae840466))
50
+
51
+ ## [1.20.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.20.0) - 2026-07-17
52
+
53
+ ## [1.19.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.19.0) - 2026-07-17
54
+
55
+ ## [1.18.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.18.0) - 2026-07-16
56
+
57
+ ### Documentation
58
+
59
+ - **packages:** Add package-specific readme visuals (by @ChristopherVR) ([9e20f13](https://github.com/ChristopherVR/pptx-viewer/commit/9e20f133dc8f21db75a1ca5e46e77c0af3c96d66))
60
+
7
61
  ## [1.17.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.17.1) - 2026-07-15
8
62
 
9
63
  ## [1.17.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.17.0) - 2026-07-13
package/README.md CHANGED
@@ -145,13 +145,14 @@ async save() {
145
145
 
146
146
  ### Inputs
147
147
 
148
- | Input | Type | Default | Description |
149
- | --------------- | ----------------------------------- | ------- | ----------------------------------------------------------------- |
150
- | `content` | `Uint8Array \| ArrayBuffer \| null` | `null` | The `.pptx` bytes to render. |
151
- | `theme` | `ViewerTheme` | n/a | Color/radius overrides applied as CSS custom properties. |
152
- | `class` | `string` | `''` | Class applied to the root element. |
153
- | `canEdit` | `boolean` | `false` | Enables the editor toolbar, inspector, and drag-and-drop editing. |
154
- | `collaboration` | `CollaborationConfig` | n/a | Yjs real-time collaboration config (server URL, room, role). |
148
+ | Input | Type | Default | Description |
149
+ | --------------- | ----------------------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
150
+ | `content` | `Uint8Array \| ArrayBuffer \| null` | `null` | The `.pptx` bytes to render. |
151
+ | `theme` | `ViewerTheme` | n/a | Color/radius overrides applied as CSS custom properties. |
152
+ | `class` | `string` | `''` | Class applied to the root element. |
153
+ | `canEdit` | `boolean` | `false` | Enables the editor toolbar, inspector, and drag-and-drop editing. |
154
+ | `collaboration` | `CollaborationConfig` | n/a | Yjs real-time collaboration config (server URL, room, role). |
155
+ | `hiddenActions` | `ToolbarActionId[]` | `[]` | Toolbar buttons/ribbon tabs to hide individually (e.g. `['share', 'broadcast']`), instead of hiding the whole toolbar. |
155
156
 
156
157
  ### Outputs
157
158