EpicEditor v0.2.0 Release Notes

Release Date: 2013-07-07 // almost 11 years ago
  • ๐Ÿ†• 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)