Skip to content

Commit 1845816

Browse files
authored
Merge origin/main and resolve dialog conflict
2 parents 293b542 + 59c8899 commit 1845816

129 files changed

Lines changed: 35539 additions & 14362 deletions

File tree

Some content is hidden

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

.eslintrc.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@
1212
"files": ["*.ts", "*.tsx"],
1313
"extends": ["plugin:@nx/typescript"],
1414
"rules": {
15-
"@typescript-eslint/no-inferrable-types": "off",
16-
"@typescript-eslint/no-extra-semi": "error",
17-
"no-extra-semi": "off"
15+
"@typescript-eslint/no-inferrable-types": "off"
1816
}
1917
},
2018
{
2119
"files": ["*.js", "*.jsx"],
2220
"extends": ["plugin:@nx/javascript"],
23-
"rules": {
24-
"@typescript-eslint/no-extra-semi": "error",
25-
"no-extra-semi": "off"
26-
}
21+
"rules": {}
2722
}
2823
]
2924
}

.github/workflows/build.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ env:
66

77
on:
88
push:
9-
branches: [ "main" ]
9+
branches: ["main"]
1010
pull_request:
11-
branches: [ "main" ]
11+
branches: ["main"]
1212

1313
jobs:
1414
build:
@@ -17,17 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v6
2424
with:
2525
node-version: lts/*
26-
cache: 'yarn'
27-
- uses: nrwl/nx-set-shas@v3
28-
- name: Setup global dependencies
29-
run: npm i -g yarn
30-
- name: yarn install
31-
run: yarn
26+
cache: npm
27+
- uses: nrwl/nx-set-shas@v5
28+
- name: npm install
29+
run: npm install --force
3230
- name: Build.all affected
33-
run: yarn nx affected --target=build --exclude nativescript-demo-ng
31+
run: npx nx affected --target=build,test --exclude nativescript-demo-ng

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# dependencies
99
/node_modules
1010
/packages/*/node_modules
11-
package-lock.json
1211
.npmrc
12+
yarn.lock
1313

1414
# IDEs and editors
1515
/.idea
@@ -48,4 +48,10 @@ Thumbs.db
4848
/.env
4949

5050
.nx/cache
51-
.nx/workspace-data
51+
.nx/workspace-data
52+
.cursor/rules/nx-rules.mdc
53+
.github/instructions/nx.instructions.md
54+
55+
.claude/worktrees
56+
.nx/polygraph
57+
.nx/self-healing

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged --allow-empty --relative

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/dist
44
/coverage
5+
packages/angular/dist
56

67
**/xplat/*/.xplatframework
78

@@ -19,4 +20,5 @@
1920
**/xplat/nativescript/scss/fonticons/*.css
2021
**/xplat/nativescript*/plugins/**/*
2122
/.nx/cache
22-
/.nx/workspace-data
23+
/.nx/workspace-data
24+
.nx/self-healing

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useTabs": false,
3-
"printWidth": 600,
3+
"printWidth": 120,
44
"tabWidth": 2,
55
"singleQuote": true
66
}

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["ms-vscode.vscode-typescript-tslint-plugin", "esbenp.prettier-vscode", "firsttris.vscode-jest-runner"]
2+
"recommendations": ["esbenp.prettier-vscode", "firsttris.vscode-jest-runner"]
33
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib"
3+
}

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
# [21.0.0](https://github.com/NativeScript/angular/compare/20.1.1...21.0.0) (2026-01-04)
2+
3+
4+
### Features
5+
6+
* Angular 21 ([#157](https://github.com/NativeScript/angular/issues/157)) ([1cc0a89](https://github.com/NativeScript/angular/commit/1cc0a89dcf5f3239fac566a20ee865baf38129bf))
7+
8+
9+
10+
## [20.1.1](https://github.com/NativeScript/angular/compare/20.1.0...20.1.1) (2026-01-04)
11+
12+
13+
### Features
14+
15+
* SplitView support ([#160](https://github.com/NativeScript/angular/issues/160)) ([280b388](https://github.com/NativeScript/angular/commit/280b388feb30c80411afcc03684bb0f567b5d8af))
16+
17+
18+
19+
# [20.1.0](https://github.com/NativeScript/angular/compare/20.0.0...20.1.0) (2025-12-02)
20+
21+
22+
### Features
23+
24+
* **ListView:** sticky headers, search bar and sectioned data support with v9 ([5ad8a89](https://github.com/NativeScript/angular/commit/5ad8a897a05014d0c737f7f8580f156574938df0))
25+
* **Note**: Requires NativeScript Core v9+
26+
27+
28+
29+
# [20.0.0](https://github.com/NativeScript/angular/compare/19.0.1...20.0.0) (2025-06-01)
30+
31+
32+
### Features
33+
34+
* Angular 20 ([#151](https://github.com/NativeScript/angular/issues/151)) ([62d9fb5](https://github.com/NativeScript/angular/commit/62d9fb5329efb28b5d595f11bf8732ae56a878f7))
35+
36+
37+
38+
## [19.0.1](https://github.com/NativeScript/angular/compare/19.0.0...19.0.1) (2025-01-29)
39+
40+
41+
### Features
42+
43+
* apple view filter to cover ios and visionos together ([#148](https://github.com/NativeScript/angular/issues/148)) ([f5431bd](https://github.com/NativeScript/angular/commit/f5431bd2564f389480a14cb7862dd772c3b6af57))
44+
45+
46+
47+
# [19.0.0](https://github.com/NativeScript/angular/compare/18.1.3...19.0.0) (2025-01-02)
48+
49+
50+
### Features
51+
52+
* Angular 19 support ([#143](https://github.com/NativeScript/angular/issues/143)) ([00802d2](https://github.com/NativeScript/angular/commit/00802d219fe9839b30c4e1c66daeafce96b990a4))
53+
54+
### Bug Fixes
55+
56+
* only polyfill queueMicrotask if needed ([b9cd642](https://github.com/NativeScript/angular/commit/b9cd642c44d33756a675dd4864161fe8c8e620e6))
57+
* re-enable ngDevMode tree shaking ([6244afb](https://github.com/NativeScript/angular/commit/6244afbd76faaa5ec06494fcff014d8061ffa3d1))
58+
59+
60+
161
## [18.1.3](https://github.com/NativeScript/angular/compare/18.1.1...18.1.3) (2024-09-18)
262

363

DevelopmentWorkflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ cd angular
3333

3434
```
3535
$ cd angular
36-
$ yarn clean.all
36+
$ npm run clean.all
3737
```
3838

3939
### Run some of the e2e applications e.g. router-tab-view
@@ -43,7 +43,7 @@ $ yarn clean.all
4343
Install NPM packages (use the local copy of `@nativescript/angular`):
4444
```
4545
$ cd e2e/router-tab-view
46-
$ yarn install
46+
$ npm install
4747
```
4848

4949
Start the app:

0 commit comments

Comments
 (0)