| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,26 @@ | |||
| 1 | + <a name="5.1.0"></a> | ||
| 2 | + # [5.1.0](https://github.com/NativeScript/NativeScript/compare/5.0.5...5.1.0) (2018-12-05) | ||
| 3 | + | ||
| 4 | + | ||
| 5 | + ### Bug Fixes | ||
| 6 | + | ||
| 7 | + * **android-styling:** correctly detect if drawable uses ColorFilter ([#6342](https://github.com/NativeScript/NativeScript/issues/6342)) ([11d3884](https://github.com/NativeScript/NativeScript/commit/11d3884)), closes [#6341](https://github.com/NativeScript/NativeScript/issues/6341) | ||
| 8 | + * **listview:** incorrect layout when scroll ([#6656](https://github.com/NativeScript/NativeScript/issues/6656)) ([63be78a](https://github.com/NativeScript/NativeScript/commit/63be78a)) | ||
| 9 | + * **modals:** regression with modals in angular ([#6655](https://github.com/NativeScript/NativeScript/issues/6655)) ([30df4d9](https://github.com/NativeScript/NativeScript/commit/30df4d9)) | ||
| 10 | + * **searchbar:** isEnabled and isUserInteractionEnabled ([#6636](https://github.com/NativeScript/NativeScript/issues/6636)) ([25c99d8](https://github.com/NativeScript/NativeScript/commit/25c99d8)) | ||
| 11 | + * **tests:** Sporadic failures after upgrade to WebKit 12.0 ([#6635](https://github.com/NativeScript/NativeScript/issues/6635)) ([65e3a19](https://github.com/NativeScript/NativeScript/commit/65e3a19)) | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + ### Features | ||
| 15 | + | ||
| 16 | + * add hints options for username and password fields ([#6416](https://github.com/NativeScript/NativeScript/issues/6416)) ([c834181](https://github.com/NativeScript/NativeScript/commit/c834181)) | ||
| 17 | + * **ActionBar:** apply text color when largeTitletextAttribute is set on iOS ([#6631](https://github.com/NativeScript/NativeScript/issues/6631)) ([b58dff0](https://github.com/NativeScript/NativeScript/commit/b58dff0)) | ||
| 18 | + * **modals:** Enable modal dialog chaining in IOS ([#6637](https://github.com/NativeScript/NativeScript/issues/6637)) ([64bccb9](https://github.com/NativeScript/NativeScript/commit/64bccb9)) | ||
| 19 | + * **scrollbar:** add isScrollEnabled property ([#6640](https://github.com/NativeScript/NativeScript/issues/6640)) ([ae0fa90](https://github.com/NativeScript/NativeScript/commit/ae0fa90)) | ||
| 20 | + * **tabview:** add androidSwipeEnabled property ([#6652](https://github.com/NativeScript/NativeScript/issues/6652)) ([0b239d7](https://github.com/NativeScript/NativeScript/commit/0b239d7)) | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 1 | 24 | <a name="5.0.5"></a> | |
| 2 | 25 | ## [5.0.5](https://github.com/NativeScript/NativeScript/compare/5.0.4...5.0.5) (2018-11-26) | |
| 3 | 26 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ | |||
| 26 | 26 | "license": "Apache-2.0", | |
| 27 | 27 | "typings": "tns-core-modules.d.ts", | |
| 28 | 28 | "dependencies": { | |
| 29 | - "tns-core-modules-widgets": "next", | ||
| 29 | + "tns-core-modules-widgets": "5.1.1", | ||
| 30 | 30 | "tslib": "^1.9.3" | |
| 31 | 31 | }, | |
| 32 | 32 | "devDependencies": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments