Skip to content

Releases: presenta-software/presenta-lib

v0.1.8

05 Dec 16:26
Compare
Choose a tag to compare

New features:

  • added baseurl controller to infer relative asset paths

Bug fixes & cleanups

  • made group block compatible with baseurl
  • added standard fragment in package.json
  • small fixes on text block

v0.1.7

28 Nov 15:10
Compare
Choose a tag to compare

Bug fixes:

  • core cleanup
  • steps module improvements
  • controllers and router fixes

v0.1.6

26 Nov 16:33
Compare
Choose a tag to compare

Features:

  • steps now can handle multiple items in sync!

Bug fix:

  • A bit of refactoring in some core components
  • A better plugin init that prevent unwanted plugin initialization

v0.1.5

25 Nov 15:06
Compare
Choose a tag to compare

Changes:

  • Now the instance of Presenta Lib is a Promise

Bug Fixes:

  • cache controller run method return a Promise to fix some edge cases

v0.1.4

24 Nov 20:03
Compare
Choose a tag to compare

New features:

  • svg block to inject external svg files
  • cache controller used by svg block to preload external resources
  • video block volume and rewind controls

Bug fixes:

  • arrow controller and router minor issues