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 thetui-code-snippet
package. (#664)tui-code-snippet
is not included in thetui-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 optionsFabric
has been included in the bundle. Now, when using thetui-image-editor
, there is no need to loadfabric
separately.
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)