From bb3a28453cd95e836eb79de574a6de77d4db6541 Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Tue, 24 Oct 2017 15:19:35 +0300 Subject: [PATCH] docs: add changelog for 3.3.0 (#4979) * chore: Changelog update for 3.3.0 * docs: minor tweaks on the changelog for 3.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf1f5c3a..e5d45c389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ Cross Platform Modules Changelog ============================== +## 3.3.0 (2017, October 25) + +### Fixed +- [(# 4959)](https://github.com/NativeScript/NativeScript/pull/4959) Android: a crash related to ConstantState drawable on API 23 +- [(# 4950)](https://github.com/NativeScript/NativeScript/issues/4950) Android: a crash when application is suspended +- [(# 4897)](https://github.com/NativeScript/NativeScript/issues/4897) Android: Button listener missing owner +- [(# 4851)](https://github.com/NativeScript/NativeScript/issues/4851) Android: DatePicker shows wrong month +- [(# 4895)](https://github.com/NativeScript/NativeScript/issues/4895) Android: default page transtion in app.ts is not working for the initial page & breaks navigation +- [(# 4963)](https://github.com/NativeScript/NativeScript/pull/4963) IOS: fix missing borderRadius on Image +- [(# 4740)](https://github.com/NativeScript/NativeScript/issues/4740) IOS: Button:highlighted stops working after 2nd click +- [(# 4678)](https://github.com/NativeScript/NativeScript/issues/4678) ListView w/"itemTemplates" (multiple templates) cannot be used with TabView + +### New +- [(# 4767)](https://github.com/NativeScript/NativeScript/pull/4767) [(# 4721)](https://github.com/NativeScript/NativeScript/pull/4721) [(# 4715)](https://github.com/NativeScript/NativeScript/pull/4715) CSS related optimizations +- [(# 4930)](https://github.com/NativeScript/NativeScript/pull/4930) Chrome DevTools Elements tab support +- [(# 4922)](https://github.com/NativeScript/NativeScript/pull/4922) Update platform declarations to iOS 11 + ## 3.2.0 (2017, September 07)