Skip to content

v0.1.47

Compare
Choose a tag to compare
@frncesc frncesc released this 16 May 12:35
· 491 commits to master since this release

Improvements

Bug fixes

  • Control of the maximum display time of previous screen in text activities. This JClic feature was unimplemented until now. Probably closes #12.
  • Backslashes in active media parameters and file names are now always converted to forward slashes. This avoids problems with chaining in big projects distributed among multiple folders.
  • Set default value of navButtonsAlways to false. Closes #11.
  • Avoid creating AccessibleElement when canvas has no surface.
  • Double-check the existence of ActiveBoxBag elements before using them.
  • Use index -1 in jQuery.get to avoid added div style-scope elements in Shadow DOM.
  • Put stylesheets within shadow-root when in shadow DOM.