v1.42.0 Changelog
January 9, 2025
Breaking Changes
- Editor/Web: Remove exports of internal types
SettingsBoolInternal
andSettingsEnumInternal
Non Breaking Changes
- Editor/Android: Added a new configuration property
inspectorBar: InspectorBar
toEditorConfiguration
that allows customizing the inspector bar (a list of buttons that appears at the bottom of the editor when a design block is selected). - Editor/Android: Added a new property
decoration
toEditorComponent
that allows decorating the components. Useful when you want to add custom background, foreground, shadow, paddings etc. - Editor/Android: Added a new property
itemDectoration
toDock
that allows applying same decoration to all the items in the dock. Useful when you want to add custom background, foreground, shadow, paddings etc to the items in the dock. - Editor/Android: Deprecated
Dock.ReorderButtonScope
class. - Editor: Improved click detection to better ignore drag events.
- Editor/Web: Improved cropping behavior for elements with content fill mode
contain
. - Editor/Web: Remove feature flag and update UI for crop fillmode functionality
- Editor/Web: Undo step being added if stroke inputs are being enabled by clicking on them
- Engine: Fixed playback of uncompressed videos.
- Editor/Web: Fix for WOFF fonts not rendered.
- Engine/Web: under a Node.js environment, the heap memory cap is increased from 2GB to 4GB.
- Editor/Web: Fixed a bug where the Color Picker would not open.
- Editor/Web: Fix slider inputs having unusable dimensions in certain occasions
- Editor: Fixed transform edits and crop edits with the size inputs to not change the crop of elements with content fill mode
Fit
. - Engine: Improved the
maintainCrop
option in setWidth/setHeight to also maintain the content fill modeFit
andCover
.