Skip to content

1.3.0

Compare
Choose a tag to compare
@tbuschto tbuschto released this 15 Oct 08:39
· 1835 commits to master since this release

iOS 9 support

The iOS client now works on iOS 9.

TypeScript support

We provide type definitions to assist you developing Tabris.js apps in TypeScript. See this blog post for details.

Insert widgets before/after others

In addition to appendTo(), you can now use the new methods insertBefore() and insertAfter() to insert widgets at a given position. This is particularly useful in conjunction with the "prev()" keyword in layout data.

Support additional colors in Switch

Switch buttons now offer fine-grained control over colors using the following new properties:

  • thumbOnColor
  • thumbOffColor
  • trackOnColor
  • trackOffColor

switchscreenshot

Access to bundled resources

A new method getResourceLocation() on tabris.app provides absolute locations for resources that are bundled with the app, such as images, videos, etc.