Releases: tolo/InterfaCSS
Releases · tolo/InterfaCSS
2.0-Beta3
1.5.5
2.0-Beta2
- Added support for XML-based view/layout files, where layout can be expressed using CSS-flexbox (the Facebook Yoga engine is used under the hood)
- Bug fixes and clean up
- Now even more Swift friendly
2.0-Beta1
1.5.4
1.5.3
1.5.2
Bug fixes
- Added fix for reloading of scoped stylesheets (pull request 62, added by @fantast1k).
1.5.1
1.5
New features & changes
- Added support for multiple style classes in selector declarations.
- Added support for extending style declarations (via keyword
@extend
). - Introduced behavioural flag
useManualStyling
to class InterfaCSS, to make it possible to take control over when styling is applied to views. - Added nullability support for better Swift interoperability.
Bug fixes
- Fixed minor issues with style/element information caching.