Skip to content

Commit

Permalink
Merge pull request #1380 from IgniteUI/vnext
Browse files Browse the repository at this point in the history
PRODUTION RELEASE - marging vnext into master
  • Loading branch information
HUSSAR-mtrela authored Sep 12, 2024
2 parents c98987c + 0ef5ab1 commit ebacba3
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 3 deletions.
18 changes: 18 additions & 0 deletions doc/en/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerChanges-24-1-SEP}**

### {PackageCharts} (Charts)

- New [Data Pie Chart](charts/types/data-pie-chart.md) - The `DataPieChart` is a new component that renders a pie chart. This component works similarly to the `CategoryChart`, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.

- New [Proportional Category Angle Axis](charts/types/radial-chart.md) - New axes for the Radial Pie Series in the `XamDataChart`, to plot slices similar to a pie chart, a type of data visualization where data points are represented as segments within a circular graph.

- `Toolbar`

- New ToolActionCheckboxList
A new CheckboxList ToolAction that displays a collection of items with checkboxes for selecting. A grid inside ToolAction CheckboxList grows in height up to 5 items, then a scrollbar is displayed.

- New Filtering Support

- Axis Field Changes
New default IconMenu in Toolbar when targeting CategoryChart.
Label fields are mapped to the X-axis and Value fields are mapped to the Y-axis.
Target chart reacts in realtime to changes made. IconMenu is hidden when chart has no ItemsSource set.

### General

- New [Banner](notifications/banner.md) component.
Expand Down
18 changes: 18 additions & 0 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerChanges-24-1-SEP}**

### {PackageCharts} (Charts)

- New [Data Pie Chart](charts/types/data-pie-chart.md) - The `DataPieChart` is a new component that renders a pie chart. This component works similarly to the `CategoryChart`, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.

- New [Proportional Category Angle Axis](charts/types/radial-chart.md) - New axes for the Radial Pie Series in the `XamDataChart`, to plot slices similar to a pie chart, a type of data visualization where data points are represented as segments within a circular graph.

- `Toolbar`

- New ToolActionCheckboxList
A new CheckboxList ToolAction that displays a collection of items with checkboxes for selecting. A grid inside ToolAction CheckboxList grows in height up to 5 items, then a scrollbar is displayed.

- New Filtering Support

- Axis Field Changes
New default IconMenu in Toolbar when targeting CategoryChart.
Label fields are mapped to the X-axis and Value fields are mapped to the Y-axis.
Target chart reacts in realtime to changes made. IconMenu is hidden when chart has no ItemsSource set.

### {PackageCommon}

- New [Banner](notifications/banner.md) component.
Expand Down
20 changes: 20 additions & 0 deletions doc/en/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ All notable changes for each version of {ProductName} are documented on this pag

### **{PackageVerChanges-24-1-SEP}**

#### {PackageCharts} (Charts)

- New [Data Pie Chart](charts/types/data-pie-chart.md) - The `DataPieChart` is a new component that renders a pie chart. This component works similarly to the `CategoryChart`, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.

- New [Proportional Category Angle Axis](charts/types/radial-chart.md) - New axes for the Radial Pie Series in the `XamDataChart`, to plot slices similar to a pie chart, a type of data visualization where data points are represented as segments within a circular graph.

- `Toolbar`

- New ToolActionCheckboxList
A new CheckboxList ToolAction that displays a collection of items with checkboxes for selecting. A grid inside ToolAction CheckboxList grows in height up to 5 items, then a scrollbar is displayed.

- New Filtering Support

- Axis Field Changes
New default IconMenu in Toolbar when targeting CategoryChart.
Label fields are mapped to the X-axis and Value fields are mapped to the Y-axis.
Target chart reacts in realtime to changes made. IconMenu is hidden when chart has no ItemsSource set.

#### {PackageGrids}

- `All Grids`
- Added new `RowClick` event.
- `PivotGrid`
Expand Down
2 changes: 1 addition & 1 deletion doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All notable changes for each version of {ProductName} are documented on this pag

- [Data Pie Chart](charts/types/data-pie-chart.md) - The `DataPieChart` is a new component that renders a pie chart. This component works similarly to the `CategoryChart`, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.

- [Proportional Category Angle Axis](charts/types/radial-chart.md) - New axes for the Radial Pie Series in the `XamDataChart`, to enable creating pie charts in the allowing robust visualizations using all the added power of the data chart.
- New [Proportional Category Angle Axis](charts/types/radial-chart.md) - New axes for the Radial Pie Series in the `XamDataChart`, to plot slices similar to a pie chart, a type of data visualization where data points are represented as segments within a circular graph.

- `Toolbar`

Expand Down
2 changes: 0 additions & 2 deletions doc/en/components/inputs/button-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,10 @@ In order to configure the {ProductName} `ButtonGroup` selection, you could use i
- **single-required** - mimics a radio group behavior. Only one button can be selected and once initial selection is made, deselection is not possible through user interaction.
- **multiple** - multiple buttons in the group can be selected and deselected.

<!-- WebComponents, Blazor -->
The sample below demonstrates the exposed `ButtonGroup` selection modes:

`sample="/inputs/button-group/selection", height="170", alt="{Platform} Button Group Selection Example"`

<!-- end: WebComponents, Blazor -->

<!-- WebComponents, React -->
A `ToggleButton` could be marked as selected via its `Selected` attribute or through the `ButtonGroup` `SelectedItems` attribute:
Expand Down

0 comments on commit ebacba3

Please sign in to comment.