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: components/base/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 24.1.41 (2023-12-18)
6
+
7
+
### Common
8
+
9
+
#### Bug Fixes
10
+
11
+
-`#I517152` - The issue with "the component undergoes a re-render when the state variable is updated, even if it is not being utilized" has been resolved.
12
+
- The React package size is minimised by removing redundant styles.
Copy file name to clipboardExpand all lines: components/calendars/CHANGELOG.md
-30
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,6 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 23.2.7 (2023-12-05)
6
-
7
-
### DatePicker
8
-
9
-
#### Bug Fixes
10
-
11
-
-`#524901` - The issue with the DatePicker component's navigation not working properly in month selection when using the "MMM" format has been resolved.
12
-
13
-
## 23.2.6 (2023-11-28)
14
-
15
-
### Calendar
16
-
17
-
#### Bug Fixes
18
-
19
-
-`#I521911` - Fixed an issue where an exception was occurring when changing the culture dynamically.
20
-
21
-
## 23.1.41 (2023-10-17)
22
-
23
-
### DateRangePicker
24
-
25
-
#### Bug Fixes
26
-
27
-
-`#I506617` - Fixed issue where the previous and next icons were displaying incorrectly in the Fluent Theme.
28
-
29
-
### DateTimePicker
30
-
31
-
#### Bug Fixes
32
-
33
-
-`#I504425` - Fixed an issue where typing "pm" and then focusing out would convert the "pm" extension to "am". This issue has been resolved.
Copy file name to clipboardExpand all lines: components/calendars/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-react-calendars",
3
-
"version": "23.2.6",
3
+
"version": "18.32.2",
4
4
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
Copy file name to clipboardExpand all lines: components/charts/CHANGELOG.md
+38
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,44 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 24.1.41 (2023-12-18)
6
+
7
+
### Chart
8
+
9
+
#### Features
10
+
11
+
-`#I489636`, `#F185569` - Provided support to align the axis title to the near, far, and center of the chart area.
12
+
-`#I482069`, `#I510188`, `#I511613` - Provided support to position the tooltip at a fixed location within the chart.
13
+
14
+
#### Bug Fixes
15
+
16
+
-`#F185567` - The data label now renders properly for the waterfall chart.
17
+
-`#I185614` - The 100% stacking bar is now rendered properly even when the data value is 0.
18
+
19
+
### BulletChart
20
+
21
+
#### Features
22
+
23
+
-`#I495253` - Provided support to apply different colors to value and target bars in the bullet chart.
24
+
25
+
### 3DChart
26
+
27
+
A 3D chart is a graphical representation of data in three dimensions, showcasing relationships and trends among variables. Unlike traditional 2D charts, 3D charts add depth to the visualization, allowing for a more immersive and comprehensive understanding of data patterns.
28
+
29
+
30
+
-**Series** - The 3D chart can plot over six chart types, including column, bar, stacking column, stacking bar, 100% stacked column, and 100% stacked bar.
31
+
-**Data Binding** - Bind the 3D chart component with an array of JSON objects or a DataManager. In addition to chart series, data labels, and tooltips can also be bound to your data.
32
+
-**Data Labels** - Support data labels to annotate points with labels to improve the readability of data.
33
+
-**Axis Types** - Able to plot different data types such as numbers, datetime, logarithmic, and string.
-**Legend** - Supports a legend to provide additional information about a series with customization options.
36
+
-**Animation** - The 3D chart series will be animated when rendering and refreshing the chart widget.
37
+
-**User Interaction** - Supports interactive features such as tooltips and data point selection.
38
+
-**Export** - Supports printing the 3D chart directly from the browser and exporting the chart in both JPEG and PNG formats.
39
+
-**RTL** - Provides a full-fledged right-to-left mode that aligns the axis, tooltip, legend, and data in the 3D chart component from right to left.
40
+
-**Appearance** - Colors for the 3D charts are picked by the built-in theme, but each element of the 3D chart can be customized with simple configuration options.
41
+
-**Accessibility** - Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the 3D chart can be effectively used with assistive technologies such as screen readers.
Copy file name to clipboardExpand all lines: components/charts/package.json
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-react-charts",
3
-
"version": "23.2.6",
3
+
"version": "20.20.12",
4
4
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
0 commit comments