Skip to content

Commit

Permalink
v27.2.2 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 15, 2024
1 parent e1ba23f commit 4c84132
Show file tree
Hide file tree
Showing 43 changed files with 200 additions and 29 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.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### Barcode

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

## [Unreleased]

## 27.2.2 (2024-11-15)

### Checkbox

#### Bug Fixes

- `#F95768`- The issue with "Parent element click event `prevented` while clicking on switch component in angular." has been resolved.

## 27.1.58 (2024-11-05)

### 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-angular-buttons",
"version": "27.1.53",
"version": "27.1.58",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### DateTimePicker

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]

## 27.2.2 (2024-11-15)

### Chart

#### Bug Fixes

- `#I650135` - The cumulative percentage in the Pareto chart tooltip will display the precise value to two decimal points.
- `#I648361` - The exponential trendline now renders correctly for the datetime axis.

## 27.1.58 (2024-11-05)

### 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.57",
"version": "27.1.58",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Template } from '@syncfusion/ej2-angular-base';
import { AccumulationSeriesCollectionDirective } from './series.directive';
import { AccumulationAnnotationsDirective } from './annotations.directive';

export const inputs: string[] = ['allowExport','annotations','background','backgroundImage','border','center','centerLabel','currencyCode','dataSource','enableAnimation','enableBorderOnMouseMove','enableExport','enablePersistence','enableRtl','enableSmartLabels','height','highlightColor','highlightMode','highlightPattern','isMultiSelect','legendSettings','locale','margin','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','title','titleStyle','tooltip','useGroupingSeparator','width'];
export const inputs: string[] = ['allowExport','annotations','background','backgroundImage','border','center','centerLabel','currencyCode','dataSource','enableAnimation','enableBorderOnMouseMove','enableExport','enableHtmlSanitizer','enablePersistence','enableRtl','enableSmartLabels','height','highlightColor','highlightMode','highlightPattern','isMultiSelect','legendSettings','locale','margin','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','title','titleStyle','tooltip','useGroupingSeparator','width'];
export const outputs: string[] = ['afterExport','animationComplete','annotationRender','beforePrint','beforeResize','chartDoubleClick','chartMouseClick','chartMouseDown','chartMouseLeave','chartMouseMove','chartMouseUp','legendClick','legendRender','load','loaded','pointClick','pointMove','pointRender','resized','selectionComplete','seriesRender','textRender','tooltipRender','dataSourceChange'];
export const twoWays: string[] = ['dataSource'];

Expand Down
2 changes: 1 addition & 1 deletion components/charts/src/chart/chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { AnnotationsDirective } from './annotations.directive';
import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
import { IndicatorsDirective } from './indicators.directive';

export const inputs: string[] = ['allowExport','allowMultiSelection','annotations','axes','background','backgroundImage','border','chartArea','columns','crosshair','currencyCode','dataSource','description','enableAnimation','enableAutoIntervalOnBothAxis','enableCanvas','enableExport','enablePersistence','enableRtl','enableSideBySidePlacement','height','highlightColor','highlightMode','highlightPattern','indicators','isMultiSelect','isTransposed','legendSettings','locale','margin','palettes','primaryXAxis','primaryYAxis','rangeColorSettings','rows','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','tabIndex','theme','title','titleStyle','tooltip','useGroupingSeparator','width','zoomSettings'];
export const inputs: string[] = ['allowExport','allowMultiSelection','annotations','axes','background','backgroundImage','border','chartArea','columns','crosshair','currencyCode','dataSource','description','enableAnimation','enableAutoIntervalOnBothAxis','enableCanvas','enableExport','enableHtmlSanitizer','enablePersistence','enableRtl','enableSideBySidePlacement','height','highlightColor','highlightMode','highlightPattern','indicators','isMultiSelect','isTransposed','legendSettings','locale','margin','palettes','primaryXAxis','primaryYAxis','rangeColorSettings','rows','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','tabIndex','theme','title','titleStyle','tooltip','useGroupingSeparator','width','zoomSettings'];
export const outputs: string[] = ['afterExport','animationComplete','annotationRender','axisLabelClick','axisLabelRender','axisMultiLabelRender','axisRangeCalculated','beforeExport','beforePrint','beforeResize','chartDoubleClick','chartMouseClick','chartMouseDown','chartMouseLeave','chartMouseMove','chartMouseUp','drag','dragComplete','dragEnd','dragStart','legendClick','legendRender','load','loaded','multiLevelLabelClick','onZooming','pointClick','pointDoubleClick','pointMove','pointRender','resized','scrollChanged','scrollEnd','scrollStart','selectionComplete','seriesRender','sharedTooltipRender','textRender','tooltipRender','zoomComplete','dataSourceChange'];
export const twoWays: string[] = ['dataSource'];

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-angular-circulargauge",
"version": "27.1.57",
"version": "27.1.58",
"description": "Essential JS 2 CircularGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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.57",
"version": "27.1.58",
"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
8 changes: 8 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### DocumentEditor

#### Bug Fixes

- `#I650912` - Resolved the comment pane is not shown issue while inserting the empty comment.

## 27.1.58 (2024-11-05)

### 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.57",
"version": "27.1.58",
"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
2 changes: 1 addition & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### ComboBox

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]

## 27.2.2 (2024-11-15)

### FileManager

#### Bug Fixes

- `#I649098` - Fixed a console error that occurred during drag-and-drop in the File Manager component when using the NodeJS service.

## 27.1.55 (2024-10-22)

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

## [Unreleased]

## 27.2.2 (2024-11-15)

### GanttChart

#### Bug fixes

- `#644829` - Words and taskbar alignment are misaligned in pdf file when row height is less than 20 issue has been fixed.
- `#I645725` - Console error occurs when taskbar drag and drop with touch interaction issue has been fixed.
- `#I646644` - Console error occurs while dependency has decimal offset day values issue has been fixed.

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

## 27.1.58 (2024-11-05)

### GanttChart
Expand All @@ -11,8 +23,6 @@
- `#645586` - Last 3 rows of the taskbar are not exported when performing PDF export with the `pageOrientation` set Portrait issue has been fixed.
- `#644812` - When adding a record, the validation for taskType as `fixedDuration` is not working properly issue has been fixed.

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

## 27.1.57 (2024-10-29)

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

## [Unreleased]

## 27.2.2 (2024-11-15)

### Grid

#### Bug fixes

- `#I643163` - Resolved a script error that occurred during cell selection when `virtualization` was enabled.
- `#I621506`, `#I622810` - Provided icons for column chooser, autofit all columns, autofit column in adaptive view.
- `#FB62665` - Resolved type error in filter `itemTemplate` when binding functions.
- `#I646099` - Resolved `rowSelecting` and `RowDeselected` event arguments are `undefined` when `virtualization` is enabled.
- `#I648525` - Resolved an issue where deleting a record from the command column would not work when the delete confirmation dialog was enabled.
- `#FB62045` - Resolved the on-demand for excel/checkbox filtering in custom binding.
- `#I645596` - Resolved a resized column width resets after column reorder when `autofitColumns` method is invoked during initial rendering.
- `#I639180` - The issue with the `ODataV4Adaptor` checkbox filtering not functioning correctly when using an external `where` filter query has been resolved.
- `#I645754` - Fixed an issue that caused an error when opening the column chooser in vertical row rendering mode within `AdaptiveUI` mobile mode.

## 27.1.58 (2024-11-05)

### 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-angular-grids",
"version": "27.1.57",
"version": "27.1.58",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### Image Editor

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

## [Unreleased]

## 27.2.2 (2024-11-15)

### Uploader

#### Bug Fixes

- `#I648755` - Fixed an issue where, with sequential upload enabled, if the first file is paused, the second file will not automatically start uploading.

### TextBox

#### Bug Fixes

- `#I648833` - Fixed an issue with the floating label and border changes that occur upon clicking the reset button.

## 27.1.58 (2024-11-05)

### NumericTextBox
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-angular-inputs",
"version": "27.1.55",
"version": "27.1.58",
"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 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.58 (2024-11-05)
## 27.2.2 (2024-11-15)

### Kanban

Expand Down
2 changes: 1 addition & 1 deletion components/lineargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-lineargauge",
"version": "16.41.0",
"version": "27.1.50",
"description": "Essential JS 2 LinearGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
20 changes: 20 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### TreeView

#### Bug Fixes

- `#I650340` - The alignment issue in the TreeView component, which occurred when using the IconCss field property with the e-icons class while enabling checkbox support, has been resolved.

### Tab

#### Bug Fixes

- `#I644385` - An issue that prevented access to the `refreshOverflow` method in the Tab has been resolved.

### Toolbar

#### Bug Fixes

- `#I635313` - An issue with the Column Chooser in the grid, where the JAWS screen reader was reading items twice due to toolbar styles, has been resolved

## 27.1.58 (2024-11-05)

### Tab
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.57",
"version": "27.1.58",
"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
11 changes: 11 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### PDF Viewer

#### Bug Fixes

- `#I645043` - Now, the radio button field data is not lost when scrolling through the provided document.
- `#I648250` - Now, the form field drag element is active when moving form fields.
- `#I646730` - Now, the Text Selection and Pan keyboard shortcuts are disabled when the corresponding options are not available in the toolbar.
- `#I635071` - Now, the checkbox form fields are properly checked in the downloaded document.

## 27.1.58 (2024-11-05)

### 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-angular-pdfviewer",
"version": "27.1.57",
"version": "27.1.58",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 27.2.2 (2024-11-15)

### Pivot Table

#### Bug fixes

- `#I645195` - The pivot table will now display the proper data based on the current page size when using the paging option.
- `#I645619` - The error popup will now appear correctly when entering an invalid formula in the calculated field UI.

## 27.1.58 (2024-11-05)

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

## [Unreleased]

## 27.2.2 (2024-11-15)

### Dialog

#### Bug Fixes

- `#I646678` - Fixed an issue where the dialog would not close when the Escape key was pressed.

- `#FB60123` - Fixed an issue where dynamically changing the dialog target caused the dialog element to remain stuck in its previous DOM position.

## 27.1.58 (2024-11-05)

### Dialog
Expand Down
2 changes: 1 addition & 1 deletion components/popups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-popups",
"version": "27.1.57",
"version": "27.1.58",
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

#### Bug Fixes

- Issue with "Validation message appears for valid field in query builder" has been fixed.

## 27.1.57 (2024-10-29)

### QueryBuilder

#### Bug Fixes

- Issue with "Input element value get selected while double clicking on query builder rules." has been fixed.

## 27.1.55 (2024-10-22)
Expand Down
Loading

0 comments on commit 4c84132

Please sign in to comment.