Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Releases: rudism/ficdown.js

v2.0.4

10 May 17:03
Compare
Choose a tag to compare

Added scrollParent option to override parent element when scrolling the story or resetting position to the top when scrolling is disabled.

v2.0.3

09 May 20:25
Compare
Choose a tag to compare

Added callback hooks for story start and finish.

v2.0.2

09 May 01:03
Compare
Choose a tag to compare
  • 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

17 May 04:05
Compare
Choose a tag to compare

Removed unneeded core-js code to reduce file size.

v2.0.0

28 Apr 23:00
Compare
Choose a tag to compare

Complete rewrite in typescript. No longer requires any third party dependencies (includes all required libraries and polyfills).

v0.9.1

28 Dec 23:11
Compare
Choose a tag to compare
  • Better handling of scenes with no title.
    ## [Scene Name]("")
  • 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

26 Jul 19:11
Compare
Choose a tag to compare

Download ficdown.js or ficdown.min.js below.