Added
- Expose options parameter to
setStyle
&setComponents
#2872 - Added Korean language #2983
- New API for custom properties in Style Manager (similar to Traits)
Changed
- Made Helvetica sans-serif by default #2881
- Replace obsolete tag
<strike>
by<s>
in RTE #2886 - Avoid adding, to components, empty parsed HTML strings
- Added
options
as a second argument ofcomponent.addAttributes
method
Fixed
- Output properly boolean attributes from HTML string import (eg. required, disabled) #2844
- Update component tools box once image finished to load #2871
- Fixed retrieval of layers' visibility #2863
- Ensure resizer on the correct component #2876
- Disable component drag on preview #2904
- Render correctly the textnode component #2882
- Add
list
prop to video component (youtube related) #2887 - Ensure selected value in select Trait type #2896
- Fully clear hover state on mouseleave #2907
- Avoid infinite recursion in Firefox on component drag #2911
- Fixed
editor.load
bug with undo manager #2921 - Make textnodes correctly removable #2918
- Prevent error on
editor.destroy()
with selection #2953 - Update Style Manager on Layer visibility change #2938
- Prevent errors on body hover #2974
- Added
listenToEl
option in order to refresh the editor on scrollable elements #2722 - Put quotes around URLs in CSS property like
background-image
#2975 - Fixed retrieval of text component content with custom RTE #2977
- Fixed issues with the stack property in StyleManager