Skip to content

Commit ef81f3b

Browse files
author
pipeline
committed
v23.1.39 is released
1 parent b2c33f6 commit ef81f3b

File tree

965 files changed

+75604
-1104
lines changed

Some content is hidden

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

965 files changed

+75604
-1104
lines changed

controls/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "23.1.36",
3+
"version": "23.1.38",
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/releasenotes/README.md

+183
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
# Release Notes Guidelines
2+
3+
This section contains guidelines on naming files, sections and other document elements.
4+
5+
> **If there is no changes in product, you don't need to mention that in Release Notes.**
6+
7+
## Encoding Format
8+
9+
All Release Notes files should be saved in **Encoding in UTF-8 (Without BOM)** format. You can use Notepad++ to verify the encoding.
10+
11+
![Encoding.png](https://bitbucket.org/repo/j57Gz9/images/2199960455-Encoding.png)
12+
13+
## Release Notes Folder Hierarchy
14+
15+
* Platform [Folder]
16+
* ----ReleaseNotes [Folder]
17+
* --------v13.3.x.x [Folder]
18+
* ------------Control1.md
19+
* ------------Control2.md
20+
* ------------Control3.md
21+
* --------v13.4.x.x [Folder]
22+
* ------------Control1.md
23+
* ------------Control2.md
24+
* ------------Control3.md
25+
26+
### How to write Release Notes?
27+
28+
* Each release markdown files should reside under corresponding version folder in their platform.
29+
* Each product release notes should be created in separate file name.
30+
* File name should be same as the product name.
31+
32+
> **NOTE**: Please do not add any Front Matter information in Release Notes files.
33+
34+
## Markdown File Structure
35+
36+
Each markdown file should have following items.
37+
38+
* Control Name
39+
* Features
40+
* Bug fixes
41+
* Braking Changes
42+
* Known Issues
43+
44+
> Do not add any front matter(triple dashed line) in this markdown.
45+
46+
### Control Name
47+
48+
Control Name should be with prefix `##`. This will be rendered as `H2` in html file.
49+
50+
#### Syntax
51+
52+
```
53+
## <Control-Name>
54+
```
55+
56+
#### Example
57+
58+
```
59+
## ejAccrodion
60+
```
61+
62+
### Features
63+
64+
* Each features should be written in unordered list.
65+
* Feature header should have id in the following format `<control-name>-features`. All characters in **id should be written in lower case.**
66+
67+
#### Syntax
68+
69+
```
70+
### Features
71+
{:#<control-name>-features}
72+
73+
* \#1 - Feature Info
74+
* \#2 - Feature Info
75+
* \#3 - Feature Info
76+
```
77+
78+
#### Example
79+
80+
```
81+
### Features
82+
{:#ejaccordion-features}
83+
84+
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
85+
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
86+
* \#140303, \#140304 - Accordion provides option to add new items dynamically by using the `addItem` method
87+
```
88+
89+
> **NOTE:**
90+
> * In markdown `#` used to represent headers.
91+
> * By default it will be converted as HTML headers.
92+
> * To display the `#` in html, please use escape sequences [See above example].
93+
94+
### Bug Fixes
95+
96+
* Each bug fix should be written in unordered list.
97+
* Bug fixes header should have id in the following format `<control-name>-bug-fixes`. All characters in **id should be written in lower case.**
98+
99+
#### Syntax
100+
101+
```
102+
### Bug fixes
103+
{:#<control-name-in-lower-case>-bug-fixes}
104+
105+
* \#1 - Bug Fix
106+
* \#2 - Bug Fix
107+
* \#3 - Bug Fix
108+
```
109+
110+
#### Example
111+
112+
```
113+
### Bug Fixes
114+
{:#ejaccordion-bug-fixes}
115+
116+
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
117+
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
118+
* \#140303, \#140304 - Accordion provides option to add new items dynamically by using the `addItem` method
119+
```
120+
121+
> **NOTE:**
122+
> * In markdown `#` used to represent headers.
123+
> * By default it will be converted as HTML headers.
124+
> * To display the `#` in html, please use escape sequences [See above example].
125+
126+
### Breaking Changes
127+
128+
* Each breaking changes should be written in unordered list.
129+
* Breaking changes header should have id in the following format `<control-name>-breaking-changes`. All characters in **id should be written in lower case.**
130+
131+
```
132+
### Breaking Changes
133+
{:#<control-name>-breaking-changes}
134+
135+
* * Breaking Change 1
136+
* * Breaking Change 2
137+
* * Breaking Change 3
138+
```
139+
140+
#### Example
141+
142+
```
143+
### Breaking Changes
144+
{:#ejaccordion-breaking-changes}
145+
146+
* Now, Circular series end angle will not be adjusted based on the start angle, so the output will be like semi-circle instead of full circle. In order to render the complete circular series with customized start angle, you have to add the start angle value to end angle property now. This break will occur only if you have specified startAngle already
147+
```
148+
149+
> **NOTE:**
150+
> * In markdown `#` used to represent headers.
151+
> * By default it will be converted as HTML headers.
152+
> * To display the `#` in html, please use escape sequences [See above example].
153+
154+
## Incidents and Forums in Release notes
155+
156+
We can represent the Incident ID with I and F for forums in release notes MD files
157+
158+
#### Example
159+
160+
161+
```
162+
## ChromelessWindow
163+
164+
### Bug Fixes
165+
{:#chromelesswindow-bug-fixes}
166+
167+
* \#I336220 - When using `ShowDialog` on a `RibbonWindow`, a `NullReferenceException` will no longer occur.
168+
* \#F166385 - The gap between the bottom of the window and the `TaskBar` is now properly maintained.
169+
170+
```
171+
172+
This is published in the page : https://help.syncfusion.com/wpf/release-notes/v19.3.0.43?type=all#chromelesswindow
173+
174+
175+
## Commit
176+
177+
Same workflow for User Guide applicable to this repository. All the changes needs to be committed in `development` branch.
178+
179+
## Preview Changes
180+
181+
All the changes will be included with User Guide automation and published in Staging Documentation machine.
182+
183+
<http://115.249.201.211:9090>

controls/base/themestudio/styles/grids/grid/_theme.scss

+4
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,10 @@
529529
cursor: move;
530530
}
531531

532+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
533+
cursor: not-allowed;
534+
}
535+
532536
.e-sortnumber {
533537
@if $grid-skin == 'material3' {
534538
background: $grid-sortnumber-bg-color;

controls/base/themestudio/styles/pivotview/pivotview/_theme.scss

+1
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@
762762
display: inline-block;
763763
height: 100%;
764764
vertical-align: top;
765+
width: 100%;
765766
}
766767

767768
/* stylelint-disable */

controls/buttons/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 23.1.38 (2023-09-26)
5+
## 23.1.39 (2023-10-04)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I505814` - The issue with "Script error thrown in CheckBox While using the change event in React" has been resolved.
12+
13+
## 23.1.36 (2023-09-15)
614

715
### Checkbox
816

controls/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-buttons",
3-
"version": "18.64.0",
3+
"version": "23.1.36",
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/src/check-box/check-box.ts

+11-5
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,10 @@ export class CheckBox extends Component<HTMLInputElement> implements INotifyProp
172172
rippleSpan = this.getWrapper().getElementsByClassName(RIPPLE)[0];
173173
}
174174
if (state === 'check') {
175-
frameSpan.classList.remove(INDETERMINATE);
176-
frameSpan.classList.add(CHECK);
175+
if (frameSpan) {
176+
frameSpan.classList.remove(INDETERMINATE);
177+
frameSpan.classList.add(CHECK);
178+
}
177179
if (rippleSpan) {
178180
rippleSpan.classList.remove(RIPPLEINDETERMINATE);
179181
rippleSpan.classList.add(RIPPLECHECK);
@@ -187,7 +189,9 @@ export class CheckBox extends Component<HTMLInputElement> implements INotifyProp
187189
this.validCheck = true;
188190
}
189191
} else if (state === 'uncheck') {
190-
removeClass([frameSpan], [CHECK, INDETERMINATE]);
192+
if (frameSpan) {
193+
removeClass([frameSpan], [CHECK, INDETERMINATE]);
194+
}
191195
if (rippleSpan) {
192196
removeClass([rippleSpan], [RIPPLECHECK, RIPPLEINDETERMINATE]);
193197
}
@@ -200,8 +204,10 @@ export class CheckBox extends Component<HTMLInputElement> implements INotifyProp
200204
this.validCheck = true;
201205
}
202206
} else {
203-
frameSpan.classList.remove(CHECK);
204-
frameSpan.classList.add(INDETERMINATE);
207+
if (frameSpan) {
208+
frameSpan.classList.remove(CHECK);
209+
frameSpan.classList.add(INDETERMINATE);
210+
}
205211
if (rippleSpan) {
206212
rippleSpan.classList.remove(RIPPLECHECK);
207213
rippleSpan.classList.add(RIPPLEINDETERMINATE);

controls/buttons/themestudio/styles/base/_material-dark-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

controls/buttons/themestudio/styles/dropdowns/list-box/_bootstrap-dark-definition.scss

+6-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@ $listbox-filter-small-height: calc(100% - 46px) !default;
116116
$listbox-filter-bigger-small-height: calc(100% - 54px) !default;
117117
$listbox-select-height: calc(100% - 40px) !default;
118118
$listbox-select-bigger-height: calc(100% - 48px) !default;
119-
$listbox-filterselect-height: calc(100% - 92px) !default;
120-
$listbox-filterselect-bigger-height: calc(100% - 106px) !default;
119+
$listbox-filterselect-height: calc(100% - 40px) !default;
120+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
121+
$listbox-mat-filter-height: calc(100% - 51px) !default;
122+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121123
$listbox-filter-height: calc(100% - 52px) !default;
122124
$listbox-filter-bigger-height: calc(100% - 58px) !default;
125+
$listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
126+
$listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;

controls/buttons/themestudio/styles/dropdowns/list-box/_bootstrap-definition.scss

+7-3
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,12 @@ $select-all-border-color: $grey-e6 !default;
108108
$listbox-filter-small-height: calc(100% - 46px) !default;
109109
$listbox-filter-bigger-small-height: calc(100% - 54px) !default;
110110
$listbox-select-height: calc(100% - 40px) !default;
111-
$listbox-select-bigger-height: calc(100% - 48px) !default;
112-
$listbox-filterselect-height: calc(100% - 92px) !default;
113-
$listbox-filterselect-bigger-height: calc(100% - 106px) !default;
111+
$listbox-select-bigger-height: calc(100% - 40px) !default;
112+
$listbox-filterselect-height: calc(100% - 40px) !default;
113+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
114+
$listbox-mat-filter-height: calc(100% - 51px) !default;
115+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
114116
$listbox-filter-height: calc(100% - 52px) !default;
115117
$listbox-filter-bigger-height: calc(100% - 58px) !default;
118+
$listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
119+
$listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;

controls/buttons/themestudio/styles/dropdowns/list-box/_bootstrap4-definition.scss

+8-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ $listbox-filter-small-height: calc(100% - 43px) !default;
114114
$listbox-filter-bigger-small-height: calc(100% - 56px) !default;
115115
$listbox-select-height: calc(100% - 40px) !default;
116116
$listbox-select-bigger-height: calc(100% - 50px) !default;
117-
$listbox-filterselect-height: calc(100% - 79px) !default;
118-
$listbox-filterselect-bigger-height: calc(100% - 96px) !default;
119-
$listbox-filter-height: calc(100% - 48px) !default;
120-
$listbox-filter-bigger-height: calc(100% - 56px) !default;
117+
$listbox-filterselect-height: calc(100% - 41px) !default;
118+
$listbox-filterselect-bigger-height: calc(100% - 50px) !default;
119+
$listbox-mat-filter-height: calc(100% - 50px) !default;
120+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121+
$listbox-filter-height: calc(100% - 51px) !default;
122+
$listbox-filter-bigger-height: calc(100% - 59px) !default;
123+
$listbox-ej2-filterselect-height: calc(100% - 90.5px) !default;
124+
$listbox-ej2-filterselect-bigger-height: calc(100% - 108px) !default;

controls/buttons/themestudio/styles/dropdowns/list-box/_bootstrap5-definition.scss

+6-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
6868
$listbox-template-multiline-padding: 4px !default;
6969
$listbox-template-multiline-content-font-size: $text-sm !default;
7070
$listbox-template-multiline-avatar-top: 0 !default;
71-
$listbox-filter-height: calc(100% - 47px) !default;
7271
$listbox-filter-small-height: calc(100% - 45px) !default;
7372
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
74-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
7573
$listbox-item-height: 36px !default;
7674

7775
$listbox-border-color: $border-light;
@@ -112,7 +110,11 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
112110

113111
$listbox-select-height: calc(100% - 36px) !default;
114112
$listbox-select-bigger-height: calc(100% - 40px) !default;
115-
$listbox-filterselect-height: calc(100% - 86px) !default;
116-
$listbox-filterselect-bigger-height: calc(100% - 96px) !default;
113+
$listbox-filterselect-height: calc(100% - 36px) !default;
114+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
115+
$listbox-mat-filter-height: calc(100% - 50px) !default;
116+
$listbox-mat-filter-bigger-height: calc(100% - 55px) !default;
117117
$listbox-filter-height: calc(100% - 50px) !default;
118118
$listbox-filter-bigger-height: calc(100% - 56px) !default;
119+
$listbox-ej2-filterselect-height: calc(100% - 86px) !default;
120+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;

controls/buttons/themestudio/styles/dropdowns/list-box/_fabric-dark-definition.scss

+6-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
116116
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
117117
$listbox-select-height: calc(100% - 36px) !default;
118118
$listbox-select-bigger-height: calc(100% - 45px) !default;
119-
$listbox-filterselect-height: calc(100% - 87px) !default;
120-
$listbox-filterselect-bigger-height: calc(100% - 104px) !default;
119+
$listbox-filterselect-height: calc(100% - 36px) !default;
120+
$listbox-filterselect-bigger-height: calc(100% - 45px) !default;
121+
$listbox-mat-filter-height: calc(100% - 50px) !default;
122+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121123
$listbox-filter-height: calc(100% - 51px) !default;
122124
$listbox-filter-bigger-height: calc(100% - 59px) !default;
125+
$listbox-ej2-filterselect-height: calc(100% - 87px) !default;
126+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;

controls/buttons/themestudio/styles/dropdowns/list-box/_fabric-definition.scss

+6-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
109109
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
110110
$listbox-select-height: calc(100% - 36px) !default;
111111
$listbox-select-bigger-height: calc(100% - 45px) !default;
112-
$listbox-filterselect-height: calc(100% - 87px) !default;
113-
$listbox-filterselect-bigger-height: calc(100% - 104px) !default;
112+
$listbox-filterselect-height: calc(100% - 36px) !default;
113+
$listbox-filterselect-bigger-height: calc(100% - 45px) !default;
114+
$listbox-mat-filter-height: calc(100% - 50px) !default;
115+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
114116
$listbox-filter-height: calc(100% - 51px) !default;
115117
$listbox-filter-bigger-height: calc(100% - 59px) !default;
118+
$listbox-ej2-filterselect-height: calc(100% - 87px) !default;
119+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;

0 commit comments

Comments
 (0)