Skip to content

Commit

Permalink
v24.1.44 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jan 3, 2024
1 parent 0d4f1b7 commit 5e0f41b
Show file tree
Hide file tree
Showing 42 changed files with 233 additions and 30 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.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### Barcode

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

## [Unreleased]

## 24.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### Common

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

## [Unreleased]

## 24.1.44 (2024-01-03)

### TimePicker

#### Bug Fixes

- `#I529252` - Fixed issue where changing the time in `EEE hh:mm a` format was affecting the day.

## 24.1.43 (2023-12-27)

### DateTimePicker
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.32.2",
"version": "24.1.43",
"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
12 changes: 12 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 24.1.44 (2024-01-03)

### Chart

#### Bug Fixes

- #I521819 - Improved the accuracy of the normal distribution in the histogram series.
- #I528067 - Removed the multilevel label if all series are not visible.
- #I185777 - Fixed the marker size issue in the scatter chart during initial loading.
- #I185904 - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
- #I532475 - Fixed the console error in Mozilla Firefox when zooming the bubble chart.

## 24.1.43 (2023-12-27)

### 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": "24.1.41",
"version": "24.1.43",
"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/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## [Unreleased]

## 24.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### CircularGauge

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": "24.1.41",
"version": "24.1.43",
"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
10 changes: 10 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 24.1.44 (2024-01-03)

### DocumentEditor

#### Bug Fixes

- `#I523857` - Resolved the performance issue while updating the field in document.
- `#I526974` - Resolved control freeze issue while pasting content inside table.
- `#I526633` - Resolved the issue in rendering of shape element.

## 24.1.43 (2023-12-27)

### 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-vue-documenteditor",
"version": "24.1.41",
"version": "24.1.43",
"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
23 changes: 23 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,36 @@

## [Unreleased]

## 24.1.44 (2024-01-03)

### DropDownTree

#### Bug Fixes

- `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.

### DropdownList

#### Bug Fixes

- `#F49252` - Fixed the issue where the dropdown list width was not the same as the dropdown control.
- `#I531994` - Fixed the issue where pressing the space key after focusing on a dropdown list would cause an unexpected page scroll.

### Mention

#### Bug Fixes

- `#I530713` - Fixed issue where users were unable to access the popup after pressing Shift + Enter.
- `#I8411` - Fixed an issue where list values were displayed immediately after typing instead of waiting the minimum length was reached.

## 24.1.43 (2023-12-27)

### ListBox

#### Bug Fixes

- `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
- `#I522090` - Issue with "Keyboard action is not working properly in the ListBox filter" has been resolved.

### DropdownList

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

## [Unreleased]

## 24.1.44 (2024-01-03)

### GanttChart

#### Bug Fixes

`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.


## 24.1.43 (2023-12-27)

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

## [Unreleased]

## 24.1.44 (2024-01-03)

### Grid

#### Bug fixes

- `#I527253` - The issue of displaying data in date format when it's provided as a string for the string column in the grid has been resolved.
- `#I525816` - The problem of losing focus in the Grid when scrolling down using the down arrow key while focusing on the template has been resolved.
- `#I525124` - The issue where Datamanager arguments were null when unchecking 15 or more items in the filter dialog has been resolved.
- `#I528688` - Fixed an issue with keyboard navigation when the grid contains hidden columns.

## 24.1.43 (2023-12-27)

### 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": "24.1.41",
"version": "24.1.43",
"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]

## 24.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### HeatMap

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

## [Unreleased]

## 24.1.44 (2024-01-03)

### Image Editor

#### Bug Fixes

- The issue with "Image alignment issue in rotated state" has been resolved.

## 24.1.43 (2023-12-27)

### Image Editor
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": "24.1.41",
"version": "24.1.43",
"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]

## 24.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### Signature

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]

## 24.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### 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]

## 24.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### Maps

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]

## 24.1.43 (2023-12-27)
## 24.1.41 (2023-12-18)

### TreeView

Expand Down
2 changes: 1 addition & 1 deletion components/navigations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "22.41.2",
"version": "24.1.41",
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
21 changes: 21 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

## [Unreleased]

## 24.1.44 (2024-01-03)

### PDF Viewer

#### Bug Fixes

- `#I529607` - Now, the formatting is not applying to extraneous line spacing in freetext annotation for PDF Viewer and downloaded document.

## 24.1.43 (2023-12-27)

### PDF Viewer

#### Bug Fixes

- `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
- `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
- `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
- `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
- `#I529705` - Now, the annotations are displayed after importing XFDF file.

## 24.1.41 (2023-12-18)

### PDF Viewer
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "24.1.41",
"version": "24.1.43",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 24.1.44 (2024-01-03)

### PivotTable

#### Bug fixes

- The script error caused by multiple cell selection mode when clicking specific cells has been resolved.

## 24.1.43 (2023-12-27)

### PivotTable
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": "24.1.41",
"version": "24.1.43",
"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
8 changes: 8 additions & 0 deletions components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 24.1.44 (2024-01-03)

### Tooltip

#### Bug Fixes

- `#I531367` - The issue with the Tooltip's incorrect positioning when template content is rendered has been resolved.

## 21.1.35 (2023-03-23)

### Tooltip
Expand Down
8 changes: 8 additions & 0 deletions components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 24.1.44 (2024-01-03)

### QueryBuilder

#### Bug Fixes

- `#F185815` - Issue with dynamically changing readonly property has been fixed.

## 24.1.43 (2023-12-27)

### QueryBuilder
Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-querybuilder",
"version": "24.1.41",
"version": "24.1.43",
"description": "Essential JS 2 QueryBuilder for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 5e0f41b

Please sign in to comment.