Commit Graph

6869 Commits

Author SHA1 Message Date
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
Igor Randjelovic
f5db58414a fix: safeguards against invalid values 2021-04-06 11:18:36 -07:00
Igor Randjelovic
1dfa5a6025 chore: remove weird import 2021-04-06 11:18:36 -07:00
Igor Randjelovic
fca3466408 feat: implement spreadRadius 2021-04-06 11:18:36 -07:00
Nathan Walker
733050995c fix(core): type collisions with namespace (#8809) 2021-04-06 11:18:36 -07:00
Nathan Walker
a67fb69687 chore: typing cleanup 2021-04-06 11:18:36 -07:00
Nathan Walker
1cd6854370 chore: typing fixes 2021-04-06 11:18:36 -07:00
William Tjondrosuharto
19ce9fc2bf chore: box shadow updates (#9220) 2021-04-06 11:18:36 -07:00
Igor Randjelovic
d2f50e50bb feat: improved css-shadow parser 2021-04-06 11:18:36 -07:00
Nathan Walker
673387cf99 chore: cleanup 2021-04-06 11:18:36 -07:00
Ben Delaney
a12c188d0f fix(core): stack layout padding (#9183)
fixes #8810
2021-04-06 11:18:36 -07:00
William Tjondrosuharto
3bd2d96f29 feat(core): box shadow demo (#9182) 2021-04-06 11:18:36 -07:00
Sergey Mell
d46f9562b4 fix(ios): gesture touch event coordinates improvements (#8998) 2021-04-06 11:18:36 -07:00
Morten Sjøgren
d5a8a25aba feat(core): first class a11y support (#8909) 2021-04-06 11:18:36 -07:00
William Tjondrosuharto
a90609a670 feat(core): RootLayout with api to fluidly handle dynamic layers (#8980) 2021-04-06 11:18:36 -07:00
Tiago Alves
a6b1bde655 feat(core): text-shadow support (#8991) 2021-04-06 11:18:36 -07:00
Martin Guillon
304633d6b2 feat(core): convenient color utilities (#9066) 2021-04-06 11:18:36 -07:00
Nathan Walker
67e2fe42b7 feat(core): box-shadow support (#9161) 2021-04-06 11:18:36 -07:00
Eduardo Speroni
6cc130fa6f feat(core): reusable views (#9163) 2021-04-06 11:18:36 -07:00
Igor Randjelovic
279b0b1d20 fix: terser options 2021-04-06 15:44:51 +02:00
Igor Randjelovic
6afd5a65c3 fix(angular): styleURLs 2021-04-06 15:44:38 +02:00
Igor Randjelovic
ca04224906 chore: update snapshots 2021-04-05 15:28:18 +02:00
Igor Randjelovic
ef00b434ef chore: rename exclusion 2021-04-05 15:28:08 +02:00
Igor Randjelovic
458c4eba88 fix: context regext to match the dot, exclude .d.ts 2021-04-05 15:27:48 +02:00
Igor Randjelovic
13b3364e62 fix: exclude App_Resources from context
fixes #9299
2021-04-05 15:27:12 +02:00
Igor Randjelovic
d8067a553f fix: resolving loaders from non-hoisted deps 2021-04-02 14:53:04 +02:00
Igor Randjelovic
1627f52043 feat: warnOnce & graceful error handling 2021-04-01 17:55:45 +02:00
Igor Randjelovic
7edb1e90b0 fix: copy stubs step 2021-04-01 17:55:21 +02:00
Igor Randjelovic
fb2c291063 feat: look for loaders in project node_modules first 2021-04-01 17:55:11 +02:00
Igor Randjelovic
1025270fad fix: node_module resolution when using relative packages 2021-04-01 17:00:19 +02:00
Igor Randjelovic
de13357a09 chore: fix tests 2021-03-31 21:33:30 +02:00
Martin Guillon
a7771cc8ab fix: read __CSS_PARSER__ from config (#9290)
* fix: read __CSS_PARSER__ from config

* fix: missing import and default value

* imports order
2021-03-31 21:27:29 +02:00
Igor Randjelovic
c2aca14dd5 chore: pin deps 2021-03-30 23:52:16 +02:00
Igor Randjelovic
bfd50f27c7 chore: use relative import for app.s?css 2021-03-30 23:52:03 +02:00
Shamsuddin Dzhamalov
e9e4934faf fix(ios): incorrect declaration of 'jsArrayToNSArray' and 'nsArrayToJSArray' (#9277) 2021-03-30 13:28:23 -07:00
Igor Randjelovic
f7530fe4e1 fix: app-css-loader to look for platform specific app s?css files too 2021-03-30 14:34:30 +02:00
Igor Randjelovic
0999d6fe3e feat: app-css-loader & suppress env warning in ng projects 2021-03-29 22:17:29 +02:00
Igor Randjelovic
7d5f4a48ac feat: drop webpack-filter-warnings-plugin in favor of built-in ignoreWarnings 2021-03-29 13:59:33 +02:00