Skip to content

Commit 369a0ac

Browse files
author
Hristo Hristov
authored
Update CHANGELOG.md (NativeScript#2398)
* Update CHANGELOG.md * Update CHANGELOG.md
1 parent 0a1c88e commit 369a0ac

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

CHANGELOG.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,102 @@ previous_url: /Changelogs/Cross-Platform Modules
1010
Cross Platform Modules Changelog
1111
==============================
1212

13+
##2.1.0 (2016, June 30)
14+
15+
### Fixed
16+
17+
- [(#2383)](https://github.com/NativeScript/NativeScript/pull/2383) android LayoutParams are not overridden
18+
19+
- [(#2372)](https://github.com/NativeScript/NativeScript/issues/2372) Custom title on Android fails with exception
20+
21+
- [(#2367)](https://github.com/NativeScript/NativeScript/pull/2367) Android 6.0+ sets activity intent extras by default which breaks application resume
22+
23+
- [(#2344)](https://github.com/NativeScript/NativeScript/pull/2344) Action bar doesn't handle events properly when a custom button
24+
25+
- [(#1655)](https://github.com/nativescript/nativescript/issues/1655) Added CSS not cascadded after screen is built
26+
27+
- [(#2310)](https://github.com/NativeScript/NativeScript/pull/2310) Sorting issue with Css Selectors with same specificity.
28+
29+
- [(#2301)](https://github.com/NativeScript/NativeScript/pull/2301) Updated webinspector interfaces
30+
31+
- [(#2299)](https://github.com/NativeScript/NativeScript/pull/2299) Binding converter calls.
32+
33+
- [(#2286)](https://github.com/NativeScript/NativeScript/pull/2286) Visual glitch with manual iOS transitions
34+
35+
- [(#2268)](https://github.com/NativeScript/NativeScript/pull/2268) Undefined can be set as localValue to dependency observable
36+
37+
- [(#2266)](https://github.com/NativeScript/NativeScript/pull/2266) Animation value sync issues
38+
39+
- [(#2263)](https://github.com/NativeScript/NativeScript/pull/2263) Crash when ListView is used in a modal dialog (Android).
40+
41+
- [(#2262)](https://github.com/NativeScript/NativeScript/pull/2262) Crash in action bar on iOS 9.3
42+
43+
- [(#2256)](https://github.com/NativeScript/NativeScript/issues/2256) Custom ActionItem gets displaced in iOS
44+
45+
- [(#2250)](https://github.com/NativeScript/NativeScript/pull/2250) Ignore the case when getting a response header
46+
47+
- [(#2240)](https://github.com/NativeScript/NativeScript/issues/2240) Possible regex issue with CSS class names
48+
49+
- [(#2225)](https://github.com/NativeScript/NativeScript/issues/2225) The exit transition of the current page is not played when navigating with clearHistory.
50+
51+
- [(#2220)](https://github.com/NativeScript/NativeScript/pull/2220) Close current modal page on livesync
52+
53+
- [(#2209)](https://github.com/NativeScript/NativeScript/issues/2209) CSS-Animation w/ iteration-count:infinite is never reset causing OutOfMemory error
54+
55+
- [(#2191)](https://github.com/NativeScript/NativeScript/pull/2191) SegmentedBar unbound items not firing selectedIndex change events
56+
57+
- [(#2177)](https://github.com/NativeScript/NativeScript/issues/2177) iOS CSS Animation rotate() do not reset the value after 360 degrees rotation
58+
59+
- [(#2161)](https://github.com/NativeScript/NativeScript/issues/2161) TranslateX and Animate in iOS strange behaviour on 2.0
60+
61+
- [(#2151)](https://github.com/NativeScript/NativeScript/issues/2151) Add z-index to the public API
62+
63+
- [(#2053)](https://github.com/NativeScript/NativeScript/issues/2053) WebView still visible in chrome://inspect after page is destroyed
64+
65+
- [(#1948)](https://github.com/NativeScript/NativeScript/issues/1948) Navigation stops working after navigating with clearHistory and a transition
66+
67+
- [(#1899)](https://github.com/NativeScript/NativeScript/issues/1899) Android layerType should not be changed if there is no need
68+
69+
- [(#1807)](https://github.com/NativeScript/NativeScript/issues/1807) SearchBar.textFieldHintColor not respected on iOS
70+
71+
- [(#1425)](https://github.com/NativeScript/NativeScript/issues/1425) Images have margin when added to Layout
72+
73+
### New
74+
75+
- [(#1563)](https://github.com/NativeScript/NativeScript/issues/1563) Enable modules snapshot for Android
76+
-
77+
- [(#2339)](https://github.com/NativeScript/NativeScript/pull/2339) Implement the BorderDrawable class used in background.android.ts in Java
78+
79+
- [(#2322)](https://github.com/NativeScript/NativeScript/pull/2322) Added support for debugging TypeScript in WebInspector
80+
81+
- [(#2307)](https://github.com/NativeScript/NativeScript/pull/2307) Modules won't call android requestLayout anymore. Android will handle its layout when needed
82+
83+
- [(#2304)](https://github.com/NativeScript/NativeScript/pull/2304) Rename com.tns.Async.xxx to org.nativescript.widgets.Async.xxx
84+
85+
- [(#2298)](https://github.com/NativeScript/NativeScript/pull/2298) Move UILableImpl as TNSLabel in widgets.
86+
87+
- [(#2288)](https://github.com/NativeScript/NativeScript/pull/2288) Decouple Fragment implementation logic from the Extend call.
88+
89+
- [(#2271)](https://github.com/NativeScript/NativeScript/pull/2271) Extract the Activity implementation logic in a separate class.
90+
91+
- [(#2270)](https://github.com/NativeScript/NativeScript/pull/2270) Avoid excessive requestLayout calls
92+
93+
- [(#2269)](https://github.com/NativeScript/NativeScript/pull/2269) Label won't requestLayout when its text is changed if it has fixed size
94+
95+
- [(#2260)](https://github.com/NativeScript/NativeScript/pull/2260) Optimized DependencyObject setValue performance
96+
97+
- [(#2244)](https://github.com/NativeScript/NativeScript/pull/2244) Remove the android.app.Application extend from the core modules
98+
99+
- [(#2217)](https://github.com/NativeScript/NativeScript/issues/2217) Enable hardware acceleration for views animations in Android.
100+
101+
- [(#2198)](https://github.com/NativeScript/NativeScript/pull/2198) Image won't requestLayout when measured with 'exactly' spec
102+
103+
- [(#2174)](https://github.com/NativeScript/NativeScript/pull/2174) ListView views will apply CSS once per view.
104+
105+
- [(#2144)](https://github.com/NativeScript/NativeScript/issues/2144) Performance improvements
106+
107+
108+
13109
##2.0.1 (2016, May 18)
14110

15111
### Fixed

0 commit comments

Comments
 (0)