Releases: rudism/ficdown.js
Releases · rudism/ficdown.js
v2.0.4
Added scrollParent
option to override parent element when scrolling the story or resetting position to the top when scrolling is disabled.
v2.0.3
Added callback hooks for story start and finish.
v2.0.2
- Updated npm dependencies.
- Fixed bug where empty titles in story and scene titles were still rendering.
- Fixed bug where scenes with more specific matching conditionals were not being matched correctly.
v2.0.1
Removed unneeded core-js code to reduce file size.
v2.0.0
Complete rewrite in typescript. No longer requires any third party dependencies (includes all required libraries and polyfills).
v0.9.1
- Better handling of scenes with no title.
- Ability to customize start link text and game-over markdown when creating the
Player
object.
new Player(story, 'main', 'Click to start...', '## The End\n\n[Click](/main) to restart.')
v0.9.0
Download ficdown.js
or ficdown.min.js
below.