Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9290418
update to beta packages for july 2025 SR
IGvaleries Jul 22, 2025
ce8b45c
Merge pull request #884 from IgniteUI/vs-july-sr-package-updates
mddifilippo89 Jul 23, 2025
635fafd
feat(tooltip): add advanced sample
adrianptrv Jul 24, 2025
fe17f50
Merge branch 'vnext' into apetrov/add-advanced-tooltip-react
adrianptrv Jul 24, 2025
f3a475f
fix(tooltip): new design changes to the advanced sample
adrianptrv Jul 25, 2025
904b53d
feat(date-range-picker): add samples
adrianptrv Jul 30, 2025
7d09047
chore(date-range-picker): format code
adrianptrv Jul 31, 2025
dec5d30
chore(react&wc): update packages
adrianptrv Jul 31, 2025
8b02f68
feat(tooltip): update advanced sample to latest design + format
adrianptrv Jul 31, 2025
4fd9b5c
feat(date-range-picker): comment fixes
adrianptrv Aug 1, 2025
ebfef32
fix(tooltip): 4th & 6th tooltip widths
adrianptrv Aug 5, 2025
aaa143b
chore(web-components): update version to 6.2.0
adrianptrv Aug 7, 2025
44ac765
Merge pull request #890 from IgniteUI/apetrov/update-react-wc-versions
simeonoff Aug 7, 2025
5e0fec8
Merge pull request #889 from IgniteUI/apetrov/add-date-range-picker-s…
kacheshmarova Aug 8, 2025
563e0e3
export-code-gen-fixes (#892)
HUSSAR-mtrela Aug 8, 2025
aa1840d
Updated Excel edit style sample to functional component (React v19) (…
tishko0 Aug 12, 2025
8990fa7
Merge branch 'vnext' into apetrov/add-advanced-tooltip-react
simeonoff Aug 18, 2025
1eb203e
chore(tooltip): remove styling comments
adrianptrv Aug 18, 2025
519c633
Merge pull request #887 from IgniteUI/apetrov/add-advanced-tooltip-react
simeonoff Aug 21, 2025
f33e96d
feat(*): updating to latest versions
ChronosSF Aug 27, 2025
b9d0792
fix(*): removing obsolete tsconfig entry
ChronosSF Aug 27, 2025
91792a6
fix(charts): reapplying Valerie's fixes for annotations
IGvaleries Jun 6, 2025
862ed79
Merge pull request #897 from IgniteUI/sstoychev/updating-versions
ChronosSF Aug 27, 2025
62fd469
fix(grid): changing sample based on new props
ChronosSF Aug 28, 2025
2f29ea6
Merge branch 'vnext' into sstoychev/updating-versions
ChronosSF Aug 28, 2025
700db41
Merge pull request #900 from IgniteUI/sstoychev/updating-versions
ChronosSF Aug 28, 2025
e82e9ca
Merge remote-tracking branch 'origin/master' into vnext
ChronosSF Aug 28, 2025
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
  •  
  •  
  •  
256 changes: 139 additions & 117 deletions browser/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"@types/react-transition-group": "2.9.2",
"classnames": "2.3.1",
"file-saver": "1.3.8",
"igniteui-dockmanager": "1.16.1",
"igniteui-react": "19.0.2",
"igniteui-react-charts": "19.0.0",
"igniteui-react-core": "19.0.0",
"igniteui-react-dashboards": "19.0.0",
"igniteui-react-data-grids": "19.0.0",
"igniteui-react-datasources": "19.0.0",
"igniteui-react-excel": "19.0.0",
"igniteui-react-gauges": "19.0.0",
"igniteui-react-grids": "19.0.2",
"igniteui-react-inputs": "19.0.0",
"igniteui-react-layouts": "19.0.0",
"igniteui-react-maps": "19.0.0",
"igniteui-react-spreadsheet": "19.0.0",
"igniteui-react-spreadsheet-chart-adapter": "19.0.0",
"igniteui-webcomponents": "6.0.0",
"igniteui-dockmanager": "^1.17.0",
"igniteui-react": "^19.2.0",
"igniteui-react-charts": "^19.0.1",
"igniteui-react-core": "^19.0.1",
"igniteui-react-dashboards": "^19.0.1",
"igniteui-react-data-grids": "^19.0.1",
"igniteui-react-datasources": "^19.0.1",
"igniteui-react-excel": "^19.0.1",
"igniteui-react-gauges": "^19.0.1",
"igniteui-react-grids": "^19.2.0",
"igniteui-react-inputs": "^19.0.1",
"igniteui-react-layouts": "^19.0.1",
"igniteui-react-maps": "^19.0.1",
"igniteui-react-spreadsheet": "^19.0.1",
"igniteui-react-spreadsheet-chart-adapter": "^19.0.1",
"igniteui-webcomponents": "6.2.0",
"lit-html": "^3.2.0",
"prop-types": "15.7.2",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion browser/public/meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"23.2.915","date":"2025-05-30 12:07:31","note":"this file is auto-generated"}
{"version":"23.2.915","date":"2025-08-27 18:14:43","note":"this file is auto-generated"}
2 changes: 1 addition & 1 deletion browser/src/navigation/SamplesBrowser.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"23.2.915","date":"2025-05-30 12:07:31","note":"this file is auto-generated"}
{"version":"23.2.915","date":"2025-08-27 18:14:43","note":"this file is auto-generated"}
28 changes: 14 additions & 14 deletions browser/tasks/gulp-samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,22 +844,22 @@ function updateIG(cb) {
// { name: "igniteui-react-charts", version: "16.16.2" }, // npm
let packageUpgrades = [
// these IG packages are often updated:
{ version: "19.0.0", name: "igniteui-react-core" },
{ version: "19.0.0", name: "igniteui-react-charts" },
{ version: "19.0.0", name: "igniteui-react-excel" },
{ version: "19.0.0", name: "igniteui-react-gauges" },
{ version: "19.0.0", name: "igniteui-react-data-grids" },
{ version: "19.0.1-beta.0", name: "igniteui-react-core" },
{ version: "19.0.1-beta.0", name: "igniteui-react-charts" },
{ version: "19.0.1-beta.0", name: "igniteui-react-excel" },
{ version: "19.0.1-beta.0", name: "igniteui-react-gauges" },
{ version: "19.0.1-beta.0", name: "igniteui-react-data-grids" },
{ version: "19.0.2", name: "igniteui-react-grids" },
{ version: "19.0.0", name: "igniteui-react-inputs" },
{ version: "19.0.0", name: "igniteui-react-layouts" },
{ version: "19.0.0", name: "igniteui-react-maps" },
{ version: "19.0.0", name: "igniteui-react-spreadsheet-chart-adapter" },
{ version: "19.0.0", name: "igniteui-react-spreadsheet" },
{ version: "19.0.0", name: "igniteui-react-datasources" },
{ version: "19.0.0", name: "igniteui-react-dashboards" },
{ version: "19.0.2", name: "igniteui-react" },
{ version: "19.0.1-beta.0", name: "igniteui-react-inputs" },
{ version: "19.0.1-beta.0", name: "igniteui-react-layouts" },
{ version: "19.0.1-beta.0", name: "igniteui-react-maps" },
{ version: "19.0.1-beta.0", name: "igniteui-react-spreadsheet-chart-adapter" },
{ version: "19.0.1-beta.0", name: "igniteui-react-spreadsheet" },
{ version: "19.0.1-beta.0", name: "igniteui-react-datasources" },
{ version: "19.0.1-beta.0", name: "igniteui-react-dashboards" },
{ version: "19.1.0", name: "igniteui-react" },
// these IG packages are sometimes updated:
{ version: "6.0.0" , name: "igniteui-webcomponents" },
{ version: "6.2.0" , name: "igniteui-webcomponents" },
{ version: "1.16.1", name: "igniteui-dockmanager" },
// main react packages
{ version: "^18.2.0", name: "react" },
Expand Down
12 changes: 6 additions & 6 deletions samples/charts/category-chart/annotations-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"lint": "eslint ./src/**/*.{ts,tsx}"
},
"dependencies": {
"igniteui-react": "19.0.2",
"igniteui-react-charts": "19.0.0",
"igniteui-react-core": "19.0.0",
"igniteui-react-inputs": "19.0.0",
"igniteui-react-layouts": "19.0.0",
"igniteui-webcomponents": "6.0.0",
"igniteui-react": "^19.2.0",
"igniteui-react-charts": "^19.0.1",
"igniteui-react-core": "^19.0.1",
"igniteui-react-inputs": "^19.0.1",
"igniteui-react-layouts": "^19.0.1",
"igniteui-webcomponents": "6.2.0",
"lit-html": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,90 +15,18 @@ export class TemperatureAnnotatedData extends Array<TemperatureAnnotatedDataItem
super(...items);
} else {
const newItems = [
new TemperatureAnnotatedDataItem(
{
index: 0,
tempInfo: `27°C`,
temperature: 27,
month: `Jan`
}),
new TemperatureAnnotatedDataItem(
{
index: 1,
tempInfo: `25°C`,
temperature: 25,
month: `Feb`
}),
new TemperatureAnnotatedDataItem(
{
index: 2,
tempInfo: `21°C`,
temperature: 21,
month: `Mar`
}),
new TemperatureAnnotatedDataItem(
{
index: 3,
tempInfo: `19°C`,
temperature: 19,
month: `Apr`
}),
new TemperatureAnnotatedDataItem(
{
index: 4,
tempInfo: `16°C`,
temperature: 16,
month: `May`
}),
new TemperatureAnnotatedDataItem(
{
index: 5,
tempInfo: `13°C`,
temperature: 13,
month: `Jun`
}),
new TemperatureAnnotatedDataItem(
{
index: 6,
tempInfo: `14°C`,
temperature: 14,
month: `Jul`
}),
new TemperatureAnnotatedDataItem(
{
index: 7,
tempInfo: `15°C`,
temperature: 15,
month: `Aug`
}),
new TemperatureAnnotatedDataItem(
{
index: 8,
tempInfo: `19°C`,
temperature: 19,
month: `Sep`
}),
new TemperatureAnnotatedDataItem(
{
index: 9,
tempInfo: `22°C`,
temperature: 22,
month: `Oct`
}),
new TemperatureAnnotatedDataItem(
{
index: 10,
tempInfo: `26°C`,
temperature: 26,
month: `Nov`
}),
new TemperatureAnnotatedDataItem(
{
index: 11,
tempInfo: `30°C`,
temperature: 30,
month: `Dec`
}),
new TemperatureAnnotatedDataItem({ index: 0, tempInfo: `27°C`, temperature: 27, month: `Jan` }),
new TemperatureAnnotatedDataItem({ index: 1, tempInfo: `25°C`, temperature: 25, month: `Feb` }),
new TemperatureAnnotatedDataItem({ index: 2, tempInfo: `21°C`, temperature: 21, month: `Mar` }),
new TemperatureAnnotatedDataItem({ index: 3, tempInfo: `19°C`, temperature: 19, month: `Apr` }),
new TemperatureAnnotatedDataItem({ index: 4, tempInfo: `16°C`, temperature: 16, month: `May` }),
new TemperatureAnnotatedDataItem({ index: 5, tempInfo: `13°C`, temperature: 13, month: `Jun` }),
new TemperatureAnnotatedDataItem({ index: 6, tempInfo: `14°C`, temperature: 14, month: `Jul` }),
new TemperatureAnnotatedDataItem({ index: 7, tempInfo: `15°C`, temperature: 15, month: `Aug` }),
new TemperatureAnnotatedDataItem({ index: 8, tempInfo: `19°C`, temperature: 19, month: `Sep` }),
new TemperatureAnnotatedDataItem({ index: 9, tempInfo: `22°C`, temperature: 22, month: `Oct` }),
new TemperatureAnnotatedDataItem({ index: 10, tempInfo: `26°C`, temperature: 26, month: `Nov` }),
new TemperatureAnnotatedDataItem({ index: 11, tempInfo: `30°C`, temperature: 30, month: `Dec` }),
];
super(...newItems.slice(0));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"noImplicitAny": true,
"noUnusedLocals": false,
"importHelpers": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"strict": false,
Expand Down
12 changes: 6 additions & 6 deletions samples/charts/category-chart/annotations-callouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"lint": "eslint ./src/**/*.{ts,tsx}"
},
"dependencies": {
"igniteui-react": "19.0.2",
"igniteui-react-charts": "19.0.0",
"igniteui-react-core": "19.0.0",
"igniteui-react-inputs": "19.0.0",
"igniteui-react-layouts": "19.0.0",
"igniteui-webcomponents": "6.0.0",
"igniteui-react": "^19.2.0",
"igniteui-react-charts": "^19.0.1",
"igniteui-react-core": "^19.0.1",
"igniteui-react-inputs": "^19.0.1",
"igniteui-react-layouts": "^19.0.1",
"igniteui-webcomponents": "6.2.0",
"lit-html": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,90 +15,18 @@ export class TemperatureAnnotatedData extends Array<TemperatureAnnotatedDataItem
super(...items);
} else {
const newItems = [
new TemperatureAnnotatedDataItem(
{
index: 0,
tempInfo: `27°C`,
temperature: 27,
month: `Jan`
}),
new TemperatureAnnotatedDataItem(
{
index: 1,
tempInfo: `25°C`,
temperature: 25,
month: `Feb`
}),
new TemperatureAnnotatedDataItem(
{
index: 2,
tempInfo: `21°C`,
temperature: 21,
month: `Mar`
}),
new TemperatureAnnotatedDataItem(
{
index: 3,
tempInfo: `19°C`,
temperature: 19,
month: `Apr`
}),
new TemperatureAnnotatedDataItem(
{
index: 4,
tempInfo: `16°C`,
temperature: 16,
month: `May`
}),
new TemperatureAnnotatedDataItem(
{
index: 5,
tempInfo: `13°C`,
temperature: 13,
month: `Jun`
}),
new TemperatureAnnotatedDataItem(
{
index: 6,
tempInfo: `14°C`,
temperature: 14,
month: `Jul`
}),
new TemperatureAnnotatedDataItem(
{
index: 7,
tempInfo: `15°C`,
temperature: 15,
month: `Aug`
}),
new TemperatureAnnotatedDataItem(
{
index: 8,
tempInfo: `19°C`,
temperature: 19,
month: `Sep`
}),
new TemperatureAnnotatedDataItem(
{
index: 9,
tempInfo: `22°C`,
temperature: 22,
month: `Oct`
}),
new TemperatureAnnotatedDataItem(
{
index: 10,
tempInfo: `26°C`,
temperature: 26,
month: `Nov`
}),
new TemperatureAnnotatedDataItem(
{
index: 11,
tempInfo: `30°C`,
temperature: 30,
month: `Dec`
}),
new TemperatureAnnotatedDataItem({ index: 0, tempInfo: `27°C`, temperature: 27, month: `Jan` }),
new TemperatureAnnotatedDataItem({ index: 1, tempInfo: `25°C`, temperature: 25, month: `Feb` }),
new TemperatureAnnotatedDataItem({ index: 2, tempInfo: `21°C`, temperature: 21, month: `Mar` }),
new TemperatureAnnotatedDataItem({ index: 3, tempInfo: `19°C`, temperature: 19, month: `Apr` }),
new TemperatureAnnotatedDataItem({ index: 4, tempInfo: `16°C`, temperature: 16, month: `May` }),
new TemperatureAnnotatedDataItem({ index: 5, tempInfo: `13°C`, temperature: 13, month: `Jun` }),
new TemperatureAnnotatedDataItem({ index: 6, tempInfo: `14°C`, temperature: 14, month: `Jul` }),
new TemperatureAnnotatedDataItem({ index: 7, tempInfo: `15°C`, temperature: 15, month: `Aug` }),
new TemperatureAnnotatedDataItem({ index: 8, tempInfo: `19°C`, temperature: 19, month: `Sep` }),
new TemperatureAnnotatedDataItem({ index: 9, tempInfo: `22°C`, temperature: 22, month: `Oct` }),
new TemperatureAnnotatedDataItem({ index: 10, tempInfo: `26°C`, temperature: 26, month: `Nov` }),
new TemperatureAnnotatedDataItem({ index: 11, tempInfo: `30°C`, temperature: 30, month: `Dec` }),
];
super(...newItems.slice(0));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"noImplicitAny": true,
"noUnusedLocals": false,
"importHelpers": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"strict": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"lint": "eslint ./src/**/*.{ts,tsx}"
},
"dependencies": {
"igniteui-react": "19.0.2",
"igniteui-react-charts": "19.0.0",
"igniteui-react-core": "19.0.0",
"igniteui-react-inputs": "19.0.0",
"igniteui-react-layouts": "19.0.0",
"igniteui-webcomponents": "6.0.0",
"igniteui-react": "^19.2.0",
"igniteui-react-charts": "^19.0.1",
"igniteui-react-core": "^19.0.1",
"igniteui-react-inputs": "^19.0.1",
"igniteui-react-layouts": "^19.0.1",
"igniteui-webcomponents": "6.2.0",
"lit-html": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading
Loading