stimulus-pdf-viewer-rails 0.3.2 → 0.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94c69ce661ffbfcc99fa65676d97183b65252cb525c69ac4ef4d0dd128a6ba48
4
- data.tar.gz: c51c519b51d76b496afa78ffa68703bf7eb17e2f147516de224e75bf6c834bfe
3
+ metadata.gz: 2304be55407cf2f6bda31771ad7dff2bd54499278bb24b24e0429f161c835569
4
+ data.tar.gz: 28149508a79eaabd4b5f65120cb6758082b263e5b66540b693671e3a328d1424
5
5
  SHA512:
6
- metadata.gz: db307a6dc1e632f7d4e6ddb1c5fec962c421e4981a0e713e71b33686d5b82bf9f3a16ac297049c50bd217424254e863aaca8d63320d695c6feadea5be7bbad6b
7
- data.tar.gz: d01c3a7398acf4b25054685c87258bf1dc9d24718905c014c5b41410d0bcb0f878c9495ec7f13e639d2071adb3737625e88e793da97424014fe0a43ae82f4733
6
+ metadata.gz: 86c15ca518c858a764d8050175314e96244dd6941dd1b9556d58758e33f8e1767968516ca617e8a3dd9d13752caafbd6c2d1fb429658ba8981f7f730a8ec24d8
7
+ data.tar.gz: 757a7972ddabe9b0f12c737dda5336cd1be4f0a319faa73df52887e08bde64de84871cb1d22fce37f8fc571b3a648b1fa229bec9d1c29c3ae6f7f3a0d0a1973d
data/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.4.1] - 2026-08-10
6
+
7
+ ### Fixed
8
+ - Updated stimulus-pdf-viewer to 0.4.1
9
+
10
+ This fixes `initialAnnotation` deep-links, which never scrolled to or selected
11
+ the annotation (a string/number id mismatch in the annotation map lookup), and
12
+ gives deep-linked annotations the same flash/highlight treatment as sidebar
13
+ clicks. See the upstream
14
+ [0.4.1 changelog](https://github.com/jhubert/stimulus-pdf-viewer/blob/main/CHANGELOG.md)
15
+ for full details.
16
+
17
+ ## [0.4.0] - 2026-06-24
18
+
19
+ ### Added
20
+ - Updated stimulus-pdf-viewer to 0.4.0
21
+
22
+ This pulls in page rotation support (pages with a `/Rotate` value now render
23
+ upright, with text selection and annotation overlays aligned), a stored-XSS fix
24
+ for untrusted annotation data, a crash fix when loading a new PDF, per-page
25
+ sizing for mixed documents, canvas-size clamping for large/zoomed pages, and a
26
+ broad memory-leak cleanup. No breaking changes. See the upstream
27
+ [0.4.0 changelog](https://github.com/jhubert/stimulus-pdf-viewer/blob/main/CHANGELOG.md)
28
+ for full details.
29
+
5
30
  ## [0.3.2] - 2026-05-13
6
31
 
7
32
  ### Added