Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Version_4.2.0

Compare
Choose a tag to compare
@mnater mnater released this 18 Mar 14:07
· 310 commits to master since this release

This minor release brings the following changes:

  • bookmarklet uses CSS3hyphenation
  • updated jslint and made it happier
  • faster pattern checking (async)
  • use of querySelectorAll in some browsers
  • globally hide and unhide text by setting CSS classes (faster)
  • included test for CSS3hyphenation availability
  • made Hyphenator.js ready for IE10
  • added support for Esperanto (thanks to Sergio Pokrovskij)
  • added support for Estonian (thanks to Peeter Marvet)
  • added support for Serbian latin (thanks to (Sonja Keljević)
  • some general commenting and code reordering
    Ans some bugfixes:
  • fixed issue with getComputedStyle for older Firefox (<4)
  • fixed issue158 (Not working when called after the document load, thanks to davenewtron)
  • fixed issue162 (Object Document has no method 'getAttribute')
  • fixed issue165 (words not cached)
  • fixed issue166 (added polish prompter string)
  • fixed issue148 (safe copy not working correctly with toggle box)
  • fixed an issue where words with apostrophes weren't treated correctly