5776 Commits

Author SHA1 Message Date
a66f2f2f47 fix(ios-tabs): crash when add tabstrip in loaded event (#7743) 2019-08-29 09:34:57 +03:00
ff6d89fc13 feat(ios): add icon rendering mode for bottom navigation (#7738) 2019-08-28 17:10:55 +03:00
f436b6f100 feat(android): fix tab resource icon size based on spec (#7737) 2019-08-28 13:41:29 +03:00
55c9cc9072 feat(TabStrip): add itemTap event (#7711) 2019-08-23 15:32:31 +03:00
caca2b82a2 Merge pull request #7719 from NativeScript/merge-release-in-master
chore: merge release in master
2019-08-23 10:24:35 +03:00
2a899ee55d Merge remote-tracking branch 'origin/master' into merge-release-in-master 2019-08-22 22:56:45 +03:00
fbe12fb3c8 release: cut the 6.0.7 release (#7714) 6.0.7 2019-08-22 16:15:21 +03:00
83f436fdc5 chore: bump widgets version to 6.0.7 (#7715) 2019-08-22 16:06:40 +03:00
8039c2c1dd feat: introduce fixed font icons to tab navigation (#7691) 2019-08-22 10:26:29 +03:00
efdd7e625c fix-next: Add accidentally removed System.import (#7706) 2019-08-21 16:45:00 +03:00
f3bd2e9c5b closes #5989 (#7686) 2019-08-21 14:20:25 +03:00
b6ff4d376a fix: dots can now be used in module names (#7655)
Only known extensions are stripped from the end of module names
2019-08-21 00:01:53 +03:00
b0d1c9106a feat(tabs): emit tabStripItem tap event (#7693) 2019-08-20 13:35:58 +03:00
a21d5e402b chore(grunt): setup script is no more (#7695) 2019-08-20 11:48:31 +03:00
98d0bb5ba6 Merge pull request #7698 from NativeScript/vsetoslavtsenov/merge-release-in-master
chore: merge release in master
2019-08-20 11:18:32 +03:00
7d265f2dec Merge remote-tracking branch 'origin/master' into vsetoslavtsenov/merge-release-in-master 2019-08-20 01:00:52 +03:00
673c8087e0 feat: implement css-variables and css-calc (#7553)
* feat: implement basic support for css-variables

* fix(test): test-watch-android and test-watch-ios was broken

* fix: processing css-variables belong in CssProperty-classes

Not in the StyleScope.

* fix(css-variables): set style attribute override value from css-classes

* feat: add css calc-support using 'reduce-css-calc'

* fix(tslint): missing semicolon and incorrect quotemark

* feat: move css-variable handling to Style-class

* chor: add comments explaining css-variable implmentation

* chor: set css-variables before other style properties

* chor(css-variables): cleaning up

* chor: code style fixes

* test(CSS-CALC): Add tests for nested css-calc statements

* fix(CSS-CALC): dip-unit not supported by reduce-css-calc

* fix(tslint): use double quotemarks

* test(css-calc): test _cssCalcConverter directly

* chor(css-variables): rename and clean up _cssVariableConverter to _evaluateCssVariable

* chor: rename varname to varName for consistency

* chor: support css-calc and variables for normal properties

* chor: use string.replace to evaluate css-variables

* fix: Missing blank line before return

* chor: rename css-calc functions

* fix: undefined css-variables treated as 'unset'

* fix(tslint): use double quotemarks

* feat(css-variable): handle fallback values

* chor(css-variables): handle unsetValue

* chor: process css-calc and css-variables in style-scope

* chore: clean-up css-calc/variable expressions

* fix(css-calc): handle invalid expressions

* chore(CSSState): update comments

* chore(Style): rename css-variable functions

* chore(css-variables): describe fallback logic

* chore: move reset scoped css-variables to Style-class

* chore(CssState): simplify check for css expressions

* chore: add reduce-css-calc to /package.json
2019-08-20 00:56:56 +03:00
4b5e6e6c36 tests: fix-nested-frame-tests (#7696) 2019-08-20 00:55:40 +03:00
0adcb64cc3 chore: fix-travis (#7697) 2019-08-19 20:54:26 +03:00
3adba6826b feat: add CSS classes to app/modal root views to target platform/device/orientation/type (#7606) 2019-08-19 14:09:44 +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
a614fc94d0 Merge pull request #7681 from NativeScript/myankov/ios10-tabs
fix(ios): handle tabs extended layout for ios 10
2019-08-18 21:48:14 +03:00
1a0a417812 Merge branch 'master' into myankov/ios10-tabs 2019-08-16 10:53:45 +03:00
c0b8db4098 feat: flexbile font icon usage in tab navigation (#7672) 2019-08-15 17:32:48 +03:00
9877b202cd fix(hmr): close modal views during livesync #7668 (#7679)
chore: add unit tests to test that modal views are closed during hmr
2019-08-15 15:32:17 +03:00
4d76fc691e Merge pull request #7676 from NativeScript/manoldonev-patch-1
docs: update changelog
2019-08-15 11:11:21 +03:00
f7f061202c fix(ios): handle tabs extended layout for ios 10 2019-08-15 11:09:22 +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
e2c3c8c084 feat: expose application orientation (#7602) 2019-08-14 13:47:15 +03:00
a14bc9f86d Merge pull request #7678 from NativeScript/tsenov/merger-release-in-master
chore: merger release in master
2019-08-14 11:39:55 +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
cf2b3d39c8 chore: update changelog 2019-08-13 18:44:10 +03:00
1d12136816 feat: apply styles when adding them to the application scope (#7652) 2019-08-13 16:10:21 +03:00
1f8dca9077 Added fix for dialog not showing in ios modal (#7478) 2019-08-12 15:23:34 +03:00
458cb59472 release: cut the 6.0.6 release (#7662)
* release: cut the 6.0.6 release

* chore: update log
2019-08-12 12:28:04 +03:00
f17f6cfd66 chore: bump versions 6.0.6 (#7661) 2019-08-08 13:55:43 +03:00
d832c1a4ee chore: make cuteness compatible with 6.0 cli (#7660)
nativescript@6.0 require typescript 3.4.5 or above.
2019-08-08 02:41:54 -07:00
36322564ac Merge pull request #7653 from NativeScript/tsenov/merge-release-in-master
chore: merge release in master
2019-08-07 22:30:44 +03:00
121a0b528f Merge branch 'master' into tsenov/merge-release-in-master 2019-08-07 18:09:02 +03:00
5fd7913103 fix: handle empty folders in non-bundle-compat (#7649) 2019-08-07 18:08:44 +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
5f22594eb7 Merge pull request #7631 from NativeScript/return-missing-css-errors
refactor: Enable missing css check and test
2019-08-07 10:25:06 +03:00
90614b402e Merge branch 'master' into return-missing-css-errors 2019-08-05 13:56:38 +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
13782746a4 Merge branch 'master' into return-missing-css-errors 2019-08-02 19:16:37 +03:00
129d899820 docs: add comments about how app.css+snapshot work 2019-08-02 17:04:05 +03:00
a569bb2931 fix(timer): setTimeout/setInterval support for boolean period (#7569)
* Fix setTimeout/setInterval can't be called with boolean period

* Add typings and a test

* Revert typings

* Ignore the wrong type
6.0.5
2019-08-02 16:06:03 +03:00