v1.0.1

@kyuwoo-choi kyuwoo-choi released this Jan 5, 2018 · 10 commits to production since this release

Documentation

v1.0.0

@kyuwoo-choi kyuwoo-choi released this Dec 30, 2017 · 18 commits to production since this release

Install via npm & bower

Bug Fixes

  • 4aed691 Fix: copy paste from excel results image not table (fix #1046)
  • 65fbb69 Fix: viewer overwrite editor if both loaded
  • cec9b9a Fix: wrong popup if editor is in from tag (fix #1059)
  • c2e0300 Fix: error guard for edge svg attr bug

Enhancement

  • b9a7788 Feat: use squire official
  • 4e2cc53 Refactor: split dist for extensions
  • 4772cb9 Refactor: namespace to es6 import
  • 80c0696 Refactor: all dist namespace to tui.Editor (fix #1048)
  • fdf286f Refactor: separate jquery plugin code (fix #1049)
  • 1c03eda Refactor: commonjs to es6 import/export (fix #1050)
  • 3de2032 Refactor: viewonly to viewer (#1051)
  • 827e413 Refactor: scrollfollow -> scrollsync (#1052)
  • 2bfc0de Refactor: jquery plugin name tuiEditorViewer to tuiEditor
  • 2214a92 Refactor: webpack array config, css min added
  • bfbb10b Refactor: remove mark and taskCounter ext from dist (fix #1053)

Documentation

  • 3f8e181 Docs: update copyright
  • 848c83c Docs: internationalization
  • 9d7d5f7 Docs: update example and jsdoc (fix #1025)
  • 4aa391f Docs: update readme for 1.0
  • 095133c Docs: colorful icons are too much
  • a483a4a Docs: add issue template

BREAKING CHANGE

  • distribution files changed
    • tui-editor-Editor: editor without extensions
    • tui-editor-Viewer: viewer without extensions
    • tui-editor-Editor-all: editor with all extensions
    • tui-editor-Viewer-all: viewer with all extensions
    • tui-editor-ext*.js: extensions
  • viewOnly namespace removed.
    • tui.EditorViewOnly -> tui.Editor
  • changed name viewOnly to viewer
    • jQuery plugin: $().tuiEditorViewOnly -> $().tuiEditorViewer
    • api: isViewOnly -> isViewer
    • option: viewOnly -> viewer
  • changed name scrollFollow to scrollSync
    • exts: ['scrollFollow'] -> exts: ['scrollSync']
    • command: scrollFollowToggle -> scrollSyncToggle
  • changed name plantUML -> uml
    • exts: ['plantUML'] -> exts: ['uml']
  • mark extension removed
  • taskCounter extension removed

0.14.3

@kyuwoo-choi kyuwoo-choi released this Dec 29, 2017 · 53 commits to production since this release

Bug Fixes

  • 6173515 Fix: wrong popup if editor is in form tag (fix #1059)
  • 953b546 Fix: copy paste from excel results image not table (fix #1046)

0.14.2

@kyuwoo-choi kyuwoo-choi released this Dec 4, 2017 · 53 commits to production since this release

Features

  • 2692308 Feat: test localhost script

Bug Fixes

  • f1e6dc3 Fix: paste image on MD from context menu copy (fix #1046)

0.14.1

@kyuwoo-choi kyuwoo-choi released this Nov 26, 2017 · 58 commits to production since this release

Bug Fixes

  • b41706f Fix: error in debounce after editor instance destroyied (fix #1044)

Documentation

  • f0a2b95 Docs: update jsdoc & dependency

0.14.0

@kyuwoo-choi kyuwoo-choi released this Oct 13, 2017 · 64 commits to production since this release

Bug Fixes

  • d9de182 Fix: wrong markdown cursor position (fix #1017)

0.14.0-beta

@kyuwoo-choi kyuwoo-choi released this Oct 12, 2017 · 68 commits to production since this release

Features

  • 15bdd97 Feature: chart extension (ref #1016)

Bug Fixes

  • 19564f9 Fix: codemirror highlight wrong if ul item number >= 10 (fix #1002)
  • a0b981d Fix: ul li show disc (fix #999)
  • cbf2581 Fix: add/remove table multiple rows/cols (fix #1003)
  • b634211 Fix: exception on section manager (fix #1006)
  • 8a8150d Fix: wrong popup position (fix #1014, #1015)

0.13.2

@kyuwoo-choi kyuwoo-choi released this Aug 22, 2017 · 83 commits to production since this release

Fix

  • numbers on ordered list in markdown editor (fix: #998)

0.13.1

@kyuwoo-choi kyuwoo-choi released this Aug 18, 2017 · 88 commits to production since this release

Fix

  • delete two lines of text in table (fix: #998)
  • do not browser scroll on init (fix #997)
  • broken div with attr remains on ww to md (fix #991)
  • render blockquote even if text exist above it (fix #989)
  • scroll follow on paste (fix #970)

Doc

  • remove @api directives from jsdoc

Chore

  • dependency toMark update to 0.0.18 (fix #988)
  • make coverage result for ne test