From 9c8bfc6d9bcb077aa327db55805e13e0fba6152e Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Sat, 17 Sep 2016 16:26:59 +0300 Subject: [PATCH] Add the changelog for 2.3.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edca2e15..accc70084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Cross Platform Modules Changelog ============================== +##2.3.0 (2016, September 16) + +### Fixed + +- [(#2657)](https://github.com/NativeScript/NativeScript/pull/2657) Handle native instances with weak refs in transition closures + +- [(#2615)](https://github.com/NativeScript/NativeScript/issues/2615) Button with text-decoration cannot change its text + +- [(#2601)](https://github.com/NativeScript/NativeScript/issues/2601) Text color of the Button not applied, when `text-transform` has been set. + +- [(#2591)](https://github.com/NativeScript/NativeScript/pull/2591) Label zero height issue fixed. + +- [(#2586)](https://github.com/NativeScript/NativeScript/pull/2586) Fixed issue when bind to bindingContext and other property. + +### New + +- [(#2649)](https://github.com/NativeScript/NativeScript/issues/2649) ImageView CSS color property support + +- [(#2593)](https://github.com/NativeScript/NativeScript/issues/2593) Content type with "+json" structured syntax suffix not parsed + +- [(#2356)](https://github.com/NativeScript/NativeScript/issues/2356) Integrate the iOS .d.ts generator + +- [(#712)](https://github.com/NativeScript/NativeScript/issues/712) Ability to style EditableTextBase's hint property + ##2.2.0 (2016, August 10) ### Fixed