Skip to content

Commit 5398848

Browse files
author
pipeline
committed
v22.2.10 is released
1 parent 1cded32 commit 5398848

File tree

126 files changed

+1276
-337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+1276
-337
lines changed

controls/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#492390` - Resolved the issue with Bold fonts are not included in material theme
12+
513
## 22.2.9 (2023-08-15)
614

715
### Common

controls/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "22.2.5",
3+
"version": "22.2.9",
44
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/base/styles/_material-definition.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if not variable-exists('is-roboto-loaded') {
55
//sass-lint:disable no-url-protocols,no-url-domains
6-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
6+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
77
}
88

99
$is-roboto-loaded: 'true' !default;

controls/buttons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
#### Bug Fixes
1010

11+
- `#I489450` - The issue with "Indeterminate state changed to unchecked while hovering the checkbox when Tristate is enabled" has been resolved.
12+
13+
### Checkbox
14+
15+
#### Bug Fixes
16+
1117
- `#I488474` - The issue with "Hovering the checkbox checked items of checkbox is unchecked while using RTL mode" in Bigger mode has been resolved.
1218

1319
## 22.2.8 (2023-08-08)

controls/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-buttons",
3-
"version": "22.2.8",
3+
"version": "22.2.9",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/buttons/styles/check-box/_theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
}
6565

6666
&.e-stop {
67+
background-color: $cbox-focussed-checkmark-bgcolor;
68+
border-color: $cbox-focussed-checkmark-border-color;
6769
box-shadow: $cbox-focussed-box-shadow;
6870
color: $cbox-indeterminate-hover-color;
6971
}
@@ -86,6 +88,8 @@
8688
}
8789

8890
&.e-stop {
91+
background-color: $cbox-focussed-checkmark-bgcolor;
92+
border-color: $cbox-focussed-checkmark-border-color;
8993
box-shadow: $cbox-focussed-box-shadow;
9094
color: $cbox-indeterminate-hover-color;
9195
}

controls/calendars/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 22.2.9 (2023-08-15)
5+
## 22.2.10 (2023-08-22)
66

77
### TimePicker
88

controls/charts/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#I490028` - Fixed an issue where the `centerLabel` text was not being displayed in bold formatting.
12+
13+
### Sparkline
14+
15+
#### Bug Fixes
16+
17+
- `#F45948` - Fixed issue with sparkline pie not displaying properly when having single point.
18+
- `#F45935` - Fixed an issue where the chart gets vanished when data updated after resizing the chart.
19+
20+
## 22.2.9 (2023-08-15)
21+
22+
### Accumulation chart
23+
24+
#### Bug Fixes
25+
26+
- `#I486337` - Fixed an issue where the console error thrown when disabling the animation.
27+
- `#I486337` - Now the destroy method is properly working in accumulation chart.
28+
29+
### Chart
30+
31+
#### Bug Fixes
32+
33+
- `#I487053` - Now, `startFromZero` is functioning correctly in stackingColumn.
34+
535
## 22.2.8 (2023-08-08)
636

737
### Chart

controls/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-charts",
3-
"version": "22.2.8",
3+
"version": "22.2.9",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/charts/spec/chart/series/stacking-step-area-series.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ describe('Chart Control', () => {
498498
it('Checking with log axis with dataTime axis', (done: Function) => {
499499
loaded = (args: Object): void => {
500500
let axisLabelLast: Element = document.getElementById('container1_AxisLabel_3');
501-
expect(axisLabelLast.textContent == '1000').toBe(true);
501+
expect(axisLabelLast.textContent == '10000').toBe(true);
502502
done();
503503
};
504504
chartObj.loaded = loaded;

0 commit comments

Comments
 (0)