Releases: gaucho-labs/tailwind-fuse
Releases · gaucho-labs/tailwind-fuse
v0.3.1
What's Changed
- Match Tailwind All-Sides border width utilities as border widths instead of border colors. by @mattcr11 in #22
- Improve derive macro errors by supplying a relevant span
- Remove use of format inside of
join!
macro
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Allow Option in tw_join! and tw_merge! macros by @nicoburniske in #19
- Global Override OnceLock by @nicoburniske in #21
Also renamed:
tw_merge_with_options
->tw_merge_options
tw_merge_with_override
->tw_merge_override
- new
tw_merge_slice_options
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Variant API Improvements by @nicoburniske in #17
MaybeIntoTailwindClass
trait is now replaced byAsTailwindClass
- Removes support for
Option
intw_join!
andtw_merge!
- Removes support for
TwVariant
macro will force implementCopy
andClone
- Remove impl of
IntoTailwindClass
forTwVariant
in favor ofAsTailwindClass
because we don't want to needlessly allocate strings- Enables usage with
tw_join!
andtw_merge!
macros
- Enables usage with
- Improved
TwClass
builder pattern.builder()
will create builder instance (instead ofvariant()
which was confusing).build()
(NEW) will convert builder instance intoTwClass
type- From Builder -> T
- From T -> Builder
- Builder will be Copy and Clone
TwClass
struct can be Copy and Clone, and is not implemented automatically. User can decide by applying derive macros themselves.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Installation correction in readme by @uinstinct in #15
- Collision Fixes by @nicoburniske in #16
New Contributors
- @uinstinct made their first contribution in #15
Full Changelog: https://github.com/gaucho-labs/tailwind-fuse/commits/v0.1.1