asciidoctor-html 2.0.0 → 2.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfb5340bf3dc954a78949a09fc3c8ab681f40303343a39f1b63278a1fa289b6e
4
- data.tar.gz: 6540b618d2ca39e85b32d7d96f5000f1a9d5c8d5691817ed1d0112f93ac8d808
3
+ metadata.gz: 693a549eaa81cb33e98e952e70409001eba7dc0873306a98add4d283b1180c47
4
+ data.tar.gz: 59b879bb5e63a9d7ee025d71ebeb937ef2b8c3d5d2a23fbdb64df678dcdb8889
5
5
  SHA512:
6
- metadata.gz: d0574315791988bd22d06132d494de3eab94d99156a059dd0d8d1db50c432616fe862c7c790fca1163185fe29ff2961627663536c165bf978a8e9cd33767044e
7
- data.tar.gz: 12774310fcf7810d270bea5e0b4e80baf145266c9700d0f7b33bd2d2b204a44ad3b3c9510a64a117154425fc94fb6ad0b270883b58cfdc749068d0f690a46db7
6
+ metadata.gz: f69e15462538890ead34fa4d38f93a6682c3abff180a481941aa9f42299a146d3dec074ed21cbcddac637af4de710927e30bd2c80da569ce561f2ccda7559638
7
+ data.tar.gz: e8103c37a0ec71fdeffa21f903a7d73a451354aea6a5ad74b4079bc8cc09c0564463946df6d71cf6325ad3ecde481ad7c97d9bd4446b5c0490194d5394243526
data/CHANGELOG.md CHANGED
@@ -219,3 +219,11 @@
219
219
 
220
220
  - Presentation view mode.
221
221
  - Subnav block macro.
222
+
223
+ ## [2.0.1] - 2026-07-13
224
+
225
+ - Scroll with up/down arrows as soon as (multi)page loads.
226
+
227
+ ## [2.0.2] - 2026-07-15
228
+
229
+ - Added target parameter to subnav macro.