07abee748c
tests: update gesture tests for api19 and api29 ( #7975 )
2019-10-21 23:50:55 +03:00
cc97a16800
feat: Scoped Packages ( #7911 )
...
* chore: move tns-core-modules to nativescript-core
* chore: preparing compat generate script
* chore: add missing definitions
* chore: no need for http-request to be private
* chore: packages chore
* test: generate tests for tns-core-modules
* chore: add anroid module for consistency
* chore: add .npmignore
* chore: added privateModulesWhitelist
* chore(webpack): added bundle-entry-points
* chore: scripts
* chore: tests changed to use @ns/core
* test: add scoped-packages test project
* test: fix types
* test: update test project
* chore: build scripts
* chore: update build script
* chore: npm scripts cleanup
* chore: make the compat pgk work with old wp config
* test: generate diff friendly tests
* chore: create barrel exports
* chore: move files after rebase
* chore: typedoc config
* chore: compat mode
* chore: review of barrels
* chore: remove tns-core-modules import after rebase
* chore: dev workflow setup
* chore: update developer-workflow
* docs: experiment with API extractor
* chore: api-extractor and barrel exports
* chore: api-extractor configs
* chore: generate d.ts rollup with api-extractor
* refactor: move methods inside Frame
* chore: fic tests to use Frame static methods
* refactor: create Builder class
* refactor: use Builder class in tests
* refactor: include Style in ui barrel
* chore: separate compat build script
* chore: fix tslint errors
* chore: update NATIVESCRIPT_CORE_ARGS
* chore: fix compat pack
* chore: fix ui-test-app build with linked modules
* chore: Application, ApplicationSettings, Connectivity and Http
* chore: export Trace, Profiling and Utils
* refactor: Static create methods for ImageSource
* chore: fix deprecated usages of ImageSource
* chore: move Span and FormattedString to ui
* chore: add events-args and ImageSource to index files
* chore: check for CLI >= 6.2 when building for IOS
* chore: update travis build
* chore: copy Pod file to compat package
* chore: update error msg ui-tests-app
* refactor: Apply suggestions from code review
Co-Authored-By: Martin Yankov <m.i.yankov@gmail.com>
* chore: typings and refs
* chore: add missing d.ts files for public API
* chore: adress code review FB
* chore: update api-report
* chore: dev-workflow for other apps
* chore: api update
* chore: update api-report
2019-10-17 00:45:33 +03:00
30e9c7f94d
Merge remote-tracking branch 'origin/master' into tsenov/merge-release-master-tests
2019-10-10 14:04:18 +03:00
b8b9a3d607
test: fix navigate to handlers ( #7937 )
2019-10-10 14:02:52 +03:00
6246a72c39
svetoslavtsenov/extend gestures tests ( #7870 )
2019-10-10 00:29:55 +03:00
bdb411fe45
fix(action-bar-ios): navigation button support for font icons ( #7918 )
2019-10-09 19:22:22 +03:00
4991e6dc99
fix(android/action-bar): process Icon Fonts in NavigationButton the same way as in ActionItem ( #7842 )
...
* fix(android/action-bar): process Icon Fonts in NavigationButton the same way as in ActionItem
* Add NavigationButton with font icons to corresponding page in ui tests app
2019-09-25 13:23:33 +03:00
dfcbe6c319
style: formatting and whitespaces ( #7840 )
2019-09-19 15:40:31 +03:00
e0c4933337
chore: merge release to master ( #7809 )
...
* feat(android): fix tab resource icon size based on spec (#7737 )
* feat(ios): add icon rendering mode for bottom navigation (#7738 )
* fix(ios-tabs): crash when add tabstrip in loaded event (#7743 )
* fix(css): parse css selectors with escape sequences (#7689 ) (#7732 )
* fix(ios-tabs): handle nesting proxy view container (#7755 )
* fix-next(css): className to preserve root views classes (#7725 )
* docs: cut the 6.1.0 release (#7773 )
* fix(android-list-picker): NoSuchFieldException on api29 (#7790 )
* chore: hardcode tslib version to 1.10.0 (#7776 )
* fix(css-calc): reduce_css_calc_1.default is not a function (#7787 ) (#7801 )
2019-09-12 14:33:03 +03:00
ff6d89fc13
feat(ios): add icon rendering mode for bottom navigation ( #7738 )
2019-08-28 17:10:55 +03:00
55c9cc9072
feat(TabStrip): add itemTap event ( #7711 )
2019-08-23 15:32:31 +03:00
70f8d70f07
chore(e2e): update config files ( #7677 )
...
* chore(e2e): update config files
* chore: update .gitignore file
* chore: update references.d.ts file
* chore: remove npm scripts
* chore: update travis config
2019-08-18 23:16:35 +03:00
c0b8db4098
feat: flexbile font icon usage in tab navigation ( #7672 )
2019-08-15 17:32:48 +03:00
72ca461f59
feat(tab-content-view): change tabContentItem to View ( #7629 )
2019-08-15 11:08:18 +03:00
acc3436d9f
feat(tab): add support for custom tabstrip ( #7580 )
2019-08-14 17:34:18 +03:00
3b888e312f
Merge remote-tracking branch 'origin/master' into tsenov/merger-release-in-master
2019-08-14 04:16:05 +03:00
589bb438bf
tests: fix tab-navigation-tests for android api level < 23 ( #7675 )
...
* tests: fix tab-navigation-tests for android api level < 23
* chore: remove depricated "tap()" method
* chore: fix tslint
* chore: replace api check with automation name check
* chore: relpace check 'ryGetApiLevel()' with automation name
2019-08-14 04:13:29 +03:00
1d12136816
feat: apply styles when adding them to the application scope ( #7652 )
2019-08-13 16:10:21 +03:00
443d6b5dcb
Merge remote-tracking branch 'origin/master' into tsenov/merge-release-in-master
2019-08-07 16:22:05 +03:00
83bca630eb
chore: fix typo ( #7651 )
2019-08-07 16:19:51 +03:00
d3c39c1a9f
feat(GridLayout): Add synonym property column[Span] for col[Span] in GridLayout ( #7641 )
...
* add column synonym for col property grid layout
* refactoring
* refactor: implement column proxy props
* test: add tests for column and columnSpan props
2019-08-05 13:56:22 +03:00
e35bda2c19
tests: include tests action bar ( #7596 )
...
* tests: update action bar tests
* revert: widgets version in modules
* fix tslint
2019-07-28 20:48:19 +03:00
d3dee98116
chore: remove e2e resources and ignore ( #7575 )
2019-07-26 14:40:10 +03:00
f00b370dbb
fix(tabs): tab bar not visible when nested in layout ( #7544 )
2019-07-26 13:53:55 +03:00
f3fa1ea243
chore: update package.json
2019-07-19 11:09:40 +03:00
f36528f137
fix: tslint error
2019-07-18 21:02:25 +03:00
3d1a8151e4
chore: update tests
2019-07-18 20:53:15 +03:00
07b1103b5b
chore: element stratagy location
2019-07-17 16:30:49 +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
d8262a624e
feat: add font icons to image actionbar and tab navigation ( #7498 )
2019-07-10 21:05:45 +03:00
30fc585425
feat: add css support for tabs widget ( #7491 )
2019-07-10 19:22:55 +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
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
22e62daae5
tests: add tabs/bottom-navigation binding examples ( #7437 )
2019-07-03 09:32:14 +03:00
43534502f9
feat: add background color css to tab strip ( #7414 )
2019-06-28 10:07:33 +03:00
9cfd9c07d5
tests: update ns-dev-appium ( #7411 )
...
* tests: update ns-dev-appium
* chore: package.json
2019-06-27 08:24:01 +03:00
0cdc3b843f
tests: include parse checkout ( #7410 )
2019-06-26 20:44:39 +03:00
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
4f39fb728b
chore: update tslint rules ( #7391 )
2019-06-26 15:13:48 +03:00
b20e771552
chore: remove deprecated apis for ns 6.0 ( #7382 )
2019-06-25 16:52:01 +03:00
ad8ce2c95d
tests(ui-tests-app): update examples ( #7387 )
...
* refactor(ui-tests-app): tabmore example
* fix(ui-tests-app): web-view query example
* fix(ui-tests-app): misspelled img src path
* feat(image-source): add set rotationAngle for iOS
Compatibility with Android.
2019-06-21 15:35:27 +03:00
ecd9fc3e9d
feat: bundle workflow support ( #7337 )
2019-06-20 15:58:36 +03:00