Releases: nhn/tui.image-editor
Releases · nhn/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)
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.
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.
v3.15.0
Feat
Fix
- add a prefix to
Text align button block
active classname (fix #589)(PR #590)
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)
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)
v3.14.1
Fix
- Text control exits when space key pressed. [fix #555] (PR #558)
v3.14.0
Feat
- add
zoom
feature (PR #553)
zoom-in
feature
- Drag or click to
zoom-in
!
zoom-out
feature
- Click
zoom-out
to return to the previous zoom level!
hand
feature
- Use the
hand
tool to move the canvas!
- Or use
space bar
to turn on/off hand
v3.13.0
Feat
- add
history
feature (PR #544)
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
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)