Skip to content

Commit

Permalink
v24.2.8 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Feb 27, 2024
1 parent efada3f commit cc7c1fe
Show file tree
Hide file tree
Showing 43 changed files with 397 additions and 37 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 24.2.7 (2024-02-20)
## 24.2.8 (2024-02-27)

### Barcode

Expand Down
2 changes: 1 addition & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-base",
"version": "24.2.3",
"version": "24.2.7",
"description": "A common package of Essential JS 2 React base, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
183 changes: 183 additions & 0 deletions components/base/releasenotes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# Release Notes Guidelines

This section contains guidelines on naming files, sections and other document elements.

> **If there is no changes in product, you don't need to mention that in Release Notes.**
## Encoding Format

All Release Notes files should be saved in **Encoding in UTF-8 (Without BOM)** format. You can use Notepad++ to verify the encoding.

![Encoding.png](https://bitbucket.org/repo/j57Gz9/images/2199960455-Encoding.png)

## Release Notes Folder Hierarchy

* Platform [Folder]
* ----ReleaseNotes [Folder]
* --------v13.3.x.x [Folder]
* ------------Control1.md
* ------------Control2.md
* ------------Control3.md
* --------v13.4.x.x [Folder]
* ------------Control1.md
* ------------Control2.md
* ------------Control3.md

### How to write Release Notes?

* Each release markdown files should reside under corresponding version folder in their platform.
* Each product release notes should be created in separate file name.
* File name should be same as the product name.

> **NOTE**: Please do not add any Front Matter information in Release Notes files.
## Markdown File Structure

Each markdown file should have following items.

* Control Name
* Features
* Bug fixes
* Braking Changes
* Known Issues

> Do not add any front matter(triple dashed line) in this markdown.
### Control Name

Control Name should be with prefix `##`. This will be rendered as `H2` in html file.

#### Syntax

```
## <Control-Name>
```

#### Example

```
## ejAccrodion
```

### Features

* Each features should be written in unordered list.
* Feature header should have id in the following format `<control-name>-features`. All characters in **id should be written in lower case.**

#### Syntax

```
### Features
{:#<control-name>-features}
* \#1 - Feature Info
* \#2 - Feature Info
* \#3 - Feature Info
```

#### Example

```
### Features
{:#ejaccordion-features}
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
* \#140303, \#140304 - Accordion provides option to add new items dynamically by using the `addItem` method
```

> **NOTE:**
> * In markdown `#` used to represent headers.
> * By default it will be converted as HTML headers.
> * To display the `#` in html, please use escape sequences [See above example].
### Bug Fixes

* Each bug fix should be written in unordered list.
* Bug fixes header should have id in the following format `<control-name>-bug-fixes`. All characters in **id should be written in lower case.**

#### Syntax

```
### Bug fixes
{:#<control-name-in-lower-case>-bug-fixes}
* \#1 - Bug Fix
* \#2 - Bug Fix
* \#3 - Bug Fix
```

#### Example

```
### Bug Fixes
{:#ejaccordion-bug-fixes}
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
* \#140303 - Accordion provides option to add new items dynamically by using the `addItem` method
* \#140303, \#140304 - Accordion provides option to add new items dynamically by using the `addItem` method
```

> **NOTE:**
> * In markdown `#` used to represent headers.
> * By default it will be converted as HTML headers.
> * To display the `#` in html, please use escape sequences [See above example].
### Breaking Changes

* Each breaking changes should be written in unordered list.
* Breaking changes header should have id in the following format `<control-name>-breaking-changes`. All characters in **id should be written in lower case.**

```
### Breaking Changes
{:#<control-name>-breaking-changes}
* * Breaking Change 1
* * Breaking Change 2
* * Breaking Change 3
```

#### Example

```
### Breaking Changes
{:#ejaccordion-breaking-changes}
* 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
```

> **NOTE:**
> * In markdown `#` used to represent headers.
> * By default it will be converted as HTML headers.
> * To display the `#` in html, please use escape sequences [See above example].
## Incidents and Forums in Release notes

We can represent the Incident ID with I and F for forums in release notes MD files

#### Example


```
## ChromelessWindow
### Bug Fixes
{:#chromelesswindow-bug-fixes}
* \#I336220 - When using `ShowDialog` on a `RibbonWindow`, a `NullReferenceException` will no longer occur.
* \#F166385 - The gap between the bottom of the window and the `TaskBar` is now properly maintained.
```

This is published in the page : https://help.syncfusion.com/wpf/release-notes/v19.3.0.43?type=all#chromelesswindow


## Commit

Same workflow for User Guide applicable to this repository. All the changes needs to be committed in `development` branch.

## Preview Changes

All the changes will be included with User Guide automation and published in Staging Documentation machine.

<http://115.249.201.211:9090>
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-buttons",
"version": "24.2.5",
"version": "24.2.7",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 24.2.8 (2024-02-27)

### DateRangePicker

#### Bug Fixes

- `#I554330` - Fixed an issue where the selected value was not being updated when invalid text was entered into the input field.
- `#I553168` - Fixed an issue where setting presets with a specific time would initially work, but changing the preset would reset the time.

## 24.2.5 (2024-02-13)

### DatePicker
Expand Down
9 changes: 9 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 24.2.8 (2024-02-27)

### Chart

#### Bug Fixes

- `#T553171` - Now the center label is aligned properly when increasing the font size.
- `#I548552` - The y-axis now dynamically changes based on the current visible points when zooming.

## 24.2.7 (2024-02-20)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "24.2.5",
"version": "24.2.7",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 24.2.8 (2024-02-27)

### Diagram

#### Bug Fixes

- `#I555649` - Now, the scaling of the BPMN symbols with description is properly rendered.

## 24.2.7 (2024-02-20)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "24.2.5",
"version": "24.2.7",
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 17 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 24.2.8 (2024-02-27)

### DocumentEditor

#### Bug Fixes

- `#I549317` - Resolved the layouting issue when opening attached document.
- `#I541401` - Resolved the indentation rendering issue.
- `#I546320` - Resolved the spell checker suggestions not replacing issue.
- `#I543922` - Resolved the layouting issue when line spacing type is exactly.
- `#I545234` - Resolved the spell check issues in blazor.
- `#I555335` - Resolved the character format applying issue when pasting sfdt content.
- `#I529782` - Resolved the overlapping issue while opening the attached document.
- `#I524548` - Resolved the font family issue in table of content.
- `#I547495` - Resolved the column content missing issue.
- `#I547296` - Resolved the Arabic content copy pasting issue.

## 24.2.7 (2024-02-20)

### DocumentEditor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "24.2.5",
"version": "24.2.7",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 24.2.8 (2024-02-27)

### Mention

#### Bug Fixes

- `#I539496` - Fixed an issue where the mentioned value was not being updated to the target element when using mouse interaction.

## 24.2.7 (2024-02-20)

### Mention
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "24.2.6",
"version": "24.2.7",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-filemanager",
"version": "24.2.5",
"version": "24.2.7",
"description": "Essential JS 2 FileManager Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
23 changes: 23 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## [Unreleased]

## 24.2.8 (2024-02-27)

### GanttChart

#### Bug Fixes

- `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
- `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
- `#I553873` - Taskbar not rendered properly when using hour format in `DST` issue has been fixed.
- `#I548519` - Timeline start date changed after zooming action issue has been fixed.
- `#I548491` - React Gantt crashes when updating parent and changing column from column chooser issue has been fixed.
- `#I544198` - Delay in predecessor validation issue has been fixed.
- `#I552622` - The enable immutable enabled sample expand icon hide when record add issue has been fixed.
- `#I553420` - Editing resource allocation differed from initial rendering.
- `#I555214` - Disabling all editing options leads to console error issue has been fixed.
- `#I553748` - Editing the task name following the reset of the taskbar start date will lead to the taskbar rendering an incorrect date issue has been fixed.
- `#I553710` - Dragging the task following the reset of the parent taskbar start date will lead to get duplicate taskbar issue has been fixed.

- `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
- `#I548491`- React Gantt crashes when updating parent and changing column from column chooser issue has been fixed.
- `#I553420` - Editing resource allocation differed from initial rendering.
- `#I555214` - Disabling all editing options leads to console error issue has been fixed.

## 24.2.7 (2024-02-20)

### GanttChart
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-gantt",
"version": "24.2.6",
"version": "24.2.7",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit cc7c1fe

Please sign in to comment.