Commit Graph

6556 Commits

Author SHA1 Message Date
Eduardo Speroni
20bec3f7d4 feat: Angular 11 virtual modules compatibility 2021-05-08 17:49:59 -03:00
Eduardo Speroni
20a8beaeb1 feat: add xml support to all flavors 2021-05-08 17:04:12 -03:00
Igor Randjelovic
a9eed7e4c6 fix(webpack|angular): platform suffixed files printing error when changed 2021-04-15 22:46:34 +02:00
Igor Randjelovic
759f05a53a fix(webpack|angular): styleUrls with platform suffixes 2021-04-15 20:51:02 +02:00
Igor Randjelovic
f861be06b3 refactor: use helper to resolve report path 2021-04-14 15:23:10 +02:00
Igor Randjelovic
0601ca763b fix: watchIgnore should be a full path 2021-04-14 15:14:55 +02:00
Igor Randjelovic
4f8522f5d4 refactor: simplify App_Resource exclusions 2021-04-14 15:09:33 +02:00
Igor Randjelovic
582f161dd9 Merge branch 'feat/webpack5' of https://github.com/NativeScript/NativeScript into feat/webpack5 2021-04-14 14:58:50 +02:00
Igor Randjelovic
f053403d8d fix: don't externalize node built-ins 2021-04-14 14:58:44 +02:00
Martin Guillon
eec2319ac6 fix: prevent App_Resources from being copied (#9325)
to assets
2021-04-12 14:25:56 +02:00
Igor Randjelovic
0f5b127c1a chore: remove unused import 2021-04-12 12:52:41 +02:00
Igor Randjelovic
cfd98d3674 feat: sourceMap improvements 2021-04-12 12:51:41 +02:00
Nathanael Anderson
482b7b11f6 fix: use acorn and drop babel-loader by default (#9320) 2021-04-12 11:38:06 +02:00
Igor Randjelovic
e82a364dd4 Merge branch 'master' into feat/webpack5 2021-04-09 11:31:34 +02:00
Nathan Walker
8739e8d6cf chore: readme links 2021-04-07 10:05:45 -07:00
Nathan Walker
4f2e14cb5f chore(release): @nativescript/core@8.0.1 8.0.1-core 2021-04-06 19:52:28 -07:00
Martin Guillon
e73cebf765 fix(android): crash on slide transition (#9289)
The 'N' android `CustomTransition` widget takes an `AnimatorSet` and not an `ObjectAnimator`
2021-04-06 19:41:24 -07:00
Nathan Walker
f42acd817f fix(core): Enums deprecation adjustment (#9306) 2021-04-06 19:38:19 -07:00
Martin Guillon
fde666de28 fix(android): accessibility crash on View not extending android.view.View (#9303) 2021-04-06 16:39:52 -07:00
Nathan Walker
83fc446f62 chore: 8.0.0 changelog 8.0.0-core 2021-04-06 11:23:33 -07:00
Nathan Walker
75b59ecdbf chore(release): @nativescript/core@8.0.0 2021-04-06 11:18:36 -07:00
Nathan Walker
b72c4a3237 chore(release): @nativescript/types@8.0.0 2021-04-06 11:18:36 -07:00
Nathan Walker
a66587dd90 chore: cleanup test 2021-04-06 11:18:36 -07:00
Nathan Walker
8cd1872ef7 chore: better trace handling around css 2021-04-06 11:18:36 -07:00
Nathan Walker
b50a2e618f chore: types cleanup 2021-04-06 11:18:36 -07:00
Nathan Walker
8af8de2166 chore: add additional deprecation warnings on a few types 2021-04-06 11:18:36 -07:00
Nathan Walker
266ae2a71d chore: fix types 2021-04-06 11:18:36 -07:00
Nathan Walker
eb7c1c450a chore: properly deprecate Enums before removing completely 2021-04-06 11:18:36 -07:00
Nathan Walker
ccc7c59ac8 chore: Nx 11.5 and @nativescript/eslint-plugin 2021-04-06 11:18:36 -07:00
Nathan Walker
eeb68e9ce2 fix: RootLayout default open options 2021-04-06 11:18:36 -07:00
Nathan Walker
14360881e6 chore: fix automated tests 2021-04-06 11:18:36 -07:00
Nathan Walker
ede1685ae2 chore: cleanup types 2021-04-06 11:18:36 -07:00
William Juan
3c569effed fix(layouts): rootlayout not closing when no shadecover transition specified (#9278) 2021-04-06 11:18:36 -07:00
William Juan
b4415683d8 fix(apps): fix rootlayout page class name (#9279) 2021-04-06 11:18:36 -07:00
Nathan Walker
cc592b63fd fix(core): trace instead of throw 2021-04-06 11:18:36 -07:00
Nathan Walker
b1d2c97b6a chore: expose CustomLayoutView 2021-04-06 11:18:36 -07:00
Nathan Walker
f00144e872 feat(view): "hidden" property binding is now supported 2021-04-06 11:18:36 -07:00
Nathan Walker
770030e7f6 feat(observable-array): findIndex now supported 2021-04-06 11:18:36 -07:00
Igor Randjelovic
14e88f6e9d chore: requestLayout after applying 2021-04-06 11:18:36 -07:00
Igor Randjelovic
7c60735d14 chore: cleanup background handling 2021-04-06 11:18:36 -07:00
Nathan Walker
21da31562c chore: Enums > CoreTypes
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
Nathan Walker
e62acba792 fix: move BottomNavigation and Tabs to @nativescript-community
Cocoapods no longer required with @nativescript/core out of the box and users are no longer taxed with MaterialTabs even if they didn't use those components.

BREAKING CHANGES

If using `BottomNavigation`, just install `@nativescript-community/ui-material-bottom-navigation` and update your imports to use it. API is exactly the same.

If using `Tabs`, just install `@nativescript-community/ui-material-tabs` and update your imports to use it. API is exactly the same.
2021-04-06 11:18:36 -07:00
Igor Randjelovic
9a7d3ecb34 feat: implement BoxShadowDrawable 2021-04-06 11:18:36 -07:00
Nathan Walker
a822f2affb chore: a11y polish (#9259) 2021-04-06 11:18:36 -07:00
Nathan Walker
aaeab990c8 fix(color): support web standard #rrggbbaa format
original pr credit to @farfromrefug
https://github.com/NativeScript/NativeScript/pull/8519

BREAKING CHANGE

Long standing inconsistency with color handling here.

BEFORE:

```
// #aarrggbb

const color = new Color('#ff00ff00');

Label {
    background-color: #ff00ff00;
}
```

AFTER:

```
// #rrggbbaa

const color = new Color('#00ff00ff');

Label {
    background-color: #00ff00ff;
}
```
2021-04-06 11:18:36 -07:00
Nathan Walker
e9b5eb934d chore: cleanup a11y and add demo page 2021-04-06 11:18:36 -07:00
Nathan Walker
f088ddc3fc chore(release): 8.0.0-alpha.0 2021-04-06 11:18:36 -07:00
Nathan Walker
5dc8ef4b95 chore: bump css-tree 1.1.2 2021-04-06 11:18:36 -07:00
Nathan Walker
d88cef3b48 chore: message handling 2021-04-06 11:18:36 -07:00
Nathan Walker
2f81d606fc chore: silence unnecessary throw message 2021-04-06 11:18:36 -07:00