Skip to content

Commit 7f4a9aa

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ui-material-components into fix/tabstrip-animations
2 parents 7062ecb + 0fe8e40 commit 7f4a9aa

File tree

291 files changed

+46757
-43957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+46757
-43957
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
github: [farfromrefug]
2+
liberapay: farfromrefuge
3+
patreon: farfromrefuge

.gitignore

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NativeScript
22
hooks/
33
node_modules/
4-
/platforms/
4+
platforms
55

66
# NativeScript Template
77
*.js.map
@@ -24,6 +24,7 @@ yarn-error.log*
2424
.gradle
2525
.project
2626
.yarn
27+
.cxx
2728
tmp/
2829

2930
!.eslintrc.js
@@ -34,23 +35,29 @@ tmp/
3435
devices.js
3536

3637
*.framework
38+
*.xcframework
3739
**/*.js.map
3840
src/**/*.js
3941
packages/**/*.js
4042
packages/**/*.d.ts
4143
bin
4244
build
4345
Pods
44-
!packages/platforms
46+
!packages/*/platforms
4547
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
50+
/demo-snippets/**/*.aar
4651
*.xcuserdatad
4752
/packages/README.md
4853
packages/**/*js.map
4954
packages/**/*js
50-
packages/**/angular/*.json
51-
packages/*.ngsummary.json
52-
packages/*.metadata.json
5355
packages/angular
5456
packages/typings
57+
packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
60+
61+
.vscode/settings.json
5562

5663
/blueprint.md

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
</natures>
2323
<filteredResources>
2424
<filter>
25-
<id>1604680591551</id>
25+
<id>1682616481632</id>
2626
<name></name>
2727
<type>30</type>
2828
<matcher>
2929
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
30+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
3131
</matcher>
3232
</filter>
3333
</filteredResources>

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
],
1515
"editor.snippetSuggestions": "top",
1616
"NE.enable.snippets": true,
17-
"java.configuration.updateBuildConfiguration": "disabled"
17+
"java.configuration.updateBuildConfiguration": "disabled",
18+
"typescript.tsdk": "node_modules/typescript/lib"
1819
}

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
compressionLevel: mixed
2+
13
nmHoistingLimits: workspaces
24

35
nodeLinker: node-modules
46

5-
yarnPath: tools/.yarn/releases/yarn-3.3.1.cjs
7+
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

CHANGELOG.md

Lines changed: 477 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)