Skip to content

0.2.0

Compare
Choose a tag to compare
@OscarGodson OscarGodson released this 07 Jul 04:22
· 205 commits to develop since this release

New Features

  • Complete Fullscreen API set. enterFullscreen() and exitFullscreen() methods and fullscreenenter and fullscreenexit events have been added (ticket #156) (ticket #146)
  • Added boolean useNativeFullscreen option (ticket #146)
  • Added is() method to get the state of the editor (ticket #88)
  • Added reflow(['width'|'height']) method to automatically refit the editor in the parent (ticket #160)

Updates and Major Bug Fixes

  • Fixed character encoding bug causing strange characters over the wire in Chrome (ticket #184)
  • Fixed Firefox losing space characters (ticket #178)
  • Removed alt+o key command because it was causing problems on non-western keyboards and replaced with a toggling alt+p. (ticket #144) thanks @jeffhill
  • Preview state is now retained when loading after unloading (ticket #161)