Skip to content

Commit

Permalink
v23.2.7 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 5, 2023
1 parent 793fc8c commit 86a5ce4
Show file tree
Hide file tree
Showing 35 changed files with 224 additions and 204 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]

## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)

### Barcode

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

## [Unreleased]

## 23.2.7 (2023-12-05)

### Common

#### Bug Fixes

- `#I513639` - The issue with "the pager template renders multiple times in the Grid component" has been resolved.

## 23.2.5 (2023-11-23)

### Common
Expand Down
183 changes: 0 additions & 183 deletions components/base/releasenotes/README.md

This file was deleted.

13 changes: 13 additions & 0 deletions components/base/src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ export function compile(
getValues(app, context.vueInstance, root);
Vue.render(app, ele);
returnEle = ele.childNodes;
if (context.vueInstance) {
let templateInstance: any = context.vueInstance.templateCollection;
if (!templateInstance) {
context.vueInstance.templateCollection = {};
templateInstance = context.vueInstance.templateCollection;
}
if (propName) {
if (!templateInstance[`${propName}`]) {
templateInstance[`${propName}`] = [];
}
templateInstance[`${propName}`].push(returnEle[0]);
}
}
detach(ele);
} else if (typeof templateElement === "string" || (templateElement.prototype && templateElement.prototype.CSPTemplate && typeof templateElement === 'function')) {
let vueSlot: any = getVueSlot(context.vueInstance, templateElement, root);
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]

## 23.2.7 (2023-12-05)

### Chip

#### Bug Fixes

- `#I525416` - The issue when updating the `chips` property when multiple chip component rendered in the page has been resolved.

## 23.1.43 (2023-10-31)

### RadioButton
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source-map-loader": "^0.2.1",
"@types/chai": "^3.4.28",
"@types/es6-promise": "0.0.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine": "2.8.22",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26",
"vue": "2.6.14",
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": "23.2.4",
"version": "23.2.6",
"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.2.7 (2023-12-05)

### Chart

#### Bug Fixes

- `#I522567` - The chart `height` has now been updated properly.
- `#I523917` - Now, the marker renders properly when animating the series after changing data through the period selector.

### StockChart

#### Bug Fixes

- `#I522065` - Now, the series `border` is working properly.
- `#I523535` - Now, stock event renders properly.

## 23.2.6 (2023-11-28)

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

## [Unreleased]

## 23.2.7 (2023-12-05)

### Diagram

#### Bug Fixes

- `#I506991` - Fixed the connector selection issue that occurred when the segment thumb was enabled.
- `#I522256` - Now, the palette expanding event arguments are correct when expanding the palette.
- `#I522219` - Fixed issue with symbol palette tooltip rendering inaccurately after searching symbols and hovering over palette shapes.
- `#F185333` - Now, the style property of phase at run-time can be customized.

## 23.2.6 (2023-11-28)

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

## [Unreleased]

## 23.2.7 (2023-12-05)

### AutoComplete

#### Bug Fixes

- `#I522040` - Fixed an issue where setting the highlight as true and adding HTML text as a value would result in it being parsed as a DOM element.

### DropDownTree

#### Bug Fixes

- `#I523487` - The issue with `itemTemplate` support while performing filtering operation in the Dropdown Tree component has been resolved.

### MultiSelect

#### Bug Fixes

- `#I518299` - Fixed console error that occurred when adding an item using the addItem method.

## 23.2.6 (2023-11-28)

### DropDownList

#### Bug Fixes

- `#I519795` - Fixed an issue where the `BeforeOpenEvent` was triggered twice when the open event was Cancelled.
- `#I520598` - Resolved issue where the equal to operator on `props.dataSource` in the `updateDataSource` function would always evaluate to false when it was an empty array.

## 23.2.5 (2023-11-23)

### Mention

#### Bug Fixes

- `#I519427` - Fixed a popup positioning issue that occurred when filtering.

## 23.2.4 (2023-11-20)

### ListBox
Expand Down
4 changes: 2 additions & 2 deletions 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.2.4",
"version": "23.2.6",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down Expand Up @@ -32,7 +32,7 @@
"source-map-loader": "^0.2.1",
"@types/chai": "^3.4.28",
"@types/es6-promise": "0.0.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine": "2.8.22",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26",
"vue": "2.6.14",
Expand Down
Loading

0 comments on commit 86a5ce4

Please sign in to comment.