What's Changed
- Fix Images table Types formatting by @catalinmiron in #384
- Fix example regression by @wcandillon in #385
- Declarative Paints by @wcandillon in #390
New Contributors
- @catalinmiron made their first contribution in #384
Full Changelog: v0.1.118-alpha...v0.1.119-alpha
Breaking Change
Now complex paint attributes can be set as children of a drawing or a group. For instance the following:
<Paint>
<LinearGradient />
</Paint>
<Fill />
becomes
<Fill>
<LinearGradient />
</Fill>
See the documentation for more details.