- Use
bureaucracy
as a replacement for file upload browsing
- Changed
.value()
method into a getter/setter
- Drastically simplified selection remembrance architecture, relayed to parsers that know better
- Moved
setSelection
intoseleccion
as well - Updated
bullseye@1.4.6
- Extracted
getSelection
polyfills intoseleccion
module
- Exposed
textarea
on public API ofeditor
- Drag and drop for images and attachments can now be initiated directly on the input
- Exposed instance
history
API methods:undo
,redo
,canRedo
,canUndo
Made combo
an optional argument in editor.addCommandButton(id, combo, fn)
- Initial Public Release