Skip to content

0.11.3

Compare
Choose a tag to compare
@jemgold jemgold released this 16 Jun 20:54
· 362 commits to master since this release
v0.11.3
e207abc

Fixed 🪲

  • Text elements with multiple children flow properly — () => <Text>{foo} {bar} baz</Text>
  • Text elements can handle raw numbers as children — () => <Text>{25}</Text>