@igniteui/angular-templates 19.0.1430-rc.0 → 19.0.1430

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/constants.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~19.0.0-beta.0";
1
+ export declare const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~19.0.0";
package/constants.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IGNITEUI_ANGULAR_PACKAGE = void 0;
4
- exports.IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~19.0.0-beta.0";
4
+ exports.IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~19.0.0";
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
3
3
  on:
4
4
  push:
5
5
  branches: [ <%=yamlDefaultBranch%> ]
6
- pull_request:
7
- branches: [ <%=yamlDefaultBranch%> ]
6
+ workflow_dispatch: {}
8
7
 
9
8
  jobs:
10
9
  build-and-deploy:
@@ -44,6 +43,8 @@ jobs:
44
43
  run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
45
44
  - name: Update Resource Paths
46
45
  run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
46
+ - name: SPA routing handling
47
+ run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
47
48
  - name: Upload build artifact to GitHub Pages
48
49
  uses: actions/upload-pages-artifact@v1
49
50
  with:
@@ -20,7 +20,7 @@
20
20
  "@angular/platform-browser-dynamic": "~19.0.0",
21
21
  "@angular/router": "~19.0.0",
22
22
  "hammerjs": "~2.0.8",
23
- "igniteui-angular": "~19.0.0-rc.0",
23
+ "igniteui-angular": "~19.0.0",
24
24
  "minireset.css": "~0.0.7",
25
25
  "rxjs": "~7.8.0",
26
26
  "tslib": "~2.3.0",
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
3
3
  on:
4
4
  push:
5
5
  branches: [ <%=yamlDefaultBranch%> ]
6
- pull_request:
7
- branches: [ <%=yamlDefaultBranch%> ]
6
+ workflow_dispatch: {}
8
7
 
9
8
  jobs:
10
9
  build-and-deploy:
@@ -44,6 +43,8 @@ jobs:
44
43
  run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
45
44
  - name: Update Resource Paths
46
45
  run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
46
+ - name: SPA routing handling
47
+ run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
47
48
  - name: Upload build artifact to GitHub Pages
48
49
  uses: actions/upload-pages-artifact@v1
49
50
  with:
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
3
3
  on:
4
4
  push:
5
5
  branches: [ <%=yamlDefaultBranch%> ]
6
- pull_request:
7
- branches: [ <%=yamlDefaultBranch%> ]
6
+ workflow_dispatch: {}
8
7
 
9
8
  jobs:
10
9
  build-and-deploy:
@@ -44,6 +43,8 @@ jobs:
44
43
  run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
45
44
  - name: Update Resource Paths
46
45
  run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
46
+ - name: SPA routing handling
47
+ run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
47
48
  - name: Upload build artifact to GitHub Pages
48
49
  uses: actions/upload-pages-artifact@v1
49
50
  with:
@@ -20,7 +20,7 @@
20
20
  "@angular/platform-browser-dynamic": "~19.0.0",
21
21
  "@angular/router": "~19.0.0",
22
22
  "hammerjs": "^2.0.8",
23
- "igniteui-angular": "~19.0.0-rc.0",
23
+ "igniteui-angular": "~19.0.0",
24
24
  "minireset.css": "~0.0.7",
25
25
  "rxjs": "~7.8.0",
26
26
  "tslib": "~2.3.0",
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
3
3
  on:
4
4
  push:
5
5
  branches: [ main ]
6
- pull_request:
7
- branches: [ main ]
6
+ workflow_dispatch: {}
8
7
 
9
8
  jobs:
10
9
  build-and-deploy:
@@ -44,6 +43,8 @@ jobs:
44
43
  run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
45
44
  - name: Update Resource Paths
46
45
  run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
46
+ - name: SPA routing handling
47
+ run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
47
48
  - name: Upload build artifact to GitHub Pages
48
49
  uses: actions/upload-pages-artifact@v1
49
50
  with:
@@ -21,7 +21,7 @@
21
21
  "@angular/router": "~19.0.0",
22
22
  "angular-auth-oidc-client": "~15.0.4",
23
23
  "hammerjs": "~2.0.8",
24
- "igniteui-angular": "~19.0.0-rc.0",
24
+ "igniteui-angular": "~19.0.0",
25
25
  "minireset.css": "~0.0.7",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "~2.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "19.0.1430-rc.0",
3
+ "version": "19.0.1430",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~14.3.0-rc.0",
15
+ "@igniteui/cli-core": "~14.3.0",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }