EpicEditor v0.1.1 Release Notes

Release Date: 2013-07-07 // almost 11 years ago
  • ๐Ÿ†• New Features

    • getFiles() has been added allowing you to easily get all or one files in localStorage (ticket #85)
    • A boolean clientSideStorage option has been added. Setting it to false will make EpicEditor not save to localStorage (ticket #141)
    • ๐Ÿ‘ EpicEditor now supports fluid width containers and will resize horizontally on the fly. (ticket #129)

    โšก๏ธ Updates and Major Bug Fixes

    • ๐Ÿ›  Fix for EpicEditor not loading in IE9 when run on the local file system (ticket #137)
    • ๐Ÿ›  Fix for exportFile() and file.content to export spaces as spaces and not   characters (ticket #136)
    • ๐Ÿ›  Fix for update event firing before content was actually updated thus showing old content (ticket #135)
    • ๐Ÿ›  Fix for key shortcuts sometimes getting stuck and always firing and preventing you from typing certain characters (ticket #133) (ticket #127)
    • ๐Ÿ›  Fix for when clicking on the preview/edit buttons key shortcuts wouldn't work anymore until the editor was clicked again (ticket #125)
    • ๐Ÿ›  Fix for not being able to do fullscreen, close, fullscreen back to back in Firefox (ticket #121)
    • ๐Ÿ›  Fix for default file name becoming a stringified element object if there was no ID on the selected element (ticket #102)
    • ๐Ÿ›  Fixed anchor links opening in new tabs (ticket #96)
    • ๐Ÿ›  Fix for 2 <link> tags being loaded into the previewer iframe on load (ticket #78)
    • Safari now uses faux fullscreen (ticket #6)