All Versions
109
Latest Version
Avg Release Cycle
74 days
Latest Release
818 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v0.3.11 Changes
September 10, 2015- 0.3.11 (31f4b7a)
- โ Add keyboard shortcuts via editor#registerKeyCommand (f5487b0), closes #112
- ๐ Fix bug in getting activeMarkers, use editor#markupsInSelection (1c2fbab), closes #119
- ๐ Fix joining of previous section in postEditor when prev section is list (fedb727), closes #117
- ๐ Move command and button creation code out of editor.js (fe72d5b)
- ๐ Use post#markersContainedByRange in postEditor#splitMarkers (63cb72a), closes #121
-
v0.3.10 Changes
September 08, 2015- 0.3.10 (a5b6b50)
- โ Add Post#sectionsContainedBy and update #walkMarkerableSections (703ce12), closes #108
- โ Add post#walkMarkerableSections and make post.markersFor markerable-aware (4b2ca18), closes #102
- โ Add prompt button, remove execCommand for links (dcab0ad), closes #98
- โฌ๏ธ bump mobiledoc-html-renderer dep (58714d6)
- โฌ๏ธ bump to use mobiledoc-dom-renderer 0.1.12, with list support (41e0605)
- Cleanup listener code (3d56c76)
- 0๏ธโฃ Create default markup section when hitting enter (d348d06)
- Detect when cursor is in card and ignore editor event listeners when so (e6bfdef), closes #114
- Implement text expansions (f598db8), closes #87
- โ Remove extraneous arguments in toolbar/view logic (f5871fc)
- โ Remove unnecessary
sync
call (413144b) - Simplify card editor-dom rendering (a2a9969)
-
v0.3.9 Changes
September 01, 2015- 0.3.9 (b3d9cdb)
- โ Add #remove env hook to cards (0787c17), closes #104
- โ Add ListSection, ListItem, bump MOBILEDOC_VERSION -> 0.2.0 (44494f0)
- ๐ allow trailing commas (04cfdc7)
- Catch render errors in demo and display the error (789e252)
- Cleanup (9fa15e4)
- โฌ๏ธ Drop all blank markers, section renders br (787bd5a)
- Ensure we correctly use the markup cache when creating markups (72cb5c6), closes #80
- Extract Markerable base class for ListItem and MarkupSection (cab841a)
- Introduce lifecycle hooks (34104aa)
-
v0.3.8 Changes
August 26, 2015 -
v0.3.7 Changes
August 25, 2015 -
v0.3.6 Changes
August 25, 2015 -
v0.3.4 Changes
August 18, 2015 -
v0.3.3 Changes
August 18, 2015- 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)
-
v0.3.2 Changes
August 12, 2015 -
v0.3.1 Changes
August 11, 2015- 0.3.1 (57aa456)
- built website from 059f4f3d6c14b18b38e3c7164301df893b638e04 (cb8e11d)
- Close markers properly in editor-dom renderer (16569cb)
- ๐ Ensure Marker#join returns a Marker with a builder (19a30b3)
- โก๏ธ Ensure that the editor triggers an update when clicking "heading" (5344ca2), closes #58
- isEmpty for linked list (3dceea4)
- โช Restore correct unprintable character (462d9a7)
- ๐ Use
isEmpty
prop instead ofempty()
method on marker and section (7c01249) - ๐ Use builder for marker clone (41a8214)