You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More compatible with CSS specification(2015-11-13)
So, UI layout may act a bit different to older versions, TEST 1.2.4 with your existent codes very carefully!
Support malformed HTML(2015-11-13)
Yes, older versions of CocoaUI will not work with malformed HTML, now with libxml2, it works!
Bug fixes:
Fix ITable first call of beginRefresh() UI not working on iOS 9.0(2015-11-12)
On iOS 9.0+, if you call beginRefresh() programatically just after the UI is rendered(do not od any UI interaction), the UI stands still, but not showing a loading indicator as expected. Now it is fixed.
Fix "background: url(a.png)" image not showing on iOS 7.0.3(2015-11-11)
Fix addClass() bug, now addClass/removeClass work in the right way(2015-11-10)
Thanks to more compatible with CSS specification
Incompatible changes:
Remove IStyleUtil(2015-11-14)
More compatible with CSS specification(2015-11-13)
NEW feature, so it may not be 100% compatible with older versions.
Treats unknown tags more friendly(2015-11-13)
All unkown tags are treated as plain text tag
The text was updated successfully, but these errors were encountered:
新特性:
Bug 修复:
不兼容的改动:
New features:
Bug fixes:
Thanks to more compatible with CSS specification
Incompatible changes:
The text was updated successfully, but these errors were encountered: