Skip to content

0.1.1

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

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)