From f7c9bd5d52106353f203901a2c6c7b4fa9d996a4 Mon Sep 17 00:00:00 2001 From: vchimev Date: Thu, 22 Jun 2017 11:04:59 +0300 Subject: [PATCH] Update change log for 3.1.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b6e448c..e98cf9934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Cross Platform Modules Changelog ============================== +## 3.1.0 (2017, June 22) + +### Fixed + +- [(# 4147)](https://github.com/NativeScript/NativeScript/issues/4147) SearchBar style creates error +- [(# 4272)](https://github.com/NativeScript/NativeScript/issues/4272) SearchBar is not displayed on Android API 24 +- [(# 4287)](https://github.com/NativeScript/NativeScript/issues/4287) Margin value with TextWrap overlapping problem +- [(# 4266)](https://github.com/NativeScript/NativeScript/issues/4266) IOS: Wrapped text in Button not properly centered +- [(# 3354)](https://github.com/NativeScript/NativeScript/issues/3354) IOS: TextView hint becomes text + +### New + +- [(# 3614)](https://github.com/NativeScript/NativeScript/issues/3614) TextField `maxLength` property support +- [(# 3957)](https://github.com/NativeScript/NativeScript/issues/3957) http.getFile(url) should strip query string from saved file name + ## 3.0.1 (2017, May 23) ### Fixed