Skip to content

Release 0.1.119 alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 18:15
· 2331 commits to main since this release
e965a5a

What's Changed

New Contributors

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.