You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/components/general-changelog-dv-blazor.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,25 @@ All notable changes for each version of {ProductName} are documented on this pag
18
18
19
19
## **{PackageVerLatest}**
20
20
21
+
### Bug Fixes
22
+
23
+
| Bug Number | Control | Description |
24
+
|------------|---------|-------------|
25
+
|33808|IgbDataChart|The scale set for IntervalType Ticks in TimeAxisInterval is not displayed|
26
+
|34255|IgbDataChart|0.00001 scale tick marks are displayed overlapping each other|
27
+
|38510|IgbDataChart|AssigningCategoryStyle event support for Stacked Series|
28
+
|41050|IgbDataChart|Axis is not being populated in IgbAxisMouseEventArgs|
29
+
30
+
### Enhancements
31
+
32
+
#### Charts
33
+
34
+
- Added LabelFormatOverride event to TimeXAxisLabelFormat so you can now override the formatting with an event at all time-formatting levels on the TimeXAxis.
35
+
36
+
- Adjusted the schema generation to account for more items to make it more likely to find valid values for properties.
37
+
38
+
## **{PackageVerChanges-25-2-NOV}**
39
+
21
40
**Breaking Changes**
22
41
23
42
As of the 2025.2 release, we no longer support .NET 6. This corresponds with the [Microsoft .NET Lifecycle, here](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).
Copy file name to clipboardExpand all lines: doc/en/components/general-changelog-dv-react.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,24 @@ All notable changes for each version of {ProductName} are documented on this pag
13
13
14
14
## **{PackageVerLatest}**
15
15
16
+
### Bug Fixes
17
+
18
+
| Bug Number | Control | Description |
19
+
|------------|---------|-------------|
20
+
|33808|IgrDataChart|The scale set for IntervalType Ticks in TimeAxisInterval is not displayed|
21
+
|34255|IgrDataChart|0.00001 scale tick marks are displayed overlapping each other|
22
+
|38510|IgrDataChart|AssigningCategoryStyle event support for Stacked Series|
23
+
24
+
### Enhancements
25
+
26
+
#### Charts
27
+
28
+
- Added LabelFormatOverride event to TimeXAxisLabelFormat so you can now override the formatting with an event at all time-formatting levels on the TimeXAxis.
29
+
30
+
- Adjusted the schema generation to account for more items to make it more likely to find valid values for properties.
Copy file name to clipboardExpand all lines: doc/en/components/general-changelog-dv-wc.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,24 @@ All notable changes for each version of {ProductName} are documented on this pag
14
14
15
15
## **{PackageVerLatest}**
16
16
17
+
### Bug Fixes
18
+
19
+
| Bug Number | Control | Description |
20
+
|------------|---------|-------------|
21
+
|33808|IgcDataChart|The scale set for IntervalType Ticks in TimeAxisInterval is not displayed|
22
+
|34255|IgcDataChart|0.00001 scale tick marks are displayed overlapping each other|
23
+
|38510|IgcDataChart|AssigningCategoryStyle event support for Stacked Series|
24
+
25
+
### Enhancements
26
+
27
+
#### Charts
28
+
29
+
- Added LabelFormatOverride event to TimeXAxisLabelFormat so you can now override the formatting with an event at all time-formatting levels on the TimeXAxis.
30
+
31
+
- Adjusted the schema generation to account for more items to make it more likely to find valid values for properties.
Copy file name to clipboardExpand all lines: doc/en/components/general-changelog-dv.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,24 @@ All notable changes for each version of {ProductName} are documented on this pag
18
18
19
19
## **{PackageVerLatest}**
20
20
21
+
### Bug Fixes
22
+
23
+
| Bug Number | Control | Description |
24
+
|------------|---------|-------------|
25
+
|33808|IgxDataChart|The scale set for IntervalType Ticks in TimeAxisInterval is not displayed|
26
+
|34255|IgxDataChart|0.00001 scale tick marks are displayed overlapping each other|
27
+
|38510|IgxDataChart|AssigningCategoryStyle event support for Stacked Series|
28
+
29
+
### Enhancements
30
+
31
+
#### Charts
32
+
33
+
- Added LabelFormatOverride event to TimeXAxisLabelFormat so you can now override the formatting with an event at all time-formatting levels on the TimeXAxis.
34
+
35
+
- Adjusted the schema generation to account for more items to make it more likely to find valid values for properties.
Copy file name to clipboardExpand all lines: doc/en/components/general-getting-started.md
+27-20Lines changed: 27 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,18 @@ _language: en
6
6
mentionedTypes: ["XamBulletGraph", "IgrGrid"]
7
7
---
8
8
9
-
<!-- React -->
9
+
<!-- React, WebComponents-->
10
10
11
11
# Getting Started With {ProductName}
12
12
13
+
[`{ProductName}`]({GithubLink}) is a complete set of UI widgets, components, and Sketch UI kits for {Platform} by Infragistics. It enables developers to build modern, high-performance HTML5 and JavaScript apps for desktop browsers, mobile experiences, and progressive web apps (PWAs).
14
+
15
+
{ProductName} comprises several packages available under either an MIT or a commercial license, depending on the components and services they contain. For a detailed list of components and their license, please refer to the [License FAQ and Installation](./general-licensing.md) and [Open Source vs Premium](./general-open-source-vs-premium.md) topics.
16
+
17
+
<!-- end: React, WebComponents -->
18
+
19
+
<!-- React -->
20
+
13
21
## Prerequisites
14
22
15
23
1. Install NodeJS.
@@ -42,20 +50,23 @@ To create an application from scratch and configure it to use Ignite UI React yo
42
50
npm install -g igniteui-cli
43
51
```
44
52
45
-
If you want to get a guided experience through the available options, you can initialize the step by step mode that will help you create and setup your new application. To start the guide, simply run the `ig` command:
53
+
If you want to get a guided experience through the available options, you can initialize the step-by-step mode that will help you create and set up your new application. To start the guide, simply run the `ig` command:
46
54
47
55
```cmd
48
56
ig
49
57
```
50
58
51
-
Then choose `React` as framework, `Ignite UI for React TS` as type, select `Default Top Navigation` project template, add a specific component/view or select `Complete & Run`.
59
+
Then choose `React` as the framework and `Ignite UI for React TS` as the project type. Select the `Default Top Navigation` project template, add a specific component/view, or select `Complete & Run`.
52
60
For more information about the Ignite UI CLI, see the [CLI overview](general-cli-overview.md).
53
61
54
62
If you added a Grid component during the prompts, once the application is running you should see something similar to the following:
55
63
56
64
<imgsrc="../images/general/ig-cli-grid.png" />
57
65
58
-
Alternatively, you can use popular frameworks such as Next.js, Vite or Expo as recommended by the React team. Following is a step-by-step instructions for creating React applications with Ignite UI React using one of these methods.
66
+
>[!NOTE]
67
+
> Keep in mind that by default Ignite UI CLI installs the Trial version of Ignite UI for React's Grid component which is under [commercial license](./general-open-source-vs-premium.md#comparison-table-for-all-components).
68
+
69
+
Alternatively, you can use popular frameworks such as Next.js, Vite, or Expo as recommended by the React team. The following are step-by-step instructions for creating React applications with Ignite UI for React using one of these methods.
59
70
60
71
## Using Vite CLI
61
72
@@ -71,7 +82,7 @@ All popular frameworks for React development provide powerful CLI tools for scaf
71
82
npm create vite@latest
72
83
```
73
84
74
-
Then follow the prompts to choose a name for the project, React as a platform to create the project for, whether to use Typescript or not and for various other options Vite provides. Please, refer to this <ahref="https://react.dev/learn/creating-a-react-app"target="_blank">topic</a> for more information on the different ways to boilerplate a React application.
85
+
Then follow the prompts to choose a name for the project, React as the framework, whether to use TypeScript, and various other options provided by Vite. Please refer to this <ahref="https://react.dev/learn/creating-a-react-app"target="_blank">topic</a> for more information on the different ways to boilerplate a React application.
75
86
76
87
### Adding an Ignite UI React Grid Component
77
88
@@ -141,20 +152,16 @@ After executing this command, your project will be built and served locally on y
141
152
<!-- end: React -->
142
153
143
154
<!-- WebComponents -->
144
-
# Getting Started With {ProductName}
145
-
146
-
This section provides step-by-step instructions for creating Web Components application with Ignite UI for Web Components.
147
-
148
155
149
-
## Install IgniteUI CLI
156
+
## Install Ignite UI CLI
150
157
151
158
To create an application from scratch and configure it to use the Ignite UI Web Components you can use the Ignite UI CLI. The first step is to install the respective package globally as follows:
152
159
153
160
```cmd
154
161
npm install -g igniteui-cli
155
162
```
156
163
157
-
If you want to get a guided experience through the available options, you can initialize the step by step mode that will help you create and setup your new application. To start the guide, simply run the `ig` command:
164
+
If you want to get a guided experience through the available options, you can initialize the step-by-step mode that will help you create and set up your new application. To start the guide, simply run the `ig` command:
158
165
159
166
```cmd
160
167
ig
@@ -282,7 +289,7 @@ code .
282
289
> [!Note]
283
290
> This script will use webpack to bundle the **index.js** file into another file called **index.bundle.js** and place it into a folder named **dist**.
284
291
>
285
-
> If a **javaScript heap out of memory** issue occurs while building you can increase the heap size by using this build command instead:
292
+
> If a **JavaScript heap out of memory** issue occurs while building you can increase the heap size by using this build command instead:
286
293
287
294
```json
288
295
"scripts": {
@@ -387,7 +394,7 @@ npm run build
387
394
388
395
## Updating Existing Apps
389
396
390
-
If you want to use {ProductName} in an existing {Platform} CLI project (one that you have from before). We have you covered! All you have to do is execute these commands:
397
+
If you want to use {ProductName} in an existing {Platform} CLI project, we have you covered! All you have to do is execute these commands:
391
398
392
399
```cmd
393
400
npm install --save {PackageCommon}
@@ -417,7 +424,7 @@ This will automatically install packages for {ProductName}, along with all of th
417
424
<!-- WebComponents -->
418
425
# {ProductName} Packages Overview
419
426
420
-
{ProductName} is a complete set of UI widgets, components, UI kits for design tools and supporting services for Web Components. Designed to enable developers to build the most modern, high-performance HTML5 & JavaScript apps for modern desktop browsers, mobile experiences and progressive web apps (PWA’s) targeting the browsers web components APIs.
427
+
{ProductName} is a complete set of UI widgets, components, and UI kits for design tools and supporting services for Web Components. Designed to enable developers to build the most modern, high-performance HTML5 and JavaScript apps for modern desktop browsers, mobile experiences, and progressive web apps (PWAs) targeting the browsers web components APIs.
421
428
422
429
<!-- end: WebComponents -->
423
430
@@ -431,19 +438,19 @@ This will automatically install packages for {ProductName}, along with all of th
431
438
<!-- WebComponents, React -->
432
439
433
440
## Charts & Graphs
434
-
{ProductName} contains a library of [Charts & Graphs](charts/chart-overview.md) that lets you visualize any type of data through its 65+ types of chart series and combinations into stunning and interactive charts and dashboards. Built for speed and beauty, designed to work on every modern browser and with complete touch and interactivity, you can quickly build responsive visuals on any device.
441
+
{ProductName} contains a library of [Charts & Graphs](charts/chart-overview.md) that lets you visualize any type of data through its 65+ types of chart series and combinations to create stunning and interactive charts and dashboards. Built for speed and beauty, designed to work on every modern browser and with complete touch and interactivity, you can quickly build responsive visuals on any device.
435
442
436
443
## Gauges
437
-
{ProductName} provides [Radial Gauge](radial-gauge.md), [Linear Gauge](linear-gauge.md), and [Bullet Graph](bullet-graph.md) components used to illustrate data in an easy and intuitive way. The [Radial Gauge](radial-gauge.md) has a variety of customization options in order to create a predefined shape and scale. The [Linear Gauge](linear-gauge.md) provides a simple view of a value compared against a scale and one or more ranges. It supports one scale, one set of tick marks and one set of labels. The [Bullet Graph](bullet-graph.md) component that lets you create data visualizations, replacing meters and gauges that are used on dashboards with simple bar charts.
444
+
{ProductName} provides [Radial Gauge](radial-gauge.md), [Linear Gauge](linear-gauge.md), and [Bullet Graph](bullet-graph.md) components used to illustrate data in an easy and intuitive way. The [Radial Gauge](radial-gauge.md) has a variety of customization options in order to create a predefined shape and scale. The [Linear Gauge](linear-gauge.md) provides a simple view of a value compared against a scale and one or more ranges. It supports one scale, one set of tick marks and one set of labels. The [Bullet Graph](bullet-graph.md) component lets you create data visualizations, replacing meters and gauges that are used on dashboards with simple bar charts.
438
445
439
446
## Maps
440
-
{ProductName} [Geographic Maps](geo-map.md) brings the ability to visualize geographic data in your application. It can render data sets consisting of many geographic locations in shapes of markers, lines, polygons, or even interactive bitmaps. It allows you to overlay multiple map layers with geographic data, mark specific geographic locations and display information using custom markers and colors.
447
+
The {ProductName} [Geographic Map](geo-map.md) component brings the ability to visualize geographic data in your application. It can render data sets consisting of many geographic locations in shapes of markers, lines, polygons, or even interactive bitmaps. It allows you to overlay multiple map layers with geographic data, mark specific geographic locations and display information using custom markers and colors.
441
448
442
449
## Grids & Inputs
443
-
{ProductName} provides several [Grids](grids/grids-header.md) components that allows you to bind and display data with little configuration in form of [Data Grid](grids/data-grid.md), [List](grids/list.md), [Tree](grids/tree.md), and even [Spreadsheet](spreadsheet-overview.md). It also provides features such as filtering, sorting, grouping, pinning and more.
450
+
{ProductName} provides several [Grid](grids/grids-header.md) components that allow you to bind and display data with little configuration in the form of [Grid Lite](grid-lite/overview.md) - a light-weight grid component under MIT license, [Data Grid](grids/data-grid.md) - a feature-rich grid component under commercial license, [List](grids/list.md), [Tree](grids/tree.md), and even [Spreadsheet](spreadsheet-overview.md).
444
451
445
-
## Buttons, Inputs, Layouts & Menus
446
-
{ProductName} provides various types of [Buttons](inputs/button.md), [Inputs](inputs/input.md), [Menus](menus/navbar.md), and [Layouts](layouts/tabs.md) that give you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach. See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents). These components are based on the [Indigo Design System](https://www.infragistics.com/products/appbuilder/ui-toolkit), are fully supported by [App Builder](https://appbuilder.indigo.design/) and are backed by ready-to-use UI kits for Sketch, Adobe XD and Figma.
452
+
## Buttons, Inputs, Layouts, and Menus
453
+
{ProductName} provides various types of [Buttons](inputs/button.md), [Inputs](inputs/input.md), [Menus](menus/navbar.md), and [Layouts](layouts/tabs.md) that give you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach. See the [Storybook here](https://igniteui.github.io/igniteui-webcomponents). These components are based on the [Indigo Design System](https://www.infragistics.com/products/appbuilder/ui-toolkit), are fully supported by [App Builder](https://appbuilder.indigo.design/) and are backed by ready-to-use UI kits for Sketch, Adobe XD and Figma.
0 commit comments