Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.24.0 source code.tar.gz | 2024-09-04 | 579.6 kB | |
0.24.0 source code.zip | 2024-09-04 | 741.7 kB | |
README.md | 2024-09-04 | 415 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
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.