Skip to content

Releases: nhn/tui.image-editor

v3.15.3

25 Apr 05:56
Compare
Choose a tag to compare

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)

v3.15.2

20 Oct 03:25
Compare
Choose a tag to compare

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.

v3.15.1

20 Oct 03:22
Compare
Choose a tag to compare

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.

v3.15.0

28 Jul 03:00
Compare
Choose a tag to compare

Feat

Fix

  • add a prefix to Text align button block active classname (fix #589)(PR #590)

v3.14.3

08 Apr 01:54
Compare
Choose a tag to compare

Fix

  • removes the object when editing hex inputs of the color picker. (fix #504)
  • not uncheck filter's checkbox when reset image (fix #552)

v3.14.2

25 Mar 06:22
Compare
Choose a tag to compare

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)

v3.14.1

19 Mar 02:06
Compare
Choose a tag to compare

Fix

  • Text control exits when space key pressed. [fix #555] (PR #558)

v3.14.0

08 Mar 07:29
Compare
Choose a tag to compare

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

v3.13.0

05 Mar 03:15
Compare
Choose a tag to compare

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)

v3.12.0

05 Mar 00:49
Compare
Choose a tag to compare

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)