Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

1.2.21

Latest
Compare
Choose a tag to compare
@alidcast alidcast released this 01 Oct 13:42
· 3 commits to master since this release

API changes

  • $refs.editor now is $refs.editorPost
  • The editor's provide/inject props are now under editorVm.
  • Removed CSS from component due to unforeseen problems. User must import file themselves.

New Features

  • Added header and footer slots, along with the past default slot, inside the <MobiledocEditor> component

Fixes

  • Made Mobiledoc provide the editor via getEditor method so that it could act as a getter and retrieve most up to date variable.
  • Changed updating of editorVm.canEdit to using watchers since provide/inject does not work with computed properties.