Skip to content

0.24.0

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 04 Sep 23:00
· 26 commits to main since this release
1ccaae4

This version introduces a new function in the Designer class: updateLayout(). You can now manually update the layout of the designer, which is particularly useful when you change the size of the designer container. Previously, the layout was updated automatically only when the browser window was resized. However, if you changed the container size dynamically, there was no way to update the layout manually.