Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Releases: hiroppy/fusuma

Add css alias

16 Jun 03:29
Compare
Choose a tag to compare

Added class alias for bespoke.js so added string-replace-loader before postcss-loader.

__body -> .bespoke-parent
__bg -> .bespoke-backdrop
__section-title -> .bespoke-backdrop.section-title

Sample: https://github.com/hiroppy/fusuma/blob/master/samples/fx/style.css

Also, it will not convert anything other than specific keys, so it has backward compatibility.

Add Slide Transition Animation and Hide Sidebar

19 May 11:08
Compare
Choose a tag to compare

Slide Transition Animation

Added support for slide animation.

Demo: https://hiroppy.github.io/fusuma-fx-sample/
Docs: https://github.com/hiroppy/fusuma/blob/master/docs/slide.md#animation

Hide Sidebar

Added an option as hiding sidebar in slide.
Also, it was changed to forcibly hide when outputting as PDF.

webpack

Fixed resolveLoader.module and resolve.modules.


Thanks

Huge thanks to @saadq and @hiloki!