Skip to content

Commit

Permalink
v27.1.57 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Oct 29, 2024
1 parent 9bcecc3 commit 7360832
Show file tree
Hide file tree
Showing 40 changed files with 248 additions and 32 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]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Barcode

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

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### DateTimePicker

Expand Down
17 changes: 16 additions & 1 deletion components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Chart

#### Bug Fixes

- `#I640035` - The tooltips now render properly for decimal data points.
- `#I645981` - The stripline now works correctly on the logarithmic axis.

### Stock Chart

#### Bug Fixes

- `#F194807` - The series now renders properly after a data source update and legend toggle.

## 27.1.55 (2024-10-22)

### 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-angular-charts",
"version": "27.1.53",
"version": "27.1.55",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## [Unreleased]

## 27.1.57 (2024-10-29)

### Circular Gauge

#### Bug fixes

`#I640295` - Exceptions will no longer be thrown when the pointer is dragged and the pointer value is updated during the `dragEnd` event.

## 27.1.50 (2024-09-24)

### Circular Gauge
Expand Down
13 changes: 12 additions & 1 deletion components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Diagram

#### Bug Fixes

- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
- `#I637207` - Nodes are now resizable via touch interactions.
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.

## 27.1.55 (2024-10-22)

### 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-angular-diagrams",
"version": "27.1.53",
"version": "27.1.55",
"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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 13 additions & 1 deletion components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### DocumentEditor

#### Bug Fixes

- `#I644412` - Resolved the issue of editor deletes all text in document.
- `#I642436` - Resolve the issue with track Changes when pasting Word contents multiple times.
- `F194706` - Now able to copy highlighted text from word processor when Restrict Editing property is true.
- `#I640675` - Resolve script error when using track changes.
- `#I639276` - Resolved the issue of page freezes when trying to load document in document editor.

## 27.1.55 (2024-10-22)

### 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-angular-documenteditor",
"version": "27.1.53",
"version": "27.1.55",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
32 changes: 31 additions & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,37 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### ComboBox

#### Bug Fixes

- `#I640083` - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.

### DropDownTree

- `I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the Dropdown Tree component.

### DropdownList

#### Bug Fixes

- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.

- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.

- `#I641587` - Fixed the issue where changes in dropdown items were not displayed correctly when filtering was enabled.

## 27.1.55 (2024-10-22)

### MultiSelect

#### Bug Fixes

- `#I639732` - Fixed an issue where removing one item using the cross icon caused all options to be removed from the select element in the DOM.

## 27.1.53 (2024-10-15)

### ListBox

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-angular-dropdowns",
"version": "27.1.52",
"version": "27.1.55",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### FileManager

Expand Down
14 changes: 13 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### GanttChart

#### Bug fixes

- `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed.
- `#I646826` - An invalid resource collection is being passed resulting in a script error issue has been fixed.
- `#I637870` - White space when expand and collapse action issue has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.

## 27.1.56 (2024-10-23)

### GanttChart

#### Bug fixes

- `#I645245` - Console error occurs while taskbar editing without `allowEditing` property issue has been fixed.

## 27.1.55 (2024-10-22)

### 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-angular-gantt",
"version": "27.1.55",
"version": "27.1.56",
"description": "Essential JS 2 Gantt Component for Angular",
"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]

## 27.1.57 (2024-10-29)

### Grid

#### Bug fixes

- `#I645144` - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
- `#I641786` - Fixed an issue with focus misplacement after deleting a row using the command column.
- `#I641368` - Resolved a type issue in the `ICustomOptr` interface by updating the `filterSettings.operators` property from `dateTimeOperator` to `datetimeOperator`.
- `#I640492` - The issue where the `dataBound` event was triggered multiple times during a page refresh when `virtualization` with persistence was enabled has been resolved.

## 27.1.55 (2024-10-22)

### Grid
Expand Down
10 changes: 9 additions & 1 deletion components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Image Editor

#### Bug Fixes

- `#I910189` - The issue with "Browser window gets zoomed while zooming the image editor with mouse wheel support" has been resolved.

## 27.1.53 (2024-10-15)

### 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-angular-image-editor",
"version": "27.1.52",
"version": "27.1.53",
"description": "Essential JS 2 ImageEditor for Angular",
"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]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Kanban

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

### Maps

#### Bug fixes

- `#F194675` - The `panComplete` event is now functioning properly with online map providers.

## 27.1.48 (2024-09-18)

### Maps

#### New Features

- An animation transition will now occur when the data labels are first rendered.
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-angular-maps",
"version": "16.42.7",
"version": "27.1.56",
"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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
22 changes: 22 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased]

## 27.1.57 (2024-10-29)

### Carousel

#### Bug Fixes

- `#I644419` - The script error that occurred in the carousel when a grid was rendered as a carousel item has been fixed.

### TreeView

- `#I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the DropdownTree component.

#### Bug Fixes

- `#I642832` - An issue with TreeView component when adding child nodes using `addNodes` method without passing a target has been resolved.

### Sidebar

#### Bug Fixes

- `#I643178` - An issue on browser resizing while setting width value in percentage in Sidebar component has been resolved.

## 27.1.56 (2024-10-23)

### Breadcrumb
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-angular-navigations",
"version": "27.1.55",
"version": "27.1.56",
"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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Message

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

## [Unreleased]

## 27.1.57 (2024-10-29)

### PDF Viewer

#### Breaking Changes

- The `getPageDetails` API has been renamed to `getPageInfo`. Additionally, the zoom factor parameter has been removed from the `getPageInfo` API, as the zoom factor can be accessed directly through the `zoomPercentage` API.

| Existing API name| New API Name |
|------|-------------|
| `getPageDetails`| `getPageInfo`|

## 27.1.55 (2024-10-22)

### PDF Viewer
Expand Down
10 changes: 9 additions & 1 deletion components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Pivot Table

#### Bug fixes

- The pivot table will now be rendered properly when creating a new report using the toolbar.

## 27.1.55 (2024-10-22)

### Pivot Table

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-angular-pivotview",
"version": "27.1.53",
"version": "27.1.55",
"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 Angular",
"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]

## 27.1.57 (2024-10-29)

### Dialog

#### Bug Fixes

- `#I28945` - Fixed an issue where the Dialog's `enableResize` property was not functioning for dynamic changes.

## 27.1.56 (2024-10-23)

### Dialog
Expand Down
Loading

0 comments on commit 7360832

Please sign in to comment.