pptx-angular-viewer 1.7.0 → 1.7.2
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,14 @@ 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.7.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.7.1) - 2026-07-06
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- **deps:** Update tailwindcss to ^4.3.2 and @angular/common to ^22.0.5 (by @ChristopherVR) ([ae1b615](https://github.com/ChristopherVR/pptx-viewer/commit/ae1b615b3632a8dc3bcd9a201fbab583648da97c))
|
|
12
|
+
|
|
13
|
+
## [1.7.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.7.0) - 2026-07-05
|
|
14
|
+
|
|
7
15
|
## [1.6.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.6.0) - 2026-07-05
|
|
8
16
|
|
|
9
17
|
### Features
|
|
@@ -53312,7 +53312,7 @@ function getTextBlockStyle(el) {
|
|
|
53312
53312
|
'flex-direction': 'column',
|
|
53313
53313
|
width: '100%',
|
|
53314
53314
|
height: '100%',
|
|
53315
|
-
overflow: '
|
|
53315
|
+
overflow: 'visible',
|
|
53316
53316
|
'white-space': 'pre-wrap',
|
|
53317
53317
|
'word-break': 'break-word',
|
|
53318
53318
|
};
|