You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Now throws if the "Symbols" page is explicitly passed in as the container on the render method. Previously if you explicitly passed in the "Symbols" pages as a container, it would create a new page and render onto that. (#297 - Thanks @jaridmargolin!)
Now throws an error if you attempt to render a Document component into a node intended to be a child of Document. (#297 - Thanks @jaridmargolin!)
Adds support for rendering a Page component into a container passed through the render method. This allows for rendering multiple Artboards onto an existing page. (#297 - Thanks @jaridmargolin!)
Remove n^2 rendering problem with large symbol sets (#235 - Thanks @ianhook!)
Page without a name explicitly set will be auto-incremented ("Page 1", "Page 2", etc.) just like how Sketch is doing by default (#296 - Thanks @jaridmargolin!)