Mobiledoc Kit v0.3.3 Release Notes

Release Date: 2015-08-18 // over 8 years ago
    • 0.3.3 (b572547)
    • โž• Add Key, test for printable character on keydown when selection (83deff5), closes #50
    • โž• Add forward and backward deletion to PostEditor (cbb7182), closes #36
    • โž• Add LinkedList#removeBy (1cf6e59)
    • ๐Ÿ’ป Correct the browser's reported selection (1fbec9f), closes #56
    • ๐Ÿ“„ Docs for postEditor, editor.run, README (aae4eda)
    • โฌ‡๏ธ Drop loadModel (d1061eb)
    • ๐Ÿ– Handle newlines when there is a selection (3b71056), closes #49
    • ๐Ÿ’ป Make getUserMedia work across browsers (f9df470)
    • ๐Ÿ”จ Refactor image card to use postEditor (b4db504)
    • ๐Ÿ”จ Refactor newline insertion to use postEditor (9a5c62e)
    • ๐Ÿ”จ Refactor some method into public postEditor methods (356468b)
    • โœ‚ Remove unused MarkupSection#markerContaining (44518f8)
    • โœ‚ remove unused MarkupSection#split (c42329b)
    • Render a first marker with a leading space using NO_BREAK_SPACE (f20a890), closes #75
    • Render a last marker with trailing space using NO_BREAK_SPACE (e1a5eda), closes #68
    • โšก๏ธ rerender and didUpdate should be scheduled (7e8a35c)
    • ๐Ÿ‘‰ use triggerDelete instead of execCommand (c0a84a9)