Skip to content

Releases: zaydek/duomo

v0.7.2

19 Dec 09:47
Compare
Choose a tag to compare

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

15 Dec 16:23
Compare
Choose a tag to compare

Patches missing variants for classes hidden and unhidden.

Thanks to @dhs17y2adonchia for the tip!

v0.7.0

14 Dec 15:07
Compare
Choose a tag to compare

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.

v0.6.25

24 Nov 09:51
Compare
Choose a tag to compare

Patches broken hidden utility.

v0.6.24

24 Nov 01:46
Compare
Choose a tag to compare

Patches a bug preventing base.css from being built.

v0.6.23

23 Nov 06:24
Compare
Choose a tag to compare

Reverted flex-shrink: 0 strategy (more reliable now).

v0.6.22

22 Nov 22:27
Compare
Choose a tag to compare

Patches bugs in h- classes.

v0.6.21

22 Nov 21:45
Compare
Choose a tag to compare

Patches missing ranges (e.g. 64).

v0.6.20

21 Nov 22:03
Compare
Choose a tag to compare

Partially improved generated code readability.

Furthermore:

  • Deprecated xs breakpoint
  • Changed selector logic for hstack and vstack for flex-shrink: 0 rule (no breaking changes)

v0.6.19

21 Nov 11:54
Compare
Choose a tag to compare

Fixed container implementation (closes #90).