Releases: zaydek/duomo
Releases · zaydek/duomo
v0.7.2
Simplifies stacks implementation.
Roughly the same API; fixed-width
and height
stacks no longer center themselves. For all intents and purposes this shouldn’t break any real-world code. If so, simply add align-self-center
where needed. This prevents the stacks implementation from leaking into the width
and height
classes.
v0.7.1
v0.7.0
After 51 release candidates, v0.7.0 is here!
v0.7.0 is meant to provide stability for stacks so they can be relied on. This is no small feat because stacks need to faithfully simulate SwiftUI-style stacks. While there may be some implementation bugs, none have been found so far.