Skip to content

Commit

Permalink
v23.1.44 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 7, 2023
1 parent 31ee42f commit e8ab44b
Show file tree
Hide file tree
Showing 259 changed files with 392 additions and 226 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.1.43 (2023-10-31)
## 23.1.44 (2023-11-07)

### 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-vue-buttons",
"version": "23.1.42",
"version": "23.1.43",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
18 changes: 18 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,52 @@

## [Unreleased]

## 23.1.44 (2023-11-07)

### Chart

#### Bug Fixes

- `#I495717` - Now the pdf-export module is not included by default.

## 23.1.43 (2023-10-31)

### Chart

#### Bug Fixes

- `#F184961` - The enable RTL property is now working correctly in polar chart.
- `#I512713` - Now the chart series type can be updated using react hooks.

## 23.1.42 (2023-10-24)

### Chart

#### Bug Fixes

- `#I510832` - Multiple trendlines for line type series are now functioning correctly.
- `#I511821` - Now the data label is rendering properly in canvas mode.

### StockChart

#### Bug Fixes

- `#I510304` - Now, the data was updated properly in the stock chart when trying to update it using useEffect.

## 23.1.41 (2023-10-17)

### RangeNavigator

#### Bug Fixes

- `#I502356` - Fixed the console error that throws when we resize the range navigator.

## 23.1.40 (2023-10-10)

### Chart

#### Bug Fixes

- `#I499384` - Now the chart series is getting focused properly after legend click.

## 23.1.39 (2023-10-04)
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.1.42",
"version": "23.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
17 changes: 17 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 23.1.44 (2023-11-07)

### Diagram

#### Bug Fixes

- `#I508486` - Now, user-handle template is rendered properly after save and load.

## 23.1.43 (2023-10-31)

### Diagram

#### Bug Fixes

- `#I506971` - Now, Overview with html node is updated properly when we zoom-out the diagram.
- `#I505963` - Now, Exception occurs due to line routing constraints enabled is resolved.

## 23.1.42 (2023-10-24)

### 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.1.42",
"version": "23.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
Loading

0 comments on commit e8ab44b

Please sign in to comment.