Skip to content

Commit

Permalink
v24.1.47 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jan 23, 2024
1 parent 79fdba5 commit fb4f692
Show file tree
Hide file tree
Showing 40 changed files with 177 additions and 26 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.46 (2024-01-17)
## 24.1.47 (2024-01-23)

### Barcode

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": "24.1.45",
"version": "24.1.46",
"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
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.47 (2024-01-23)

### DateRangePicker

#### Bug Fixes

- `#I528771` - Fixed an issue where the DateRangePicker in the `Malaysia` region was only returning a single value.

## 24.1.44 (2024-01-03)

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

## [Unreleased]

## 24.1.47 (2024-01-23)

### AccumulationChart

#### Bug Fixes

- `#I539550` - Now, the `enableSmartLabels` property in the accumulation chart is functioning correctly.

### Chart

#### Bug Fixes

- `#I541520` - Now, the `startFromZero` property in the chart is working properly.

## 24.1.46 (2024-01-17)

### 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": "24.1.45",
"version": "24.1.46",
"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
1 change: 1 addition & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#### Bug Fixes

- `#I527482` - Now, overview updated properly while zoom out and move nodes outside viewport.
- `#I533824` - Now, textAlign justify align the text at center of the node.

## 24.1.45 (2024-01-09)

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

## [Unreleased]

## 24.1.47 (2024-01-23)

### DocumentEditor

#### Bug Fixes

- `#I515234` - Resolved the issue in paragraph goes to page end while press enter.
- `#I533538` - Resolved the tracking issue in the revisions only protection mode.
- `#I539142` - Resolved the script error issue while pasting content.
- `#I536328` - Resolved the footnote duplicating issue.
- `#I539648` - Resolved script error issue and layout issue in the exported document.

## 24.1.46 (2024-01-17)

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

## [Unreleased]

## 24.1.47 (2024-01-23)

### ListBox

#### Bug Fixes

- `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved.

### ComboBox

#### Bug Fixes

- `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.

## 24.1.46 (2024-01-17)

### DropDownTree
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": "24.1.45",
"version": "24.1.46",
"description": "Essential JS 2 DropDown Components for Angular",
"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]

## 24.1.47 (2024-01-23)

### FileManager

#### Bug Fixes

- `#I543790` - The issue with the breadcrumb bar of the File Manager showing an incorrect name for the Azure File service provider has been resolved.

## 24.1.45 (2024-01-09)

### 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,6 +2,18 @@

## [Unreleased]

## 24.1.47 (2024-01-23)

### GanttChart

#### Bug Fixes

- `#I540518` - Can't able to drag and drop to the new resource issue has been fixed.
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
- `#I538002` - Alignment Issue with PDF Export in React Gantt issue has been fixed.

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

## 24.1.46 (2024-01-17)

### GanttChart
Expand All @@ -13,7 +25,7 @@
- `#I538917` - Text is not rendered properly in header while using page size issue has been fixed.
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.

## 24.1.45 (2024-01-09)

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

## [Unreleased]

## 24.1.47 (2024-01-23)

### Grid

#### Bug fixes

- `#I539223` - The issue with `ellipsisWithTooltip` not working properly in the Adaptive view has been resolved.

## 24.1.46 (2024-01-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-angular-grids",
"version": "24.1.45",
"version": "24.1.46",
"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/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 24.1.46 (2024-01-17)
## 24.1.47 (2024-01-23)

### HeatMap

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": "24.1.45",
"version": "24.1.46",
"description": "Essential JS 2 ImageEditor for Angular",
"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]

## 24.1.47 (2024-01-23)

### Signature

#### Bug Fixes

- `#F86282` - Issue with "The `getSignature` method data is not cleared after using clear method of signature" has been resolved.

## 24.1.45 (2024-01-09)

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

## [Unreleased]

## 24.1.47 (2024-01-23)

### Kanban

#### Bug Fixes

`#I544423` - Now, the Kanban column header title shows properly when the column is collapsed.


## 24.1.46 (2024-01-17)

### Kanban
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-kanban",
"version": "24.1.45",
"version": "24.1.46",
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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": "24.1.41",
"version": "24.1.46",
"description": "Essential JS 2 LinearGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 14 additions & 0 deletions components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 24.1.46 (2024-01-17)

### ListBox

#### Bug Fixes

- Issue with "Script error thrown in list box while dragging the `svg` element" has been resolved.

### ListView

#### Bug fixes

- `#I531520` - The ListView component's title not decoded properly same as in node text has been resolved.

## 24.1.41 (2023-12-18)

### ListView
Expand Down
2 changes: 1 addition & 1 deletion components/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-lists",
"version": "24.1.41",
"version": "24.1.46",
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 9 additions & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@

## [Unreleased]

## 24.1.46 (2024-01-17)
## 24.1.47 (2024-01-23)

### Maps

#### New Features

- `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities.

## 24.1.41 (2023-12-18)

### 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-angular-maps",
"version": "16.42.7",
"version": "24.1.41",
"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
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": "24.1.41",
"version": "24.1.46",
"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]

## 24.1.46 (2024-01-17)
## 24.1.47 (2024-01-23)

### Message

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": "24.1.45",
"version": "24.1.46",
"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]

## 24.1.47 (2024-01-23)

### PivotTable

#### Bug fixes

- `#F186081` - With virtualization, the pivot table will now be properly displayed when using the mouse wheel to scroll.
- `#I186080` - When "DataCompression" is enabled in the Pivot table, the date formatting will now be properly maintained.

## 24.1.46 (2024-01-17)

### 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-angular-pivotview",
"version": "24.1.45",
"version": "24.1.46",
"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
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": "24.1.44",
"version": "24.1.46",
"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
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]

## 24.1.46 (2024-01-17)
## 24.1.47 (2024-01-23)

### QueryBuilder

Expand Down
Loading

0 comments on commit fb4f692

Please sign in to comment.