5692 Commits

Author SHA1 Message Date
49ab3646e7 Merge pull request #7561 from NativeScript/myankov/merge-release
chore: merge release to master
2019-07-22 11:48:22 +03:00
8e057c75b3 Merge branch 'master' into myankov/merge-release 2019-07-22 08:58:04 +03:00
46db840528 Merge pull request #7550 from NativeScript/svetoslavtsenov/merge-tests-in-master
chore: merge tests in master
2019-07-20 01:37:55 +03:00
46c17ca3a4 fix(bottom-navigation): crash when tab selected with no item (#7527) 2019-07-19 17:09:40 +03:00
b8a6d1dc48 Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-tests-in-master 2019-07-19 14:25:22 +03:00
59575514ad Merge pull request #7474 from NativeScript/svetoslavtsenov/tab-navigations-tests
tests: extend tab-navigation tests
2019-07-19 14:22:14 +03:00
f3fa1ea243 chore: update package.json 2019-07-19 11:09:40 +03:00
b28ee70eac Merge branch 'svetoslavtsenov/tab-navigations-tests' of https://github.com/NativeScript/nativescript into svetoslavtsenov/tab-navigations-tests 2019-07-18 21:02:37 +03:00
f36528f137 fix: tslint error 2019-07-18 21:02:25 +03:00
08dcf5060d Merge branch 'release' into svetoslavtsenov/tab-navigations-tests 2019-07-18 20:53:55 +03:00
3d1a8151e4 chore: update tests 2019-07-18 20:53:15 +03:00
0ea1cb5c0b Merge branch 'svetoslavtsenov/tab-navigations-tests' of https://github.com/NativeScript/nativescript into svetoslavtsenov/tab-navigations-tests 2019-07-17 16:31:00 +03:00
07b1103b5b chore: element stratagy location 2019-07-17 16:30:49 +03:00
e72aaca12d fixing docs build (#7538) (#7539) 2019-07-17 15:57:32 +03:00
2520516d4d fixing docs build (#7538) 2019-07-17 15:41:56 +03:00
7dfd915eb4 Merge branch 'release' into svetoslavtsenov/tab-navigations-tests 2019-07-17 15:29:14 +03:00
14527e0ad9 Merge pull request #7536 from NativeScript/мянков/мърдж-релийз
chore: merge release to master
2019-07-17 12:57:09 +03:00
41850497c5 Merge branch 'master' into мянков/мърдж-релийз 2019-07-17 12:38:28 +03:00
6f0c2ad16c chore: add missing feature to changelog (#7535) 2019-07-17 12:36:29 +03:00
55dfe25938 Merge pull request #7528 from NativeScript/svetoslavtsenov/merge-release-in-master
chore: merge release in master
2019-07-16 17:44:14 +03:00
d5ed05aff5 chore: tslint errors 2019-07-16 13:32:28 +03:00
ba3e0a39a0 fixes 2019-07-16 13:32:28 +03:00
e6d683f812 tests 2019-07-16 13:32:28 +03:00
858acd3e0a chore: fixes 2019-07-16 13:32:28 +03:00
eaf930f197 fixes 2019-07-16 13:32:28 +03:00
c58974c5cd chore: small fixes 2019-07-16 13:32:28 +03:00
f5453ef4de chore: update imageHelper prop 2019-07-16 13:32:28 +03:00
ddfb573328 test: extend tab navigations tests 2019-07-16 13:32:28 +03:00
abc143eeac Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-release-in-master 2019-07-16 13:26:15 +03:00
12fdb82ffe chore: bump package veresions (#7525) 2019-07-16 11:38:34 +03:00
ca22ba9391 fix(tabs-android): wrong tabStripItem selected (#7522) 2019-07-16 10:18:01 +03:00
16924f4112 release: cut the 6.0.0 release (#7423)
* release: cut the 6.0.0 release
6.0.0
2019-07-15 11:10:18 +03:00
10801557d0 fix(bottom-navigation-android): tabStripItem backgroundColor (#7504) 2019-07-11 13:29:00 +03:00
a908952ded chore: bump widgets version 2019-07-11 00:37:22 +03:00
c0c79f31cf fix(ios-tabs): item appearance toggle b/n titles and images (#7502) 2019-07-11 00:35:38 +03:00
d8262a624e feat: add font icons to image actionbar and tab navigation (#7498) 2019-07-10 21:05:45 +03:00
aa1c160465 chore: fix unit tests (#7501) 2019-07-10 20:40:49 +03:00
30fc585425 feat: add css support for tabs widget (#7491) 2019-07-10 19:22:55 +03:00
aed1daa8f5 fix: Missing app.css error in playground (#7499) 2019-07-10 18:39:21 +03:00
eb1ed3e4ec refactor(bottom-navigation): strip item creation (#7477)
* feat(ios-tabs): tab bar item appearance

Implements https://github.com/NativeScript/NativeScript/issues/7436 and https://github.com/NativeScript/nativescript-angular/issues/1884.

* refactor(ios-tabs): move _hasImage and _hasTitle properties

* feat(ios-bottom-navigation): create tab bar from image nad label

Implements https://github.com/NativeScript/nativescript-angular/issues/1893 for iOS.

* feat(android-bottom-navigation): create tab item spec from image and label

Implements https://github.com/NativeScript/nativescript-angular/issues/1893 for Android.

* chore: remove console.logs
2019-07-10 17:37:45 +03:00
c34a48ac77 refactor(tabs): strip item appearance and creation (#7466)
* test(e2e): add tab strip items pages

* fix(ios-tabs): a crash on swiping a content item

Fixes https://github.com/NativeScript/NativeScript/issues/7459.

* feat(android-tabs): create tab item spec from image and label

Implements https://github.com/NativeScript/nativescript-angular/issues/1884 for Android.

* feat(ios-tabs): tab bar item appearance

Implements https://github.com/NativeScript/NativeScript/issues/7436 and https://github.com/NativeScript/nativescript-angular/issues/1884.

* refactor(ios-tabs): move _hasImage and _hasTitle properties
2019-07-10 16:05:45 +03:00
c42bf0a6d0 refactor(bottom-navigation): event emitters (#7490) 2019-07-10 14:58:02 +03:00
3c1e2a35d9 refactor(android): no transition duration to 1ms (#7486) 2019-07-10 13:57:01 +03:00
c9a0b71c37 feat: add css for tabstripitem for bottom navigation ios (#7482) 2019-07-10 09:59:04 +03:00
c0db22d5ee fix: snapshot build for android (#7484) 2019-07-09 07:50:36 -07:00
902916c40d chore(tsconfig.unit-tests.json): exclude tns-core-modules/platforms (#7483) 2019-07-09 15:03:41 +03:00
eed86b4a01 feat: compat mode for non-webpack apps (playground) (#7479) 2019-07-09 14:13:05 +03:00
20c6d71c70 refactor: move material typings to core modules (#7480) 2019-07-09 13:35:28 +03:00
fab9c90007 feat(bottom-navigation-android): add tabstripitem css support (#7458)
* wip: add background color placeholders for tabstripitem

* feat: add css for tabstripitem for bottom navigation android

* chore: update example

* fix: revert native default index

* clean up tabcontentitem

* update setTabBarItemTextTransform

* textTransform inherited css property now

* fix(android-bottom-navigation): fragment detach logic

* chore: fix tests

* fix(android-bottom-navigation): fragment lifecycle logic

* fix: revert text-transform inherited css property
2019-07-09 13:33:32 +03:00
6e1e0e843a fix(android-tabs): tabstripitem tap does not change tabs (#7468) 2019-07-08 02:12:39 -07:00