Skip to content

Commit 61c5351

Browse files
HUSSAR-mtrelaRivaIvanovaddariboMonikaKirkovatfsbuild
authored
SR Release - 2025 December (#992)
* fix(text-area): add gap to resize sample (#971) * fix(calendar-formatting): set radio value to state (#977) * Add handleChipRemove for all chip samples (#980) * fix(chip): add handleChipRemove for all chip samples * chore(chip): apply review suggestions * Adding changes from build igniteui-xplat-examples-output+PRs_2025.12.5.2 * CDN update (#986) * cdn update * cdn update * cdn update * cdn path css * fix names * cdn gen data * Update index.tsx * cdn path to images * fixed names * Adding changes from build igniteui-xplat-examples-output+PRs_2025.12.5.3 (#987) Co-authored-by: tfsbuild <[email protected]> * CDN improvements (#988) * simplified data lite source * fix igniteui-grid-lite package * fixed men/women to CDN images * fix /browsers/ig.png * update performance sample * fixed /img/avatars/ * cdn readme images * CDN improvements (#989) * sb CDN * Update index.tsx * 19.3.1-beta.0 19.3.1-beta.0 * mdd-update-19.3.1 (#991) mdd-update-19.3.1 * Update package-lock.json --------- Co-authored-by: Riva Ivanova <[email protected]> Co-authored-by: Bozhidara Pachilova <[email protected]> Co-authored-by: MonikaKirkova <[email protected]> Co-authored-by: tfsbuild <[email protected]> Co-authored-by: Deyan Kamburov <[email protected]> Co-authored-by: azure-pipelines[bot] <36771401+azure-pipelines[bot]@users.noreply.github.com> Co-authored-by: mddifilippo89 <[email protected]> Co-authored-by: IGvaleries <[email protected]>
1 parent e0cd396 commit 61c5351

File tree

3,585 files changed

+249092
-378807
lines changed

Some content is hidden

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

3,585 files changed

+249092
-378807
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div style="display: flex; flex-flow: row; font-family: 'Titillium Web'">
3-
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/vnext/doc/en/images/readme/ig-banner.png"/>
3+
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://dl.infragistics.com/x/img/browsers/ig-banner.png"/>
44
</div>
55

66
# Examples of Ignite UI for React Components

browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div style="display: flex; flex-flow: row; font-family: 'Titillium Web'">
3-
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/vnext/doc/en/images/readme/ig-banner.png"/>
3+
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://dl.infragistics.com/x/img/browsers/ig-banner.png"/>
44
</div>
55

66
# Browser App for React Components

browser/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<meta http-equiv='expires' content='0'>
1313
<meta http-equiv='pragma' content='no-cache'>
1414

15-
<link rel="apple-touch-icon" href="logo192.png" />
16-
<link rel="shortcut icon" href="logo192.png">
15+
<link rel="apple-touch-icon" href="https://dl.infragistics.com/x/img/browsers/react.png" />
16+
<link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/react.png" >
1717
<base href="/react-demos/">
1818

1919
<!-- before -->
@@ -24,8 +24,8 @@
2424
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
2525
-->
2626
<title>Samples Browser | IgniteUI for React | Infragistics</title>
27-
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet" />
28-
<link href="https://static.infragistics.com/xplatform/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
27+
<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet" />
28+
<link href="https://dl.infragistics.com/x/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
2929
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" > -->
3030
<!-- <link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet"> -->
3131
<!-- <link href='https://fonts.googleapis.com/css?family=Titillium Web' rel='stylesheet'> -->

0 commit comments

Comments
 (0)