mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update CHANGELOG.md (#2398)
* Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
96
CHANGELOG.md
96
CHANGELOG.md
@@ -10,6 +10,102 @@ previous_url: /Changelogs/Cross-Platform Modules
|
||||
Cross Platform Modules Changelog
|
||||
==============================
|
||||
|
||||
##2.1.0 (2016, June 30)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [(#2383)](https://github.com/NativeScript/NativeScript/pull/2383) android LayoutParams are not overridden
|
||||
|
||||
- [(#2372)](https://github.com/NativeScript/NativeScript/issues/2372) Custom title on Android fails with exception
|
||||
|
||||
- [(#2367)](https://github.com/NativeScript/NativeScript/pull/2367) Android 6.0+ sets activity intent extras by default which breaks application resume
|
||||
|
||||
- [(#2344)](https://github.com/NativeScript/NativeScript/pull/2344) Action bar doesn't handle events properly when a custom button
|
||||
|
||||
- [(#1655)](https://github.com/nativescript/nativescript/issues/1655) Added CSS not cascadded after screen is built
|
||||
|
||||
- [(#2310)](https://github.com/NativeScript/NativeScript/pull/2310) Sorting issue with Css Selectors with same specificity.
|
||||
|
||||
- [(#2301)](https://github.com/NativeScript/NativeScript/pull/2301) Updated webinspector interfaces
|
||||
|
||||
- [(#2299)](https://github.com/NativeScript/NativeScript/pull/2299) Binding converter calls.
|
||||
|
||||
- [(#2286)](https://github.com/NativeScript/NativeScript/pull/2286) Visual glitch with manual iOS transitions
|
||||
|
||||
- [(#2268)](https://github.com/NativeScript/NativeScript/pull/2268) Undefined can be set as localValue to dependency observable
|
||||
|
||||
- [(#2266)](https://github.com/NativeScript/NativeScript/pull/2266) Animation value sync issues
|
||||
|
||||
- [(#2263)](https://github.com/NativeScript/NativeScript/pull/2263) Crash when ListView is used in a modal dialog (Android).
|
||||
|
||||
- [(#2262)](https://github.com/NativeScript/NativeScript/pull/2262) Crash in action bar on iOS 9.3
|
||||
|
||||
- [(#2256)](https://github.com/NativeScript/NativeScript/issues/2256) Custom ActionItem gets displaced in iOS
|
||||
|
||||
- [(#2250)](https://github.com/NativeScript/NativeScript/pull/2250) Ignore the case when getting a response header
|
||||
|
||||
- [(#2240)](https://github.com/NativeScript/NativeScript/issues/2240) Possible regex issue with CSS class names
|
||||
|
||||
- [(#2225)](https://github.com/NativeScript/NativeScript/issues/2225) The exit transition of the current page is not played when navigating with clearHistory.
|
||||
|
||||
- [(#2220)](https://github.com/NativeScript/NativeScript/pull/2220) Close current modal page on livesync
|
||||
|
||||
- [(#2209)](https://github.com/NativeScript/NativeScript/issues/2209) CSS-Animation w/ iteration-count:infinite is never reset causing OutOfMemory error
|
||||
|
||||
- [(#2191)](https://github.com/NativeScript/NativeScript/pull/2191) SegmentedBar unbound items not firing selectedIndex change events
|
||||
|
||||
- [(#2177)](https://github.com/NativeScript/NativeScript/issues/2177) iOS CSS Animation rotate() do not reset the value after 360 degrees rotation
|
||||
|
||||
- [(#2161)](https://github.com/NativeScript/NativeScript/issues/2161) TranslateX and Animate in iOS strange behaviour on 2.0
|
||||
|
||||
- [(#2151)](https://github.com/NativeScript/NativeScript/issues/2151) Add z-index to the public API
|
||||
|
||||
- [(#2053)](https://github.com/NativeScript/NativeScript/issues/2053) WebView still visible in chrome://inspect after page is destroyed
|
||||
|
||||
- [(#1948)](https://github.com/NativeScript/NativeScript/issues/1948) Navigation stops working after navigating with clearHistory and a transition
|
||||
|
||||
- [(#1899)](https://github.com/NativeScript/NativeScript/issues/1899) Android layerType should not be changed if there is no need
|
||||
|
||||
- [(#1807)](https://github.com/NativeScript/NativeScript/issues/1807) SearchBar.textFieldHintColor not respected on iOS
|
||||
|
||||
- [(#1425)](https://github.com/NativeScript/NativeScript/issues/1425) Images have margin when added to Layout
|
||||
|
||||
### New
|
||||
|
||||
- [(#1563)](https://github.com/NativeScript/NativeScript/issues/1563) Enable modules snapshot for Android
|
||||
-
|
||||
- [(#2339)](https://github.com/NativeScript/NativeScript/pull/2339) Implement the BorderDrawable class used in background.android.ts in Java
|
||||
|
||||
- [(#2322)](https://github.com/NativeScript/NativeScript/pull/2322) Added support for debugging TypeScript in WebInspector
|
||||
|
||||
- [(#2307)](https://github.com/NativeScript/NativeScript/pull/2307) Modules won't call android requestLayout anymore. Android will handle its layout when needed
|
||||
|
||||
- [(#2304)](https://github.com/NativeScript/NativeScript/pull/2304) Rename com.tns.Async.xxx to org.nativescript.widgets.Async.xxx
|
||||
|
||||
- [(#2298)](https://github.com/NativeScript/NativeScript/pull/2298) Move UILableImpl as TNSLabel in widgets.
|
||||
|
||||
- [(#2288)](https://github.com/NativeScript/NativeScript/pull/2288) Decouple Fragment implementation logic from the Extend call.
|
||||
|
||||
- [(#2271)](https://github.com/NativeScript/NativeScript/pull/2271) Extract the Activity implementation logic in a separate class.
|
||||
|
||||
- [(#2270)](https://github.com/NativeScript/NativeScript/pull/2270) Avoid excessive requestLayout calls
|
||||
|
||||
- [(#2269)](https://github.com/NativeScript/NativeScript/pull/2269) Label won't requestLayout when its text is changed if it has fixed size
|
||||
|
||||
- [(#2260)](https://github.com/NativeScript/NativeScript/pull/2260) Optimized DependencyObject setValue performance
|
||||
|
||||
- [(#2244)](https://github.com/NativeScript/NativeScript/pull/2244) Remove the android.app.Application extend from the core modules
|
||||
|
||||
- [(#2217)](https://github.com/NativeScript/NativeScript/issues/2217) Enable hardware acceleration for views animations in Android.
|
||||
|
||||
- [(#2198)](https://github.com/NativeScript/NativeScript/pull/2198) Image won't requestLayout when measured with 'exactly' spec
|
||||
|
||||
- [(#2174)](https://github.com/NativeScript/NativeScript/pull/2174) ListView views will apply CSS once per view.
|
||||
|
||||
- [(#2144)](https://github.com/NativeScript/NativeScript/issues/2144) Performance improvements
|
||||
|
||||
|
||||
|
||||
##2.0.1 (2016, May 18)
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user