Martin Yankov
|
ef84afeedf
|
Merge branch 'master' into myankov/merge-release
|
2019-07-26 14:42:25 +03:00 |
|
Martin Yankov
|
f00b370dbb
|
fix(tabs): tab bar not visible when nested in layout (#7544)
|
2019-07-26 13:53:55 +03:00 |
|
Martin Yankov
|
9fd5ddc9e3
|
fix(android): remove wait for doubletap if no gesture recognizer (#7584)
|
2019-07-25 21:56:01 +03:00 |
|
Alexander Djenkov
|
490cab0df9
|
fix(tabs-ios): unable to return to tab after tab with nested frame visited (#7574)
|
2019-07-25 15:00:42 +03:00 |
|
Svetoslav
|
530e97b974
|
Merge branch 'master' into djenkov/limit-bottom-navigation-items
|
2019-07-22 14:18:09 +03:00 |
|
Alexander Djenkov
|
4511c76f49
|
fix(tabs-ios): crash when setting tabStripItems through items property (#7548)
|
2019-07-22 09:59:45 +03:00 |
|
Martin Yankov
|
8e057c75b3
|
Merge branch 'master' into myankov/merge-release
|
2019-07-22 08:58:04 +03:00 |
|
Alexander Djenkov
|
46c17ca3a4
|
fix(bottom-navigation): crash when tab selected with no item (#7527)
|
2019-07-19 17:09:40 +03:00 |
|
Alexander Djenkov
|
b64bc96d32
|
Merge branch 'master' into djenkov/limit-bottom-navigation-items
|
2019-07-17 09:24:55 +03:00 |
|
ADjenkov
|
5815246cfc
|
feat(bottom-navigation-ios): limit to 5 items
|
2019-07-16 15:48:11 +03:00 |
|
SvetoslavTsenov
|
abc143eeac
|
Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-release-in-master
|
2019-07-16 13:26:15 +03:00 |
|
Alexander Vakrilov
|
12fdb82ffe
|
chore: bump package veresions (#7525)
|
2019-07-16 11:38:34 +03:00 |
|
Alexander Djenkov
|
ca22ba9391
|
fix(tabs-android): wrong tabStripItem selected (#7522)
|
2019-07-16 10:18:01 +03:00 |
|
Alexander Djenkov
|
10801557d0
|
fix(bottom-navigation-android): tabStripItem backgroundColor (#7504)
|
2019-07-11 13:29:00 +03:00 |
|
SvetoslavTsenov
|
a908952ded
|
chore: bump widgets version
|
2019-07-11 00:37:22 +03:00 |
|
Manol Donev
|
c0c79f31cf
|
fix(ios-tabs): item appearance toggle b/n titles and images (#7502)
|
2019-07-11 00:35:38 +03:00 |
|
Martin Yankov
|
d8262a624e
|
feat: add font icons to image actionbar and tab navigation (#7498)
|
2019-07-10 21:05:45 +03:00 |
|
Martin Yankov
|
30fc585425
|
feat: add css support for tabs widget (#7491)
|
2019-07-10 19:22:55 +03:00 |
|
Alexander Vakrilov
|
aed1daa8f5
|
fix: Missing app.css error in playground (#7499)
|
2019-07-10 18:39:21 +03:00 |
|
Vasil Chimev
|
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 |
|
Vasil Chimev
|
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 |
|
Manol Donev
|
c42bf0a6d0
|
refactor(bottom-navigation): event emitters (#7490)
|
2019-07-10 14:58:02 +03:00 |
|
Manol Donev
|
3c1e2a35d9
|
refactor(android): no transition duration to 1ms (#7486)
|
2019-07-10 13:57:01 +03:00 |
|
Martin Yankov
|
c9a0b71c37
|
feat: add css for tabstripitem for bottom navigation ios (#7482)
|
2019-07-10 09:59:04 +03:00 |
|
Alexander Vakrilov
|
c0db22d5ee
|
fix: snapshot build for android (#7484)
|
2019-07-09 07:50:36 -07:00 |
|
Alexander Vakrilov
|
eed86b4a01
|
feat: compat mode for non-webpack apps (playground) (#7479)
|
2019-07-09 14:13:05 +03:00 |
|
Martin Yankov
|
20c6d71c70
|
refactor: move material typings to core modules (#7480)
|
2019-07-09 13:35:28 +03:00 |
|
Martin Yankov
|
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 |
|
Alexander Djenkov
|
6e1e0e843a
|
fix(android-tabs): tabstripitem tap does not change tabs (#7468)
|
2019-07-08 02:12:39 -07:00 |
|
Alexander Vakrilov
|
8756b3da16
|
refactor: HMR and webpack improvements (#7462)
* chore: update project
* refactor: clear module-name cache on orientation
* feat: add custom component in qualifiers app
* feat: enable HMR for custom components
* refactor: remove redundant check
* chore: clean console.log
|
2019-07-08 11:11:14 +03:00 |
|
Manol Donev
|
d8ef044469
|
Merge pull request #7452 from NativeScript/mdonev/observable-array-splice-fix
fix(observable-array): splice to notify correct amount of added items
|
2019-07-04 15:45:07 +03:00 |
|
Alexander Djenkov
|
e0fad4133b
|
fix(bottom-navigation): current TabContentItem index not set (#7453)
|
2019-07-04 10:02:17 +03:00 |
|
Alexander Djenkov
|
97a2af27f9
|
fix(tabs): current TabContentItem index not set (#7441)
|
2019-07-03 22:32:16 +03:00 |
|
Eduardo Speroni
|
8bd7fd2ba6
|
fix(observable-array): splice to notify correct amount of added items (#7426)
|
2019-07-03 14:45:13 +03:00 |
|
Eduardo Speroni
|
5e14de6a4e
|
fix(observable-array): splice to notify correct amount of added items (#7426)
|
2019-07-03 14:43:41 +03:00 |
|
Eduardo Speroni
|
b8659e67c3
|
fix: full Unicode support in xml (#7428)
|
2019-07-03 11:52:52 +03:00 |
|
Svetoslav
|
250eb31c6e
|
chore: bump to 6.1.0 (#7422)
|
2019-06-28 19:01:59 +03:00 |
|
Manuel Saelices
|
d985c33de3
|
chore: require relative path within tns-core-modules (#7367)
|
2019-06-28 18:23:39 +03:00 |
|
Svetoslav
|
726a4d133a
|
chore: bump widgets to 6.0.0 in core modules (#7421)
|
2019-06-28 17:58:20 +03:00 |
|
Alexander Vakrilov
|
8851835cb1
|
refactor(builder): handle modules with "/" or "~/" (#7418)
|
2019-06-28 15:38:42 +03:00 |
|
Martin Yankov
|
43534502f9
|
feat: add background color css to tab strip (#7414)
|
2019-06-28 10:07:33 +03:00 |
|
Nathanael Anderson
|
76b5089589
|
fix: restore TextField.textChange and Switch.checkedChange event syntax in xml (#7403)
|
2019-06-27 17:14:44 +03:00 |
|
Manol Donev
|
c2656a4be4
|
chore: update application private apis (#7413)
|
2019-06-27 13:16:43 +03:00 |
|
Alexander Vakrilov
|
9fcc1ddf94
|
feat(bundle): support for file qualifiers + builder refactor (#7386)
* feat(bundle): support for file qualifiers in builder
* chore: add qualifiers test app
* chore: add @Deprecated for file-name-resolver
* fix(hmr): hmr not working for scss files
* chore: globals clean-up
* shore: fix tslint
* tests: uncomment test fixed by ns-dev-webpack
* chore: move qualifiers app to e2e
* chore: update webpack config
* chore: tslint errors
* test: fix wrong css import
|
2019-06-26 18:40:18 +03:00 |
|
Bundyo (Kamen Bundev)
|
1a0c81f02a
|
refactor(EditableTextBase, Button) rename PseudoClass update handlers to be more specific (#7404)
|
2019-06-26 18:39:27 +03:00 |
|
Manol Donev
|
4f39fb728b
|
chore: update tslint rules (#7391)
|
2019-06-26 15:13:48 +03:00 |
|
Manol Donev
|
92370279d8
|
chore: restore temporarily deprecated apis (#7407)
|
2019-06-26 02:58:23 -07:00 |
|
Manol Donev
|
872207515a
|
fix(ios-actionbar): parent/child gesture recognition (#7400)
|
2019-06-26 11:07:12 +03:00 |
|
Vasil Chimev
|
9ecf07fee6
|
fix(css-state): _appliedSelectorsVersion assignment (#7405)
Assign CSS state applied selectors version after ensuring and matching the selectors.
|
2019-06-26 00:49:55 -07:00 |
|
Alexander Djenkov
|
f08b491750
|
fix(android-transition): exit transition not executed after app suspend resume (#7402)
|
2019-06-26 01:06:15 +03:00 |
|