Skip to content

v1.9.1

Compare
Choose a tag to compare
@pardnchiu pardnchiu released this 02 Jan 15:57

調整

函式

Note

為了提升函式命名的一致性與可讀性,我們對以下函式進行名稱調整。

當前的方法將保留至 2.*.* 版本。

MDEditor

  • goForward(): 以 redo() 取代
  • goBack(): 以 undo() 取代
  • addHeading(event): 以 heading(event) 取代
  • addBold(event): 以 bold(event) 取代
  • addItalic(event): 以 italic(event) 取代
  • addStrikethrough(event): 以 strikethrough(event) 取代
  • addUnderline(event): 以 underline(event) 取代
  • addMarker(event): 以 marker(event) 取代
  • addSup(event): 以 sup(event) 取代
  • addSub(event): 以 sub(event) 取代
  • addCode(event): 以 code(event) 取代
  • addBlockquote(): 以 blockquote() 取代
  • addUl(): 以 ul() 取代
  • addOl(): 以 ol() 取代
  • addLink(): 以 link() 取代
  • addImage(): 以 image() 取代
  • downloadMd(): 以 download('MD') 取代
  • downloadHtml(): 以 download('HMTL') 取代
  • getTxt(): 以 text 取代