Skip to content

Commit

Permalink
v23.1.39 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Oct 4, 2023
1 parent ea74546 commit a7a1d75
Show file tree
Hide file tree
Showing 66 changed files with 177 additions and 49 deletions.
10 changes: 9 additions & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 23.1.38 (2023-09-26)
## 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)

### Checkbox

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": "18.64.0",
"version": "23.1.36",
"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/buttons/styles/button/material3-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-buttons/styles/button/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/button/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-buttons/styles/button/material3.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/check-box/material3-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-buttons/styles/check-box/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/check-box/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-buttons/styles/check-box/material3.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/chips/material3-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-buttons/styles/chips/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/chips/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-buttons/styles/chips/material3.scss';
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-buttons/styles/floating-action-button/material3-dark.scss';
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-buttons/styles/floating-action-button/material3.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/radio-button/material3-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-buttons/styles/radio-button/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/radio-button/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-buttons/styles/radio-button/material3.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/speed-dial/material3-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-buttons/styles/speed-dial/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/speed-dial/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-buttons/styles/speed-dial/material3.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/switch/material3-dark.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-dark-definition.scss';
@import 'ej2-base/styles/definition/material3-dark.scss';
@import 'ej2-buttons/styles/switch/material3-dark.scss';
2 changes: 1 addition & 1 deletion components/buttons/styles/switch/material3.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'ej2-base/styles/material3-definition.scss';
@import 'ej2-base/styles/definition/material3.scss';
@import 'ej2-buttons/styles/switch/material3.scss';
Binary file modified components/buttons/umd-deploy/styles/button/material3-dark.scss
Binary file not shown.
Binary file modified components/buttons/umd-deploy/styles/button/material3.scss
Binary file not shown.
Binary file not shown.
Binary file modified components/buttons/umd-deploy/styles/check-box/material3.scss
Binary file not shown.
Binary file not shown.
Binary file modified components/buttons/umd-deploy/styles/chips/material3.scss
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified components/buttons/umd-deploy/styles/speed-dial/material3.scss
Binary file not shown.
Binary file modified components/buttons/umd-deploy/styles/switch/material3-dark.scss
Binary file not shown.
Binary file modified components/buttons/umd-deploy/styles/switch/material3.scss
Binary file not shown.
16 changes: 8 additions & 8 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

## [Unreleased]

## 23.1.38 (2023-09-26)

### DateRangePicker

#### Bug Fixes

- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.

## 19.3.46 (2021-10-19)

### TimePicker
Expand Down Expand Up @@ -1234,6 +1226,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.


## 23.1.38 (2023-09-26)

### DateRangePicker

#### Bug Fixes

- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.

## 19.1.56 (2021-04-13)

### DateRangePicker
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": "18.30.19",
"version": "23.1.38",
"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
16 changes: 16 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 23.1.39 (2023-10-04)

### Chart

#### Bug Fixes

- `#I498233` - Now the `binInterval` is properly updating on dynamic change.
- `#I504772` - Now, limit the zooming level in the chart through the onZooming event.
- `#I501725` - Subtitle is now rendering properly based on the chart width.

### AccumulationChart

#### Bug Fixes

- `#I503999` - Now, the legend in the shape of a `Cross` renders properly.

## 23.1.38 (2023-09-26)

### 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-vue-charts",
"version": "23.1.36",
"version": "23.1.38",
"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
2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-circulargauge",
"version": "23.1.36",
"version": "23.1.38",
"description": "Essential JS 2 CircularGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 23.1.39 (2023-10-04)

### Diagram

#### Bug Fixes

- `#I501652` - Now, dropping nodes in swimlane consider as child in angular.
- `#I47014` - The segmentCollectionChange is triggered when editSegment method called.

## 23.1.38 (2023-09-26)

### 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.36",
"version": "23.1.38",
"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
20 changes: 20 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## 23.1.39 (2023-10-04)

### Document Editor

#### Bug Fixes

- `#I500107` - Resolved the Formatting issue with DocumentEditor.
- `#I497404` - Script error occurred when loading the document.
- `#I498661` - Resolved spacing issue while deleting list content on track changes enabled.
- `#F184319` - Resolved the User's Time zone issue.
- `#I501695` - Resolved the replace ALL issue to replace the first occurrence.
- `#FB46595` - Page number is now reflecting.
- `#I497387` - Resolved the bookmark end is deleted in document production mode.
- `#I499799` - Resolved the rtl content rendering issue while opening rtf document.
- `#I495180` - Delete is now working properly for tracked content
- `#I503264` - Resolved script error issue while inserting text
- `#I503222` - Resolved track changes issue, when select the inserted changes.
- `#I493589` - Keypad appearing issue is resolved in mobile view.
- `#I498520` - Resolved the Text FormField deleting multiple issues.

## 23.1.38 (2023-09-26)

### 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.36",
"version": "23.1.38",
"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
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.36",
"version": "23.1.38",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 23.1.39 (2023-10-04)

### FileManager

#### Bug Fixes

- `#I499313` - The issue with the file renaming in the File Manager component has been resolved.

## 23.1.38 (2023-09-26)

### FileManager
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-vue-filemanager",
"version": "23.1.36",
"version": "23.1.38",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 23.1.39 (2023-10-04)

### GanttChart

#### Bug Fixes

- `#I502041` - Error throw while adding the record issue has been fixed.

## 23.1.38 (2023-09-26)

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

## [Unreleased]

## 23.1.39 (2023-10-04)

### Grid

#### Bug fixes

- `#I504671` - The issue regarding cell changes not being saved when clicking outside of the grid has been resolved.
- `#I501004` - The header template is now rendering correctly, regardless of the header cell height.
- `#FB46829` - The issue where the selection was not properly removed for the checkbox column has been resolved.

## 23.1.38 (2023-09-26)

### 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.36",
"version": "23.1.38",
"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.38 (2023-09-26)
## 23.1.39 (2023-10-04)

### HeatMap

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

## [Unreleased]

## 23.1.39 (2023-10-04)

### ImageEditor

#### Bug Fixes

- `#I495933` - Resolved the GetImageData method does not return values properly in blazor image editor.
- `#I507638` - Resolved the image not opening in ImageEditor while the image file name has two dots.

## 23.1.38 (2023-09-26)

### ImageEditor
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.36",
"version": "23.1.38",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 23.1.38 (2023-09-26)
## 23.1.39 (2023-10-04)

### Signature

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.38 (2023-09-26)
## 23.1.39 (2023-10-04)

### 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.38 (2023-09-26)
## 23.1.39 (2023-10-04)

### 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.38 (2023-09-26)
## 23.1.39 (2023-10-04)

### Maps

Expand Down
4 changes: 3 additions & 1 deletion components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## [Unreleased]

## 23.1.36 (2023-09-15)
## 23.1.39 (2023-10-04)

### Menu

#### Bug Fixes

- `#F496214` - The issue with "Sub Menu can’t hide while using hideItems method of menu" has been resolved.

## 23.1.36 (2023-09-15)

### TreeView

#### Bug fixes
Expand Down
Loading

0 comments on commit a7a1d75

Please sign in to comment.