Skip to content

Releases: tolo/InterfaCSS

2.0-Beta3

25 Feb 23:17
Compare
Choose a tag to compare
  • A lot of bugfixes and refectoring
  • Expanded XML-layout support
  • Better sample code

1.5.5

22 Feb 21:59
Compare
Choose a tag to compare

Fixes/changes

Fixed support for using system font (using system as font name or omitting font name entirely), and added support for using bold and italic system fonts (systemBold and systemItalic). Resolves issue 63, reported by @SeanMyFiziq.

2.0-Beta2

02 Dec 23:27
Compare
Choose a tag to compare
  • 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

27 Apr 13:34
Compare
Choose a tag to compare

A new chapter.

1.5.4

27 Apr 11:29
Compare
Choose a tag to compare

Various cleanup, mostly related to deprecation.

1.5.3

27 Mar 21:39
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue with property animating of UIActivityIndicatorView.

1.5.2

13 Dec 13:26
Compare
Choose a tag to compare

Bug fixes

1.5.1

03 Nov 13:36
Compare
Choose a tag to compare

Bug fixes

1.5

03 Nov 13:36
Compare
Choose a tag to compare
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.

1.4.4

28 Apr 14:08
Compare
Choose a tag to compare

Bug fixes

  • Added workaround for problem with circular relationships occurring for some nested elements key paths (inputView and inputAccessoryView), leading to infinite loops while applying style.