Version 4.6.1
🎨 Themes
- Update plus logos for hmc !1355
- Teasers for
chameleon-theme-co
,chameleon-theme-lt
,chameleon-theme-lw
andchameleon-theme-vl
have been updated !1344
🚀 New Feature
chameleon-swift
- In 4.6.0 the themes were no longer added one by one to the package manifest. This is reverted due to a bug in Swift package manager where it was impossible to add dependencies to a package. Swift manifest that looks for paths to folders using file manager rather then explicitly writing them.
Fix
- Fixes linespacing calculation in
ParagraphViewModifier
to make it work in SwiftUI. Linespacing was way too big. - The demo contains a paragraph example that shows how to use the
ParagraphViewModifier
in SwiftUI.
Add
- Add
PaddingModifier
toviewModifier
to allow for padding to be added to a view. - Add
ForegroundViewModifier
toviewModifier
to allow for foreground color to be added to a view. - Add
TintViewModifier
toviewModifier
to allow for tint color to be added to a view. - Add
ShadowViewModifier
toviewModifier
to allow for shadow to be added to a view. - Add
FrameViewModifier
toviewModifier
to allow for frame to be added to a view. - Add
RoundSpecificCornerViewModifier
toviewModifier
to allow for background color to be added to a view.