mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-15 13:23:44 -05:00
## Changelog for reveal.js: Commits: [hakimel/reveal.js@15815efe...e09437f4](15815efe05...e09437f4fa
) * [`942304d8`](942304d862
) add --slide-width/height css variables * [`cd5c9c5b`](cd5c9c5b9d
) build js * [`61624aea`](61624aeafb
) 🤦 * [`7ebade72`](7ebade7248
) remove 20px vertical padding on slide sections * [`c9107476`](c91074761a
) don't write '#/' to url on first slide, remove history api feature detection * [`d272628f`](d272628f58
) add support for data-visibility=hidden * [`ac79c7cd`](ac79c7cd8b
) leave the progress bar empty if there's < 2 slides * [`166af893`](166af89353
) all themes now have contrasting text colors based on slide bg * [`37d83374`](37d8337411
) add support for wrapping code in script tempalte to avoid html parser hakimel/reveal.js#2684 * [`66cbd66f`](66cbd66fb6
) fix slide numbering issue with uncounted horizontal slides (fixes hakimel/reveal.js#2675) * [`1b6a3b1e`](1b6a3b1e6f
) add support for auto-sized big text via r-fit-text * [`aa667791`](aa6677911c
) fit-text helper now triggers lazyily when slide enters view distance * [`be460814`](be460814ac
) correct scope for fit-text selector * [`cd2a7924`](cd2a792416
) allow images inside of h/vstacks to be proportionally downsized * [`2fccb774`](2fccb77405
) add 'playsinline' to all inline videos, dont mute background videos on mobile * [`9ff27cfb`](9ff27cfbc9
) bg videos remain muted on mobile, otherwise broken when navigating with swipe gestures * [`2bfe705e`](2bfe705e6a
) include /css and /js in npm package hakimel/reveal.js#2712 * [`b05e530f`](b05e530f21
) Fix URL to pdf-export documentation * [`3a99a7b7`](3a99a7b70a
) shuffle now applies to vertical slides as well * [`a150d0c5`](a150d0c5dd
) Start relative paths in CSS with ./ * [`80d96b4f`](80d96b4f82
) upgrade rollup-plugin-terser to fix npm warning hakimel/reveal.js#2751 * [`faa8b56e`](faa8b56e2a
) dependency upgrades * [`aa62bd42`](aa62bd424b
) Update README.md * [`2c121d22`](2c121d22ac
) docs: Fix simple typo, transiition -> transition * [`676936e3`](676936e33d
) revert debug change to index.html * [`e09437f4`](e09437f4fa
) escape HTML entities in code parsed from markdown, fixes hakimel/reveal.js#2744