Skip to content

Commit d100eb5

Browse files
HUSSAR-mtrelaRivaIvanovaazure-pipelines[bot]tfsbuildmddifilippo89
authored
[RELEASE] merging improvements to production (#739)
* feat(tree-grid): add custom toolbar samples * chore(exporting-indicator-sample): fix typo * feat(tree-grid): add search sample * feat(tree-grid): add column types sample * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.23.2 (#737) Co-authored-by: tfsbuild <[email protected]> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.4.25.2 (#742) Co-authored-by: tfsbuild <[email protected]> * igniteui-webcomponents igniteui-webcomponents * 4.8.1-alpha.0 4.8.1-alpha.0 * 4.8.1-alpha.0 4.8.1-alpha.0 * chore(tree-grid-column-types): update igniteui packages * feat(tree-grid-toolbar): add features sample * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.4.1 (#749) Co-authored-by: tfsbuild <[email protected]> * chore(tree-grid): address comments * Add optional - turned on by default - post-build cleanup (#713) * Add optional - turned on by default - post-build cleanup * Update build-pipeline.yml for Azure Pipelines --------- Co-authored-by: HUSSAR-mtrela (Martin Trela) <[email protected]> * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.5.6 (#756) Co-authored-by: tfsbuild <[email protected]> Co-authored-by: HUSSAR-mtrela (Martin Trela) <[email protected]> * Changes from igniteui-xplat-examples-output+PRs_2024.6.6.3 (#757) * Adding changes from build igniteui-xplat-examples-output+PRs_2024.6.6.3 * add readme files * exclude grids/tree-grid/row-reorder --------- Co-authored-by: tfsbuild <[email protected]> Co-authored-by: HUSSAR-mtrela <[email protected]> * mdd-wc-update-versioning-6-4-24 (#750) mdd-wc-update-versioning-6-4-24 Co-authored-by: HUSSAR-mtrela (Martin Trela) <[email protected]> --------- Co-authored-by: RivaIvanova <[email protected]> Co-authored-by: azure-pipelines[bot] <36771401+azure-pipelines[bot]@users.noreply.github.com> Co-authored-by: tfsbuild <[email protected]> Co-authored-by: mddifilippo89 <[email protected]> Co-authored-by: Andrew Goldenbaum <[email protected]> Co-authored-by: Ivan Kitanov <[email protected]> Co-authored-by: Vasya Kacheshmarova <[email protected]> Co-authored-by: Riva Ivanova <[email protected]> Co-authored-by: Georgi Anastasov <[email protected]> Co-authored-by: Borislav Traykov <[email protected]>
1 parent 6a8c5cf commit d100eb5

File tree

1,375 files changed

+141392
-80883
lines changed

Some content is hidden

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

1,375 files changed

+141392
-80883
lines changed

azure-pipelines/build-pipeline.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ trigger:
33
include:
44
- vnext
55
- master
6-
- btraykov/azure-pipeline
76

87
# This pipeline is meant to build specific branches for deployment. It's not meant to be a part of PR validation.
98
pr: none
@@ -13,7 +12,13 @@ parameters:
1312
displayName: 'Get verbose output from steps - where configurable'
1413
type: boolean
1514
default: false
15+
- name: shouldCleanPostExectuion
16+
displayName: 'Clean all pipeline dirs after the pipeline finishes?'
17+
type: boolean
18+
default: true
19+
1620
name: $(BuildDefinitionName)_$(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
21+
1722
stages:
1823
- stage: Build
1924
pool:
@@ -23,7 +28,9 @@ stages:
2328
- job: BuildSamples
2429
steps:
2530
- checkout: 'self'
31+
clean: true
2632
path: $(Build.Repository.Name)
33+
2734
- task: NodeTool@0
2835
displayName: 'Install Node'
2936
inputs:
@@ -104,3 +111,6 @@ stages:
104111
inputs:
105112
targetPath: '$(Build.ArtifactStagingDirectory)/WebComponentsSamples.zip'
106113
artifact: 'WebComponentsSamplesBrowser'
114+
115+
- ${{ if eq(parameters.shouldCleanPostExectuion, true) }}:
116+
- task: PostBuildCleanup@4

browser/public/index.html

Lines changed: 76 additions & 1 deletion
Large diffs are not rendered by default.

browser/tasks/gulp-samples.js

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ var sampleSources = [
6969
// '!' + igConfig.SamplesCopyPath + '/grids/list/**/package.json',
7070
// '!' + igConfig.SamplesCopyPath + '/grids/tree/**/package.json',
7171
// '!' + igConfig.SamplesCopyPath + '/grids/tree-grid/**/package.json',
72-
'!' + igConfig.SamplesCopyPath + '/grids/tree-grid/row-styles/package.json', // BUG webTreeGridRowStylesHandler does not export
72+
'!' + igConfig.SamplesCopyPath + '/grids/tree-grid/row-styles/package.json', // BUG webTreeGridRowStylesHandler does not export
73+
'!' + igConfig.SamplesCopyPath + '/grids/tree-grid/row-reorder/package.json', // BUG Property 'dragElement' does not exist on type 'IgcRowDragStartEventArgs'
7374

7475
// '!' + igConfig.SamplesCopyPath + '/grids/tree-grid/editing-lifecycle/package.json', // BUG TS2339: Property 'cancel' does not exist on type 'IgcGridEditEventArgs'.
7576
// '!' + igConfig.SamplesCopyPath + '/grids/tree-grid/multi-column-headers-export/package.json', // BUG Module '"igniteui-webcomponents-grids/grids"' has no exported member 'IgcExporterEventEventArgs'.
@@ -975,19 +976,19 @@ function updateIG(cb) {
975976
// { name: "igniteui-webcomponents-core", version: "3.2.2" }, // PUBLIC NPM
976977
let packageUpgrades = [
977978
// these IG packages are often updated:
978-
{ name: "igniteui-webcomponents-core" , version: "4.8.0" },
979-
{ name: "igniteui-webcomponents-charts" , version: "4.8.0" },
980-
{ name: "igniteui-webcomponents-excel" , version: "4.8.0" },
981-
{ name: "igniteui-webcomponents-gauges" , version: "4.8.0" },
982-
{ name: "igniteui-webcomponents-grids" , version: "4.8.0" },
983-
{ name: "igniteui-webcomponents-inputs" , version: "4.8.0" },
984-
{ name: "igniteui-webcomponents-layouts" , version: "4.8.0" },
985-
{ name: "igniteui-webcomponents-maps" , version: "4.8.0" },
986-
{ name: "igniteui-webcomponents-spreadsheet-chart-adapter", version: "4.8.0" },
987-
{ name: "igniteui-webcomponents-spreadsheet" , version: "4.8.0" },
988-
{ name: "igniteui-webcomponents-datasources" , version: "4.8.0" },
979+
{ name: "igniteui-webcomponents-core" , version: "4.8.1-alpha.0" },
980+
{ name: "igniteui-webcomponents-charts" , version: "4.8.1-alpha.0" },
981+
{ name: "igniteui-webcomponents-excel" , version: "4.8.1-alpha.0" },
982+
{ name: "igniteui-webcomponents-gauges" , version: "4.8.1-alpha.0" },
983+
{ name: "igniteui-webcomponents-grids" , version: "4.8.1-alpha.0" },
984+
{ name: "igniteui-webcomponents-inputs" , version: "4.8.1-alpha.0" },
985+
{ name: "igniteui-webcomponents-layouts" , version: "4.8.1-alpha.0" },
986+
{ name: "igniteui-webcomponents-maps" , version: "4.8.1-alpha.0" },
987+
{ name: "igniteui-webcomponents-spreadsheet-chart-adapter", version: "4.8.1-alpha.0" },
988+
{ name: "igniteui-webcomponents-spreadsheet" , version: "4.8.1-alpha.0" },
989+
{ name: "igniteui-webcomponents-datasources" , version: "4.8.1-alpha.0" },
989990
// these IG packages are sometimes updated:
990-
{ name: "igniteui-webcomponents", version: "4.8.0" },
991+
{ name: "igniteui-webcomponents", version: "4.9.0" },
991992
{ name: "igniteui-dockmanager", version: "1.14.3" },
992993
// other packages:
993994
{ name: "webpack", version: "^5.74.0" },

package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)