All Versions
109
Latest Version
Avg Release Cycle
74 days
Latest Release
1267 days ago

Changelog History
Page 6

  • v0.9.1 Changes

    March 24, 2016
    • πŸ›  [BUGFIX] Do not handle key events when the editor has no cursor (251675e), closes #344
    • πŸ›  [BUGFIX] up/down arrows in Firefox should not update mobiledoc (81e1cb0)
    • [CLEANUP] DRY copy/paste and drop event handling. Add editor#serializeTo (8a1ae77)
    • [FEATURE] holding shift while pasting pastes plain text (a006366), closes #334
    • βž• Add card with drag/drop listeners to demo app (f374958)
    • πŸ– Handle drop events semantically (b2a49c9)
    • ⚑️ Update README.md (dad9dc3)
    • v0.9.1 (36a7d5e)
    • ⚑️ chore(package): update testem to version 1.6.0 (7117017)
  • v0.9.0 Changes

    March 22, 2016
    • 🚚 Ensure using arrow keys when text is selected moves cursor correctly (58dec72)
    • v0.9.0 (67a8292)
  • v0.9.0-beta.1 Changes

    March 17, 2016
    • βž• Add ctrl+z, ctrl+shift+z key commands for non-mac (8ad1377)
    • βž• Add npm test:ci script, use mobiledoc-kit saucelabs creds (e52172b)
    • βž• Add tests for copy-pasting on IE11. (2a743fa)
    • Extract clipboard getters/setters into utility functions. (f6307ea)
    • πŸ›  Fix a typo in Readme (b20a76a)
    • πŸ›  Fix bug #326: Cross-browser testing on CI (19874f8), closes #326
    • πŸ›  Fix bug #329: Copy-pasting does not work on IE11 (b4c46c3), closes #329
    • Replace broken Node.contains with custom containsNode (c80f5ad)
    • ⚑️ Update changelog (9e50f5b)
    • ⚑️ update demo to use ember-mobiledoc-dom-renderer 0.4.0 (a1e7cf4)
    • πŸš€ update readme release instructions (deb69f3)
    • ⚑️ Update README.md (89a17ad)
    • ⚑️ Update README.md (60b0b4f)
    • πŸ‘‰ Use keypress event to enter text (2701e71)
    • v0.9.0-beta.1 (5768110)
    • ⚑️ chore(package): update dependencies (b9bb08d)
    • ⚑️ chore(package): update jquery to version 2.2.2 (ce0a2c6)
    • ⚑️ chore(package): update testem to version 1.5.0 (7a8eff8)
  • v0.8.5 Changes

    February 11, 2016
  • v0.8.4 Changes

    February 10, 2016
    • 0.8.4 (bc9da8b)
    • βž• Add further undo/redo tests (2164ea5)
    • πŸ“œ Do not permit changes inside cards to reparse (7b5c272)
    • ⚑️ Update changelog (e94e13f)
  • v0.8.3 Changes

    February 10, 2016
    • 0.8.2 (b215e45)
    • 0.8.3 (75f117b)
    • βž• Add EditHistory, wire META+Z to undo last change (5e6a3d5), closes #149
    • built website from 1d2b96df65db79a8e3a9debae0f98003fe43f84f (81f94f1)
    • built website from 2a90e8a48c5dc9e0eeac16ea785adcd74060290e (bd4093a)
    • built website from a3096f4ce144a5bb7df74f35a2067718a5158838 (2a90e8a)
    • πŸ”„ Change "0.3" to "0.3.0" in MOBILEDOC.md (a3096f4)
    • editor#serialize accepts version parameter (e27bf9b)
    • https URLs for placeholder (1d2b96d)
    • Migrate cursor API usage over to range (b56aa16)
    • ⚑️ Update changelog (4aeaedb)
    • ⚑️ Update changelog (2667468)
    • ⚑️ Update README.md (6e972dd)
    • ⚑️ Update README.md (94bb0a3)
    • πŸ‘‰ Use node.contains instead of checking element.parentNode in mutations (ea9c849)
    • 0️⃣ demo: use simple mobiledoc by default (00e9388)
  • v0.8.1 Changes

    February 04, 2016
    • 0.8.1 (ee86120)
    • built website from 35234813b8c468d118501e255c66b847e3048f90 (ec8aaad)
    • ⚑️ Update changelog (3523481)
    • ⚑️ update dependencies for html and text renderers to 0.3.0 (144bfd3)
    • ⚑️ demo: update dependencies (2a9d41f)
  • v0.8.0 Changes

    February 04, 2016
    • 0.8.0 (07280ce)
    • Atom deletion with keystrokes (add705f)
    • Atoms should not be editable (573453a)
    • 🚚 Atoms with cursor movement, reparsing (5020b91)
    • Convert demo cards to 0.3.0 format, add an example Atom (5b887b1)
    • βœ… Document and test insertMarkers for atoms (e199416)
    • πŸ›° Don’t de-duplicate cards/atoms based on payload (a831097)
    • Export the right version from 0.3 renderer (cfbee1c)
    • Hitting enter when atom is first in markupSection/listItem inserts newline (1307b90), closes #313
    • πŸ“œ Implement Mobiledoc parser for v0.3.0 format (2c32894)
    • πŸ‘ Implement Mobiledoc renderer v0.3 with atom support (a9c2d80)
    • Implement unknownAtomHandler & lifecycle hooks (67e556a)
    • πŸ‘Œ Improve atom demos (bc3fa94)
    • πŸŽ‰ Initial atoms and Mobiledoc 0.3 design (0a51e71)
    • πŸŽ‰ Initial atoms implementation (11158e7)
    • Keep track and use markupElement for marker when rendering/destroying (b5eaff5), closes #306 #299
    • 0️⃣ Make Mobiledoc 0.3 the default version (568eef6)
    • πŸ“œ Refined Atom behaviors wrt parsing, rerendering (b5957a6)
    • restrict ctr-A and ctr-E key commands to Mac (3684551)
    • ⚑️ Update ATOMS.md, MOBILEDOC.md (3b063de)
  • v0.8.0-beta.4 Changes

    January 28, 2016
    • 0.8.0-beta.4 (08f37ac)
    • βž• Add a demo card written in Ember (6a1015e)
    • βž• Add edit/save/cancel to Ember demo card (6c4a43b)
    • βž• Add MutationHandler, reparse entire post when new nodes appear (34ab629), closes #300
    • built website from 3d34f06cadd5927e5cca8300297ffc80a08cd327 (b86f015)
    • built website from 445d075a8e891d8845480eebe5c95156ace05726 (6498862)
    • ⬆️ Bump ember-mobiledoc-editor for fallback ember cards (225fdaf)
    • cmd-K unlinks text if it already has a link in it (6c50c1f), closes #295
    • ⬇️ Drop dummy demo tests (445d075)
    • πŸ– handle spaces semantically (fb093f7), closes #292
    • πŸ‘‰ Make the font be secure-domain happy (b7020fd)
    • πŸ”Œ Pass parser plugins to HTMLParser from editor#loadPost (6b3da6e), closes #296
    • πŸ”¨ Refactor cursor positioning (af5ae91)
    • βœ‚ Remove editor#didReparse hook (eda9a2b)
    • Replace throw Error usage with assert, use custom MobiledocError (ea09b52)
    • Report active markups even when selection is collapsed (b85724e)
    • Satisfy newer jshint (2eba3b5)
    • πŸ“œ Skip all non-text, non-element nodes in SectionParser (4d5b4d2)
    • Suggest secure domain for selfie card (c4966fd)
  • v0.8.0-beta.3 Changes

    January 11, 2016