Skip to content

Commit db17557

Browse files
authored
Merge branch 'vnext' into copilot/add-blazor-open-source-libraries
2 parents 3acdd3f + 342440a commit db17557

File tree

8 files changed

+138
-49
lines changed

8 files changed

+138
-49
lines changed

doc/en/components/general-changelog-dv-blazor.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ All notable changes for each version of {ProductName} are documented on this pag
1818

1919
## **{PackageVerLatest}**
2020

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+
2140
**Breaking Changes**
2241

2342
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).

doc/en/components/general-changelog-dv-react.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ All notable changes for each version of {ProductName} are documented on this pag
1313

1414
## **{PackageVerLatest}**
1515

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.
31+
32+
## **{PackageVerChanges-25-2-NOV}**
33+
1634
### {PackageCharts} (Charts)
1735

1836
#### <label>PREVIEW</label> User Annotations

doc/en/components/general-changelog-dv-wc.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@ All notable changes for each version of {ProductName} are documented on this pag
1414

1515
## **{PackageVerLatest}**
1616

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.
32+
33+
## **{PackageVerChanges-25-2-NOV}**
34+
1735
### {PackageCharts} (Charts)
1836

1937
#### <label>PREVIEW</label> User Annotations

doc/en/components/general-changelog-dv.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ All notable changes for each version of {ProductName} are documented on this pag
1818

1919
## **{PackageVerLatest}**
2020

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.
36+
37+
## **{PackageVerChanges-25-2-NOV}**
38+
2139
### {PackageCharts} (Charts)
2240

2341
#### <label>PREVIEW</label> User Annotations

doc/en/components/general-getting-started.md

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@ _language: en
66
mentionedTypes: ["XamBulletGraph", "IgrGrid"]
77
---
88

9-
<!-- React -->
9+
<!-- React, WebComponents -->
1010

1111
# Getting Started With {ProductName}
1212

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+
1321
## Prerequisites
1422

1523
1. Install NodeJS.
@@ -42,20 +50,23 @@ To create an application from scratch and configure it to use Ignite UI React yo
4250
npm install -g igniteui-cli
4351
```
4452

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:
4654

4755
```cmd
4856
ig
4957
```
5058

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`.
5260
For more information about the Ignite UI CLI, see the [CLI overview](general-cli-overview.md).
5361

5462
If you added a Grid component during the prompts, once the application is running you should see something similar to the following:
5563

5664
<img src="../images/general/ig-cli-grid.png" />
5765

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.
5970

6071
## Using Vite CLI
6172

@@ -71,7 +82,7 @@ All popular frameworks for React development provide powerful CLI tools for scaf
7182
npm create vite@latest
7283
```
7384

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 <a href="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 <a href="https://react.dev/learn/creating-a-react-app" target="_blank">topic</a> for more information on the different ways to boilerplate a React application.
7586

7687
### Adding an Ignite UI React Grid Component
7788

@@ -141,20 +152,16 @@ After executing this command, your project will be built and served locally on y
141152
<!-- end: React -->
142153

143154
<!-- 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-
148155

149-
## Install IgniteUI CLI
156+
## Install Ignite UI CLI
150157

151158
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:
152159

153160
```cmd
154161
npm install -g igniteui-cli
155162
```
156163

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:
158165

159166
```cmd
160167
ig
@@ -282,7 +289,7 @@ code .
282289
> [!Note]
283290
> 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**.
284291
>
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:
286293
287294
```json
288295
"scripts": {
@@ -387,7 +394,7 @@ npm run build
387394

388395
## Updating Existing Apps
389396

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:
391398

392399
```cmd
393400
npm install --save {PackageCommon}
@@ -417,7 +424,7 @@ This will automatically install packages for {ProductName}, along with all of th
417424
<!-- WebComponents -->
418425
# {ProductName} Packages Overview
419426

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.
421428

422429
<!-- end: WebComponents -->
423430

@@ -431,19 +438,19 @@ This will automatically install packages for {ProductName}, along with all of th
431438
<!-- WebComponents, React -->
432439

433440
## 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.
435442

436443
## 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.
438445

439446
## 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.
441448

442449
## 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).
444451

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.
447454

448455
<!-- end: WebComponents, React -->
449456

0 commit comments

Comments
 (0)