Changelog
2.16.3
Dec 16, 2024
Add some missing translations into AI-write modal
2.16.2
Dec 16, 2024
Support for gradients on page
background
reset
custom
onstore.clear()
2.16.1
Dec 12, 2024
Fixed broken color picker for default figures and lines
Better position of tooltip for "copy style" button
Autofocus on "custom prompt" input on modal open
Refactor some icons usage, fixing next.js dev env
Disable ai-write feature for text with
contentEditable: false
2.16.0
Dec 3, 2024
Copy style button
localization fixes
Added "group" button into tooltip
Fixed animations when several of them were applied to an element
Better time ranges for animations controls
Fixed active page selection when animation preview is finished
Fixed boxes metadata in PDF export
Fixed "play/pause" button position when video element is rotated
2.15.0
Nov 26, 2024
"Custom Prompt" for AI-write feature
Fixed rare cases when text render in rich mode was not correct on export
2.14.11
Nov 21, 2024
store.groupElements(ids)
now returns group modelfix color picker position in the background panel
unstable_setTextSplitAllowed
APIFixed incorrect PDF file generation when
cropMarkSize
is used
2.14.9
Nov 12, 2024
Updated Animate side-panel UI.
Fixed glitches on text elements zoom animation
Stop audio playing when video is removed from a scene
Prevent moving by keyboard an element with
draggable: false
2.14.7
Nov 11, 2024
Fixed failed export and renders
2.14.6
Nov 4, 2024
Hotfix for
quickMode
andPagesTimelines
componentTypescript fixes
2.14.5
Nov 4, 2024
UI improvements in "Elements" side panel
Large performance optimizations for
<PagesTimeline />
componentPerformance optimizations in
<Toolbar />
New parameter
quickMode
for image exports, useful for a fast preview generation.await store.toDataURL({ pixelRatio: 0.1, quickMode: true })
Fixed incorrect behavior of strike-through and underline on rich text with a list
Replace videos by drag from the side panel
2.14.4
Oct 22, 2024
Fixed some text render and unwanted content in
store.toSVG()
exportAdded translation label for
AI write
in path oftoolbar.aiText.aiWrite
Better caching of page previews in Timeline component
Disable smooth scroll while
store.play()
for better preview
2.14.2
Oct 16, 2024
Fixed preview update in timeline when page background is changed
Better RTL text support
Fixed
NaN
values in font size inputFixed video element play when
animatedElementsIds
is used instore.play()
Many fixes for typescript
Added bleed and crop info into PDF
Fixed
store.toSVG()
whenpageId
parameter is usedBetter default zoom value when a store has several pages
Optimizations in license check requests
Load More