Skip to content

v0.1.37

Compare
Choose a tag to compare
@frncesc frncesc released this 05 Oct 17:07
· 563 commits to master since this release

Bug fixes

  • Fixed incorrect calculation of score in Identify activities
  • Full screen mode should work now as expected (when available)
  • Avoid resizing of font attribute in BoxBase prototype

Improvements

  • Project license changed to EUPL-1.1 (compatible with GPL-2.0)
  • Improved accessibility based on WAI-ARIA specifications (still in progress)
  • Experimental use of Hit regions in HTML canvas. Works only when flags ExperimentalCanvasFeatures (Chrome) or canvas.hitregions.enabled (Firefox) are enabled. Checked with ChromeVox

Code cleaning and documentation

  • Miscellaneous optimizations: conditional operators, jQuery expressions, allow reuse of JClicPlayer objects, etc. See git log for details