Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f9e59cc
fix(avatar): set background through correct css var
onlyexeption Jun 1, 2026
2ea4456
feat(): update sample slots
adrianptrv Jun 4, 2026
92c7136
feat(): remove nested <span> elements from button and radio samples
adrianptrv Jun 8, 2026
ba931b0
fix: strip @infragistics/ scope from imports in generated code-viewer…
dobromirts Jun 17, 2026
cc86e08
Merge pull request #1082 from IgniteUI/dtsvetkov/strip-official-packa…
ChronosSF Jun 17, 2026
b79d30c
Merge branch 'vnext' into apetrov/update-example-slots
adrianptrv Jun 18, 2026
d8ef9c5
Merge pull request #1084 from IgniteUI/sstoychev/switch-node-24
ChronosSF Jun 18, 2026
20fa2ef
fix(*): remove @infragistics/ strip from copySamples (#1083)
dobromirts Jun 18, 2026
d230faf
Merge branch 'vnext' into apetrov/update-example-slots
simeonoff Jun 22, 2026
4e29250
Merge pull request #1078 from IgniteUI/apetrov/update-example-slots
simeonoff Jun 22, 2026
a9ec979
feat(): add badge outlined and dot samples + other sample improvements
adrianptrv Jun 22, 2026
c9671c4
refactor(badge): update outlined badge styles
simeonoff Jun 23, 2026
4c798ca
Merge pull request #1085 from IgniteUI/apetrov/update-badge-samples
simeonoff Jun 23, 2026
2c56735
Merge branch 'vnext' into ibarakov/fix-avatar-styling
onlyexeption Jun 23, 2026
d2276c1
Merge pull request #1077 from IgniteUI/ibarakov/fix-avatar-styling
kdinev Jul 1, 2026
59f874f
feat(pivot-grid): add styling sample
adrianptrv Jul 1, 2026
161277f
chore(): update pivot data
adrianptrv Jul 1, 2026
19d85fc
Merge pull request #1086 from IgniteUI/apetrov/pivot-grid-styling
simeonoff Jul 7, 2026
5a90b13
fix(query-builder): refactor the smaples
Hristo313 Jul 7, 2026
6ee7d8e
fix(query-builder): remove unused logic
Hristo313 Jul 7, 2026
4b28c6e
fix(query-builder): add fixes
Hristo313 Jul 8, 2026
529102f
fix(query-builder): fix input value
Hristo313 Jul 9, 2026
71176db
Merge branch 'vnext' into hhristov/fix-query-builder-react-samples
Hristo313 Jul 9, 2026
a4887bd
fix(query-builder): fix missed values
Hristo313 Jul 9, 2026
42a1732
Merge branch 'hhristov/fix-query-builder-react-samples' of https://gi…
Hristo313 Jul 9, 2026
9dc0c1e
fix(query-builder): fix value on the select
Hristo313 Jul 9, 2026
02a4959
Merge pull request #1087 from IgniteUI/hhristov/fix-query-builder-rea…
Hristo313 Jul 9, 2026
3bebf31
feat(docs): update badge sample (#1091)
Hristo313 Aug 6, 2026
06ef216
feat(chip): add outlined sample
adrianptrv Aug 7, 2026
250f521
feature(avatar): update avatar samples for new documentation (#1092)
IMinchev64 Aug 14, 2026
21ff138
Merge branch 'vnext' into apetrov/chip-outlined-sample
simeonoff Aug 24, 2026
e81f795
Merge pull request #1094 from IgniteUI/apetrov/chip-outlined-sample
simeonoff Aug 24, 2026
bc10abd
feat(button-group): update button group samples (#1095)
Hristo313 Aug 24, 2026
536860b
feat(avatar): update styling (#1099)
IMinchev64 Aug 27, 2026
3258f26
feat(*): add theming widget handling (#1093)
ChronosSF Aug 27, 2026
2d9d869
Merge branch 'master' into vnext
ChronosSF Aug 27, 2026
9124c4a
fix(*): broken cd build
ChronosSF Aug 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .github/workflows/build-sb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: Build Samples Browser
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master, vnext ]
pull_request:
branches: [ master, vnext ]

Expand All @@ -16,20 +14,16 @@ jobs:
# The type of runner that the job will run on
runs-on: windows-latest

strategy:
matrix:
node-version: [22.x]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Use Node.js 24
uses: actions/setup-node@v6
with:
cache-dependency-path: browser/package-lock.json
node-version: ${{ matrix.node-version }}
node-version: '24.x'
cache: 'npm'

- name: Install dependencies
Expand All @@ -39,5 +33,4 @@ jobs:
- name: Build the samples browser to ensure it compiles
run: cd browser && npm run build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
CI: false
CI: false
10 changes: 5 additions & 5 deletions .github/workflows/igniteui-react-examples-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ env.BRANCH_REF }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '22.x'
node-version: '24.x'
cache: 'npm'
cache-dependency-path: browser/package-lock.json

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
shell: pwsh
run: |
Get-ChildItem -Include "*.tsx","*.ts" -Recurse | `
ForEach { (Get-Content $_.PSPath | ForEach { ($_ -replace '(from|import)\s?[''"](igniteui-(react|dockmanager).*)[''"]', '$1 "@infragistics/$2"') }) | `
ForEach { (Get-Content $_.PSPath | ForEach { ($_ -replace '(from|import)(\s*\(\s*|\s+|)[''"](igniteui-(react|dockmanager)[^''"]*)[''"]', '$1$2"@infragistics/$3"') }) | `
Set-Content $_.PSPath }

- name: npm run build
Expand All @@ -99,7 +99,7 @@ jobs:
zip -r ${{ github.workspace }}/react-demos.zip ./

- name: Publish pipeline artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: react-demos-artifact
path: react-demos.zip
Expand Down
Loading