Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish samples to prod #881

Merged
merged 38 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6057e1e
feat(carousel): add samples
RivaIvanova Aug 16, 2024
c7554af
Adding changes from build igniteui-xplat-examples-output+PRs_2024.9.1…
azure-pipelines[bot] Sep 17, 2024
6839fc8
Merge branch 'vnext' of https://github.com/IgniteUI/igniteui-wc-examp…
RivaIvanova Sep 26, 2024
8ca147c
Renaming the sample so it doesn't cause build error (#847)
IvanKitanov17 Sep 26, 2024
dd449a3
chore(*): Get dom elements on demand after load. (#835)
MayaKirova Sep 30, 2024
2699ea9
fix(#848): Resolved unresponsiveness on hiding a maximized pane. (#849)
gedinakova Oct 2, 2024
219aeae
chore(*): update to 5.0.0-beta.0 (#851)
dkamburov Oct 10, 2024
b1f1b8a
chore(*): update ig packages to 5.0.2 (#852)
dkamburov Oct 11, 2024
234c412
Fixes to samples and some improvements (#843)
skrustev Oct 21, 2024
ae1e4b0
Merge branch 'vnext' into rivanova/carousel-samples
RivaIvanova Oct 28, 2024
7386919
Adding changes from build igniteui-xplat-examples-output+PRs_2024.10.…
azure-pipelines[bot] Oct 28, 2024
39bc4a2
Merge branch 'vnext' into rivanova/carousel-samples
RivaIvanova Oct 29, 2024
7396f31
fix(carousel): change properties' names;
RivaIvanova Oct 29, 2024
842823d
fix(carousel): add animation type to thumbnail sample
RivaIvanova Oct 30, 2024
212c72a
Edited data shown for consistency with other platforms
MarielaTihova Oct 31, 2024
40c53f4
Update web components package to 5.1.1 (#859)
RivaIvanova Nov 4, 2024
bf3d12a
Merge branch 'vnext' into rivanova/carousel-samples
kacheshmarova Nov 4, 2024
360a551
Unify range slider styling sample between platforms. (#691)
skrustev Nov 5, 2024
3f80d55
fix(grid): fixed grid overlay scroll in pop up containers (#861)
tishko0 Nov 5, 2024
3150103
fix(*): add constructor;
RivaIvanova Nov 5, 2024
bb85915
Merge branch 'vnext' into rivanova/carousel-samples
RivaIvanova Nov 5, 2024
4536b1b
Merge pull request #815 from IgniteUI/rivanova/carousel-samples
kacheshmarova Nov 5, 2024
f9555de
chore(*): update ig packages to 5.0.3-beta.0 (#865)
dkamburov Nov 12, 2024
f3fa754
Re-instate steps for Licensed packages & use npm install
turbobobbytraykov Nov 12, 2024
882d179
Re-instate licensed packages & use node 18 (#866)
turbobobbytraykov Nov 12, 2024
1bc3171
Merge branch 'vnext' into mtihova/fix-862
kdinev Nov 14, 2024
6c447af
Merge pull request #863 from IgniteUI/mtihova/fix-862
kdinev Nov 14, 2024
831387d
chore(deps): bump follow-redirects from 1.15.4 to 1.15.9
dependabot[bot] Nov 14, 2024
6a66872
Merge pull request #868 from IgniteUI/dependabot/npm_and_yarn/follow-…
kdinev Nov 14, 2024
77eb9a6
Adding changes from build igniteui-xplat-examples-output+PRs_2024.11.…
azure-pipelines[bot] Nov 14, 2024
18f0d17
chore(deps-dev): bump express from 4.18.2 to 4.21.1
dependabot[bot] Nov 15, 2024
d683cf4
Merge pull request #869 from IgniteUI/dependabot/npm_and_yarn/express…
kdinev Nov 15, 2024
62ef427
chore(deps-dev): bump webpack from 5.89.0 to 5.96.1
dependabot[bot] Nov 15, 2024
cb25a0d
Merge pull request #870 from IgniteUI/dependabot/npm_and_yarn/webpack…
kdinev Nov 15, 2024
1e55a85
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
dependabot[bot] Nov 15, 2024
dd4ee7e
Merge pull request #682 from IgniteUI/dependabot/npm_and_yarn/webpack…
kdinev Nov 15, 2024
a9120e0
chore(*): update ig packages to 5.1.0 (#878)
dkamburov Nov 18, 2024
2d5fc03
Merge remote-tracking branch 'origin/master' into vnext
dkamburov Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
68 changes: 34 additions & 34 deletions azure-pipelines/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stages:
displayName: 'Install Node'
inputs:
versionSource: 'spec'
versionSpec: '16.x'
versionSpec: '18.x'

- task: Npm@1
displayName: 'Register licensed npm registry in .npmrc'
Expand All @@ -46,45 +46,45 @@ stages:
customEndpoint: 'public proget'

- task: Npm@1
displayName: 'npm ci --legacy-peer-deps'
displayName: 'npm install --legacy-peer-deps'
inputs:
command: custom
workingDir: '$(Build.SourcesDirectory)'
customCommand: 'ci --legacy-peer-deps'
customCommand: 'install --legacy-peer-deps'
customEndpoint: 'public proget'

# - task: Npm@1
# displayName: 'Register licensed npm registry in .npmrc'
# inputs:
# command: 'custom'
# workingDir: '$(Build.SourcesDirectory)'
# customCommand: 'config -L project set @infragistics:registry=http://proget.infragistics.local:81/npm/IgniteUILicensed/'
# customEndpoint: 'internal licensed proget'
- task: Npm@1
displayName: 'Register licensed npm registry in .npmrc'
inputs:
command: 'custom'
workingDir: '$(Build.SourcesDirectory)'
customCommand: 'config -L project set @infragistics:registry=https://packages.infragistics.com/npm/js-licensed/'
customEndpoint: 'internal licensed proget'

# - task: PowerShell@2
# displayName: 'Uninstall all IG trial packages & re-install their licensed variations'
# inputs:
# failOnStderr: true
# showWarnings: true
# workingDirectory: '$(Build.SourcesDirectory)'
# targetType: 'inline'
# script: |
# Get-Content -Path .\.npmrc
# $packageJson = Get-Content -Raw .\package.json | ConvertFrom-Json
# $npmUninstallPackages = "npm uninstall --save "
# $npmInstallPackages = "npm install --legacy-peer-deps "
# $packageJson.dependencies.PSObject.Properties | `
# Where-Object {
# $_.Name.StartsWith("igniteui-webcomponents-") -or $_.Name.StartsWith("igniteui-dockmanager") `
# } | `
# ForEach-Object { `
# $npmUninstallPackages += $_.Name + " "
# $npmInstallPackages += "@infragistics/" + $_.Name + "@" + $_.Value + " "
# }
# Write-Host $npmUninstallPackages
# Write-Host $npmInstallPackages
# Invoke-Expression -Command “$npmUninstallPackages”
# Invoke-Expression -Command “$npmInstallPackages”
- task: PowerShell@2
displayName: 'Uninstall all IG trial packages & re-install their licensed variations'
inputs:
failOnStderr: true
showWarnings: true
workingDirectory: '$(Build.SourcesDirectory)'
targetType: 'inline'
script: |
Get-Content -Path .\.npmrc
$packageJson = Get-Content -Raw .\package.json | ConvertFrom-Json
$npmUninstallPackages = "npm uninstall --save "
$npmInstallPackages = "npm install --legacy-peer-deps "
$packageJson.dependencies.PSObject.Properties | `
Where-Object {
$_.Name.StartsWith("igniteui-webcomponents-") -or $_.Name.StartsWith("igniteui-dockmanager") `
} | `
ForEach-Object { `
$npmUninstallPackages += $_.Name + " "
$npmInstallPackages += "@infragistics/" + $_.Name + "@" + $_.Value + " "
}
Write-Host $npmUninstallPackages
Write-Host $npmInstallPackages
Invoke-Expression -Command “$npmUninstallPackages”
Invoke-Expression -Command “$npmInstallPackages”

- task: Npm@1
displayName: 'npm run build'
Expand Down
7 changes: 7 additions & 0 deletions browser/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,13 @@
<a class="nav-link" href="#" data-nav="/samples/layouts/card/semi-horizontal">─<span>Semi Horizontal</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/card/styling">─<span>Styling</span></a>
</div>
<label id="nav-carousel" class="nav-component">Carousel</label>
<div id="nav-carousel-list" class="nav-list" state="collapsed">
<a class="nav-link" href="#" data-nav="/samples/layouts/carousel/animations">─<span>Animations</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/carousel/components">─<span>Components</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/carousel/overview">─<span>Overview</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/carousel/thumbnail">─<span>Thumbnail</span></a>
</div>
<label id="nav-divider" class="nav-component">Divider</label>
<div id="nav-divider-list" class="nav-list" state="collapsed">
<a class="nav-link" href="#" data-nav="/samples/layouts/divider/base">─<span>Base</span></a>
Expand Down
3 changes: 2 additions & 1 deletion browser/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ export class Router {
}

private preventDocumentScroll(event:any) {
if (event.target.outerHTML.toLowerCase().includes('igx')) {
const eventPath = event.composedPath();
if (event.target.outerHTML.toLowerCase().includes('igx') && eventPath.filter(x => x.classList?.value === 'igx-grid__tbody').length > 0) {
event.preventDefault();
}
}
Expand Down
28 changes: 14 additions & 14 deletions browser/tasks/gulp-samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -976,22 +976,22 @@ function updateIG(cb) {
// { name: "igniteui-webcomponents-core", version: "3.2.2" }, // PUBLIC NPM
let packageUpgrades = [
// these IG packages are often updated:
{ name: "igniteui-webcomponents-core" , version: "5.0.2" },
{ name: "igniteui-webcomponents-charts" , version: "5.0.2" },
{ name: "igniteui-webcomponents-excel" , version: "5.0.2" },
{ name: "igniteui-webcomponents-gauges" , version: "5.0.2" },
{ name: "igniteui-webcomponents-grids" , version: "5.0.2" },
{ name: "igniteui-webcomponents-inputs" , version: "5.0.2" },
{ name: "igniteui-webcomponents-layouts" , version: "5.0.2" },
{ name: "igniteui-webcomponents-maps" , version: "5.0.2" },
{ name: "igniteui-webcomponents-spreadsheet-chart-adapter", version: "5.0.2" },
{ name: "igniteui-webcomponents-spreadsheet" , version: "5.0.2" },
{ name: "igniteui-webcomponents-datasources" , version: "5.0.2" },
{ name: "igniteui-webcomponents-core" , version: "5.1.0" },
{ name: "igniteui-webcomponents-charts" , version: "5.1.0" },
{ name: "igniteui-webcomponents-excel" , version: "5.1.0" },
{ name: "igniteui-webcomponents-gauges" , version: "5.1.0" },
{ name: "igniteui-webcomponents-grids" , version: "5.1.0" },
{ name: "igniteui-webcomponents-inputs" , version: "5.1.0" },
{ name: "igniteui-webcomponents-layouts" , version: "5.1.0" },
{ name: "igniteui-webcomponents-maps" , version: "5.1.0" },
{ name: "igniteui-webcomponents-spreadsheet-chart-adapter", version: "5.1.0" },
{ name: "igniteui-webcomponents-spreadsheet" , version: "5.1.0" },
{ name: "igniteui-webcomponents-datasources" , version: "5.1.0" },
// these IG packages are sometimes updated:
{ name: "igniteui-webcomponents", version: "5.0.0" },
{ name: "igniteui-dockmanager", version: "1.14.3" },
{ name: "igniteui-webcomponents", version: "5.1.2" },
{ name: "igniteui-dockmanager", version: "1.15.2" },
// other packages:
{ name: "webpack", version: "^5.74.0" },
{ name: "webpack", version: "^5.96.1" },
{ name: "webpack-cli", version: "^4.10.0" },
{ name: "webpack-dev-server", version: "^4.11.1" },
{ name: "lit", version: "^3.2.0" },
Expand Down
Loading
Loading