Skip to content

Commit

Permalink
v23.1.42 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Oct 24, 2023
1 parent d2ff2ac commit 5b2cf15
Show file tree
Hide file tree
Showing 32 changed files with 114 additions and 26 deletions.
8 changes: 8 additions & 0 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

#### Bug Fixes

- `#I509029` - The issue with "`HtmlAttributes` property not working properly in checkBox component" has been resolved.

## 23.1.39 (2023-10-04)

### Checkbox

#### Bug Fixes

- `#I505814` - The issue with "Script error thrown in CheckBox While using the change event in React" has been resolved.

## 23.1.36 (2023-09-15)
Expand Down
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-vue-buttons",
"version": "23.1.36",
"version": "23.1.41",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "23.1.40",
"version": "23.1.41",
"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 Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 23.1.42 (2023-10-24)

### Chart

- `#I510832` - Multiple trendlines for line type series are now functioning correctly.
- `#I511821` - Now the data label is rendering properly in canvas mode.

### StockChart

- `#I510304` - Now, the data was updated properly in the stock chart when trying to update it using useEffect.

## 23.1.41 (2023-10-17)

### RangeNavigator
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-vue-charts",
"version": "23.1.40",
"version": "23.1.41",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 11 additions & 1 deletion components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### Diagram

#### Bug Fixes

- `#I503100` - Now, Property Change Event triggers while Z-index value get changed.
- `#F184671` - Now, the overview updated properly after loading the diagram.
- `#I502515` – Now, the connector overlapping is resolved when enable routing is set to true.

## 23.1.40 (2023-10-10)

### 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-vue-diagrams",
"version": "23.1.39",
"version": "23.1.40",
"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 Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
13 changes: 13 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 23.1.42 (2023-10-24)

### Document Editor

#### Bug Fixes

- `#FB47474` - Resolved the serialize API returns hyperlink to number
- `#I508875` - Resolved the cell content control check box alignment issue in table.
- `#I494044` - Resolved the Issue in bullet and numbering list
- `#I509697` - Resolved script error throws while opening a document
- `#I507568` - Word Processor now loads the RTF file with margin properly.
- `#I505872` - Resolved the issue with respect to page break and section break continuous.

## 23.1.41 (2023-10-17)

### Document Editor
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-vue-documenteditor",
"version": "23.1.40",
"version": "23.1.41",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
15 changes: 14 additions & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 23.1.42 (2023-10-24)

### Mention

#### Bug Fixes

- `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".

### DropDownTree

#### Bug Fixes

- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.

## 23.1.41 (2023-10-17)

### MultiSelect
Expand All @@ -21,7 +35,6 @@

#### Bug Fixes

- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
- `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.

## 23.1.38 (2023-09-26)
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-vue-dropdowns",
"version": "23.1.40",
"version": "23.1.41",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
13 changes: 13 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 23.1.42 (2023-10-24)

### GanttChart

#### Bug Fixes

- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
- `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed.
- `#I512556` - Background color issue with dependency connector line has been fixed.
- `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed.

## 23.1.41 (2023-10-17)

### GanttChart
Expand All @@ -19,6 +31,7 @@
#### Bug Fixes

- `#I502041` - Error throw while adding the record issue has been fixed.
- `#I493515` - Style is not applied to the second segment issue has been fixed.

## 23.1.38 (2023-09-26)

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-vue-gantt",
"version": "23.1.39",
"version": "23.1.41",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 12 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 23.1.42 (2023-10-24)

### Grid

#### Bug fixes

- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
- `#I501881` - Fixed an issue where the drop indicator for the column should be displayed when dragging a column into another column.
- `#I511484` - The issue where the Grid did not render properly when the `editSetting` property was defined without injecting the `editModule` has been resolved.

## 23.1.41 (2023-10-17)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "23.1.40",
"version": "23.1.41",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.36 (2023-09-15)

### HeatMap

Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-heatmap",
"version": "18.14.9",
"version": "23.1.36",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-image-editor",
"version": "23.1.39",
"version": "23.1.41",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 23.1.42 (2023-10-24)

### Uploader

#### Bug Fixes

- `#I505786` - Resolved issue with Sequential upload not working when drag and drop files multiple times.

## 23.1.38 (2023-09-26)

### Signature
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inputs",
"version": "23.1.38",
"version": "23.1.40",
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### Kanban

Expand Down
2 changes: 1 addition & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### ListView

Expand Down
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.40 (2023-10-10)

### Maps

Expand Down
2 changes: 1 addition & 1 deletion components/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-maps",
"version": "23.1.38",
"version": "23.1.40",
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### Menu

Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### PDF Viewer

Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "23.1.38",
"version": "23.1.41",
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### Tooltip

Expand Down
2 changes: 1 addition & 1 deletion components/progressbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### ProgressBar

Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.41 (2023-10-17)
## 23.1.42 (2023-10-24)

### QueryBuilder

Expand Down
2 changes: 1 addition & 1 deletion components/richtexteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-richtexteditor",
"version": "23.1.40",
"version": "23.1.41",
"description": "Essential JS 2 RichTextEditor component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/spreadsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-spreadsheet",
"version": "23.1.40",
"version": "23.1.41",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down

0 comments on commit 5b2cf15

Please sign in to comment.