EpicEditor v0.1.0 Release Notes

Release Date: 2013-07-07 // almost 11 years ago
  • API Changes

    • import is now importFile and has more functionality.
    • exportHTML is now exportFile and has more functionality.
    • get is now getElement with more selectors and slightly modified existing ones.
    • ๐Ÿšš options is removed and moved as an object into the EpicEdior contructor.
    • โž• Added version to EpicEditor object to return the current EE version (i.e. EpicEditor.version)

    ๐Ÿ†• New Features

    • ๐Ÿ’ป Fullscreen in unsupported browsers (Firefox and IE9).
    • ๐Ÿ’พ Save via ctrl/cmd+s.
    • โšก๏ธ Full CRUD event support (create, read, update, and remove events to hook into with on()).
    • ๐Ÿ“œ Use any parser with the new parser option. Just return HTML from a function.

    โšก๏ธ Updates and Major Bug Fixes

    • EpicEditor gets a logo from @sebnitu.
    • ๐Ÿ‘ Complete IE9 support.
    • Theming has been completely redone. Instead of everything living in one document and conflicting with each other it will live in these multiple documents: base, editor, and preview.
    • ๐Ÿ†• New and much better Markdown parser Marked by @chjj. (EpicEditor's own README actually works in EpicEditor finally).
    • ๐Ÿ†• New icons with preview/edit specific icons (thanks @sebnitu).
    • ๐Ÿ‘ Better docs (thanks again @sebnitu).
    • โšก๏ธ Updated GitHub theme to match their current theme.
    • ๐Ÿ‘ Better interval cleanup on unload()ing

    โšก๏ธ Behind-the-scenes Updates

    • โœ… Full test coverage on every EpicEditor API method using foounit by @foobarfighter
    • ๐Ÿ“„ Docs are generated from the README
    • ๐Ÿ— Real builds from the /src directory
    • ๐Ÿ“œ Marked (Markdown parser) has been pulled out from the source and is a git submodule