Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@galassie galassie released this 06 Feb 21:44
· 25 commits to main since this release

Refactor of CEs internals.
Now each Builder has it's own Configuration record which is used throughout the creation of the Widget.
Only at the end the widget is actually created instead of modifying the existing Widget step by step.
This was a necessary refactor because the methods previously used may have some undesirable effects on the final Widget created.

Full Changelog: v0.3.1...v0.4.0