Design Atoms Framework Changelog
- 3-4 minutes to read
This topic includes new features, improvements, and bug fixes for the front-end lib of Design Atoms Framework 6.
6.23.11 - July 20, 2023
Bug Fixes
- Fixed a problem with serialization of the
SpotColorContainer.previewColor
property.
6.23.10 - November 30, 2023
General Improvements
- Added support for editing rotated text elements in popup boxes in TextWhizz.
Bug Fixes
- Fixed a problem with the wrong default
fillColor
inImageItem
.
6.23.8 - August 31, 2023
General Improvements
- Added the
group
andclipart
fields todefaultItemsConfig
to define behavior of SVG, PDF, and PSD graphics loaded toGroupItem
andClipartItem
.
Other
- Updated the system requirements. Now, you need Node.js 17.x with npm 8.x to use the Design Atoms Framework.
6.23.7 - August 3, 2023
Other
- Fixed a problem with importing the
@aurigma/design-atoms-text
package.
6.23.6 - July 20, 2023
Bug Fixes
- Fixed a problem with rendering text on the canvas.
6.23.5 - July 13, 2023
Bug Fixes
- Fixed a problem when the editor would freeze when changing a
CurvedTextItem
. - Fixed a problem when the viewer was not handling the pinch zoom event from the laptop touchpad.
6.23.4 - June 29, 2023
General Improvements
- Added the
interactiveContainers
property to the Viewer API that allows you to specify an array of containers with which the user can interact. If one or more containers are specified in this array, then the user can only work with them.
6.23.2 - May 26, 2023
General Improvements
- Added the possibility to get multiple color previews in a single call by using the method
IColorPreviewService.getPreviews
.
Bug Fixes
- Fixed a problem with drawing in the hidden viewer.
6.23.1 - May 11, 2023
Bug Fixes
- Fixed a problem when the correct preview scale was not applied to the edited text in TextWhizz.
- Fixed a problem with filtering non-viewer events when there is a neighboring element with
Viewer.preventKeyHandleClass
andViewer.preventClickHandleClass
.
6.23.0 - April 19, 2023
New Features
- Implemented a new color model.
Bug Fixes
- Fixed a problem when clipping paths were incorrectly applied to rotated text when it was selected.
- Fixed a problem with changing the color of the rotation grip in the viewer.
6.22.4 - April 11, 2023
Bug Fixes
- Fixed a problem when the list of asset folders returned from the backend was not correctly filtered.
- Fixed a problem with converting a group containing a single element to a
LayoutItem
. - Fixed a problem with grouping a single element in a layout item.
- Fixed some problems with selecting grouped items in the viewer.
6.22.3 - March 24, 2023
Bug Fixes
- Fixed a problem with changing permissions for
BarcodeItem
.
6.22.2 - March 17, 2023
Bug Fixes
- Fixed a problem when custom styles were automatically applied when adding scrollbars to the viewer.
- Fixed a problem with shifting added items when bleed and slug were applied to the product.
- Fixed a problem with DPI calculation when resizing images in some cases.
- Fixed a problem with displaying ticks on the rulers of the viewer.
6.22.0 - January 26, 2023
General Improvements
- Added support for arched text in TextWhizz. While editing such an element on the canvas, it temporarily straightens into a line.
6.21.9 - December 23, 2022
Bug Fixes
- Fixed a problem when empty fallback fonts resulted in console errors.
6.21.8 - December 9, 2022
General Improvements
- Added the substitution of the missing character with a similar character from the default fonts or a square, if there is no such characters.
6.21.7 - November 25, 2022
Bug Fixes
- Fixed a problem when placeholders in the auto-edit mode could not be edited.
- Fixed a problem with displaying the gear icon while loading design elements to the viewer.
6.21.5 - October 27, 2022
Improvements
- Now a progress bar will be displayed when uploading private images to placeholders through the Open file dialog box.
Bug Fixes
- Fixed some problems with rendering curved text by the TextWhizz engine.
- Fixed a problem with layout of the Object inspector on mobile devices.
6.21.4 - October 19, 2022
Bug ixes
- Fixed some problems with handling the user input in the In-place text engine: entering the edit mode, selecting text, and changing the color of the cursor.
6.21.2 - September 6, 2022
Bug Fixes
- Fixed a problem when the rubberband width depended on the zoom level.
- Fixed a problem with multiline text in the HTML text editing mode on mobile devices.