Fix Headlines

Github Markdown parser changed, needs space after ## now.
This commit is contained in:
Jan Piotrowski
2017-04-18 15:45:58 +02:00
committed by GitHub
parent 9bbab9dab1
commit bc72c1fbcd

View File

@ -1,7 +1,7 @@
Cross Platform Modules Changelog
==============================
##2.5.2 (2017, March 21)
## 2.5.2 (2017, March 21)
### Fixed
@ -9,13 +9,13 @@ Cross Platform Modules Changelog
- [(#3675)](https://github.com/NativeScript/NativeScript/pull/3675) Fix a crash when nesting a ProxyViewContainer in FlexboxLayout
##2.5.1 (2017, February 16)
## 2.5.1 (2017, February 16)
### Fixed
- [(#3565)](https://github.com/NativeScript/NativeScript/issues/3565) Fix a crash when ActionBar transparent background
##2.5.0 (2017, February 1)
## 2.5.0 (2017, February 1)
### Fixed
@ -85,19 +85,19 @@ Cross Platform Modules Changelog
- [(#2689)](https://github.com/NativeScript/NativeScript/issues/2689) TabView.iosIconRenderingMode property
##2.4.3 (2016, December 15)
## 2.4.3 (2016, December 15)
- [(#3170)](https://github.com/NativeScript/NativeScript/pull/3170) Export set function for cssFile and resources
- [(#3170)](https://github.com/NativeScript/NativeScript/issues/3170) Export set function for cssFile and resources
##2.4.2 (2016, December 7)
## 2.4.2 (2016, December 7)
- [(#3242)](https://github.com/NativeScript/NativeScript/issues/3242) Setting placeholder color on text field crashes is there is no hint
##2.4.1 (2016, December 2)
## 2.4.1 (2016, December 2)
- [(#3217)](https://github.com/NativeScript/NativeScript/pull/3217) Properly extend Error so message and stack appear in error activity
- [(#3217)](https://github.com/NativeScript/NativeScript/issues/3217) Properly extend Error so message and stack appear in error activity
##2.4.0 (2016, November 16)
## 2.4.0 (2016, November 16)
### Fixed
@ -171,7 +171,7 @@ Cross Platform Modules Changelog
- [(#50)](https://github.com/NativeScript/NativeScript/issues/50) Support for pseudo/state selectors in CSS
##2.3.0 (2016, September 16)
## 2.3.0 (2016, September 16)
### Fixed
@ -195,7 +195,7 @@ Cross Platform Modules Changelog
- [(#712)](https://github.com/NativeScript/NativeScript/issues/712) Ability to style EditableTextBase's hint property
##2.2.0 (2016, August 10)
## 2.2.0 (2016, August 10)
### Fixed
@ -215,7 +215,7 @@ Cross Platform Modules Changelog
- [(#734)](https://github.com/NativeScript/NativeScript/issues/734) Add API to retrieve the following standard user directories under iOS
- [(#731)](https://github.com/NativeScript/NativeScript/issues/731) NavigationEntry.bindingContext property
##2.1.0 (2016, June 30)
## 2.1.0 (2016, June 30)
### Fixed
@ -278,7 +278,7 @@ Cross Platform Modules Changelog
### 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
@ -311,7 +311,7 @@ Cross Platform Modules Changelog
##2.0.1 (2016, May 18)
## 2.0.1 (2016, May 18)
### Fixed
@ -339,7 +339,7 @@ Cross Platform Modules Changelog
- [(#2102)](https://github.com/NativeScript/NativeScript/pull/2102) clip-path support added
##2.0.0 (2016, April 27)
## 2.0.0 (2016, April 27)
### Fixed
@ -417,13 +417,13 @@ Cross Platform Modules Changelog
- [(#515)](https://github.com/NativeScript/NativeScript/issues/515) CSS style property "z-index"
##1.7.1 (2016, March 22)
## 1.7.1 (2016, March 22)
### Fixed
- [(#1614)](https://github.com/NativeScript/NativeScript/issues/1614) App crashes after a while leaving it open and re-selecting it on Android
##1.7.0 (2016, March 16)
## 1.7.0 (2016, March 16)
### Fixed
@ -472,7 +472,7 @@ Cross Platform Modules Changelog
- [(#704)](https://github.com/NativeScript/NativeScript/issues/704) Support of Px,rem
##1.6.0 (2016, February 17)
## 1.6.0 (2016, February 17)
### Breaking changes
@ -576,13 +576,13 @@ Cross Platform Modules Changelog
- [(#98)](https://github.com/NativeScript/NativeScript/issues/98) Support for advanced CSS selectors
##1.5.2 (2016, January 27)
## 1.5.2 (2016, January 27)
### Fixed
- [(#1447)](https://github.com/NativeScript/NativeScript/issues/1447) Application fails with Segmentation fault on iOS when using ScrollView
##1.5.1 (2015, November 14)
## 1.5.1 (2015, November 14)
### Fixed
@ -626,7 +626,7 @@ Cross Platform Modules Changelog
- [(#501)](https://github.com/NativeScript/NativeScript/issues/501) Better XML declaration error reporting for non-existing element
##1.5.0 (2015, November 24)
## 1.5.0 (2015, November 24)
### Breaking changes
- The XML namespace (xmlns) of the validator XSD schema changed from
@ -744,7 +744,7 @@ Cross Platform Modules Changelog
- [(#364)](https://github.com/NativeScript/NativeScript/issues/364) Ability to use built-in system icons on ActionBarItems
##1.4.0 (2015, October 12)
## 1.4.0 (2015, October 12)
### Fixed
@ -840,7 +840,7 @@ animation1.play().finished.then(()=>console.log("Finished"));
animation1.play().then(()=>console.log("Finished"));
```
##1.3.0 (2015, September 16)
## 1.3.0 (2015, September 16)
### Fixed
@ -950,17 +950,17 @@ var observer = application.ios.addNotificationObserver(UIDeviceBatteryLevelDidCh
application.ios.removeNotificationObserver(observer, UIDeviceBatteryLevelDidChangeNotification);
```
##1.2.1 (2015, August 18)
## 1.2.1 (2015, August 18)
###Fixed
### Fixed
- [(#575)](https://github.com/NativeScript/NativeScript/issues/575) Application crashes in Android when there is an ActionBar on the first page
- [(#576)](https://github.com/NativeScript/NativeScript/issues/576) The app.css now applied when there is page-specific CSS
##1.2.0 (2015, July 24)
## 1.2.0 (2015, July 24)
###New
### New
- [(#393)](https://github.com/NativeScript/NativeScript/issues/393) Create application.android instance immediately and move all Android-specific events to application.android
@ -974,7 +974,7 @@ application.ios.removeNotificationObserver(observer, UIDeviceBatteryLevelDidChan
- [(#191)](https://github.com/NativeScript/NativeScript/issues/191) Extend the set of support CSS properties in {N}
###Fixed
### Fixed
- [(#423)](https://github.com/NativeScript/NativeScript/issues/423) Showing a modal page from another modal page results in error on iOS
@ -1008,7 +1008,7 @@ application.ios.removeNotificationObserver(observer, UIDeviceBatteryLevelDidChan
### Known issues
- ```tns debug ios``` command is not working. The workaround is to use ```tns debug ios --framework-path "__path to the iOS runtime__"```. A fix for this is coming in 1.2.1 which will be released the week of July 27th.
##1.1.0 (2015, June 10)
## 1.1.0 (2015, June 10)
### New
- [(#280)](https://github.com/NativeScript/NativeScript/issues/280) Change NativeActivity Pbase class in order to be compatible with Android runtime
@ -1061,7 +1061,7 @@ application.ios.removeNotificationObserver(observer, UIDeviceBatteryLevelDidChan
- [(#242)](https://github.com/NativeScript/NativeScript/issues/242) View and GesturesObserver classes have some breaking changes related to gesture operations
##1.0.0 (2015, April 29)
## 1.0.0 (2015, April 29)
### New
* New options for camera module. Added a resizing options along with keep-aspect-ratio options. More information about how to use it can be found at the dedicated camera help article.
@ -1080,7 +1080,7 @@ application.ios.removeNotificationObserver(observer, UIDeviceBatteryLevelDidChan
* Gesture-related enum values changed to start with a small letter in order to be consistent with all other enums within NativeScript. For example, "gesturesModule.GestureType.Tap" should be used like "gesturesModule.GestureType.tap".
* `knownEvents` modules within all UI controls are removed and replaced with a static string values. In that case, all possible events will be visible through the inheritance tree. These static strings have an `Event` suffix. Every place where `viewModule.knownEvents.loaded` is used should be changed to `viewModule.View.loadedEvent` or `pageModule.Page.loadedEvent`. This change is relevant to code-behind only (xml declaration will not be affected).
##0.10.0 (2015, April 17)
## 0.10.0 (2015, April 17)
### Fixed