Skip to content

Version 2.6.2

Compare
Choose a tag to compare
@mpost mpost released this 09 Oct 09:17
· 38 commits to 2.x since this release

This release addresses bug fixes in the client platforms.

Android

Fix TextView linkTap bug

With the added support for linkTap the TextView would consume touch events when markupEnabled would be set to true.

Send error on invalid url in XHR requests

Using an url like ":8080" would crash the app.

iOS

Fix intrinsic size of the multiline checkbox

Widget was not growing properly when text in the label was wrapped to more than one line.

Fix possible crash in getImageData

It was possible to perform read operation out of bounds of the array.

Fix Switch being unable to disable

enabled property on delegating switch was not set when setting enabled on JS side.