nhn/tui.image-editor
 Watch   
 Star   
 Fork   
2022-04-25 13:26:17
tui.image-editor

v3.15.3

Fix

  • update the range component to not trigger changes immediately after typing (PR #646)
  • improve applyFilter parameter type (PR #687)
  • respect preset ratio on new cropzone (PR #700)

Env

  • update tui-code-snippet (PR #688)
2021-10-20 10:14:07
tui.image-editor

v3.15.2

Fix

  • tui-code-snippet is included in the tui-code-snippet package. (#664)
    • tui-code-snippet is not included in the tui-image-editor package, so errors occur during compilation.
2021-10-18 13:24:14
tui.image-editor

v3.15.1

Fix

  • fix 'px' labels on the resize feature while using menuBarPosition: "left|right" (PR #644)

Env

  • update babel, webpack and their options
    • Fabric has been included in the bundle. Now, when using the tui-image-editor, there is no need to load fabric separately.
2021-07-28 10:57:27
tui.image-editor

v3.15.0

Feat

  • add resize feature. Thanks to @seytar (PR #575)
    • 화면-기록-2021-07-28-오후-5 46 43

Fix

  • add a prefix to Text align button block active classname (fix #589)(PR #590)
2021-04-08 09:51:32
tui.image-editor

v3.14.3

Fix

  • removes the object when editing hex inputs of the color picker. (fix #504)
  • not uncheck filter's checkbox when reset image (fix #552)
2021-03-25 14:21:31
tui.image-editor

v3.14.2

Fix

  • unable to press space key in the text box outside the image-editor. [fix #556] (PR #563)
  • not work space key when vue image-editor component loaded. [fix #560] (PR #564)
2021-03-19 10:04:14
tui.image-editor

v3.14.1

Fix

  • Text control exits when space key pressed. [fix #555] (PR #558)
2021-03-08 15:28:32
tui.image-editor

v3.14.0

Feat

  • add zoom feature (PR #553)
    • zoom-in feature
      • zoom-in
      • Drag or click to zoom-in!
    • zoom-out feature
      • zoom-out
      • Click zoom-out to return to the previous zoom level!
    • hand feature
      • hand
      • Use the hand tool to move the canvas!
        • Or use space bar to turn on/off hand
2021-03-05 11:14:37
tui.image-editor

v3.13.0

Feat

  • add history feature (PR #544)
    • 화면-기록-2021-03-08-오후-5 10 37

Fix

  • error when undo after text added [#521] (PR #545)
  • group selection object position when undo, redo in API direct page [#522] (PR #546)
  • fire object modified event when cropzone changed [#519] (PR #547)
  • resize cropzone with ratio by pressing shift key (PR #548)
2021-03-05 08:45:09
tui.image-editor

v3.12.0

Feat

  • apply mono-repo (PR #524)

Fix

  • not work filter in direct api example [#388] (PR #525)
  • classname error when clicking in the gap [#411] (PR #526)
  • not occur text changed event [#387, #419] (PR #527)
  • disappear image when apply crop [#359] (PR #528)