Skip to content

Commit 36d3a35

Browse files
author
pipeline
committed
v31.2.18 is released
1 parent c5b52bc commit 36d3a35

File tree

26 files changed

+120
-31
lines changed

26 files changed

+120
-31
lines changed

components/blockeditor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.16 (2025-12-02)
5+
## 31.2.18 (2025-12-09)
66

77
### Block Editor
88

components/buttons/CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,31 @@
22

33
## [Unreleased]
44

5-
## 30.1.37 (2025-06-25)
5+
## 31.2.16 (2025-12-02)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- `#I785731` - Fixed the issue where a CSP violation occurs when clicking the Apply button in the `DateRangePicker` component.
12+
13+
## 31.2.3 (2025-10-22)
14+
15+
### Chip
16+
17+
#### Bug Fixes
18+
19+
- `#I771127` - Implemented a fix to prevent chip reordering when random clicks occur, ensuring consistent behaviour when the `allowDragAndDrop` feature is enabled.
20+
21+
## 31.1.21 (2025-09-23)
22+
23+
### Checkbox
24+
25+
#### Bug Fixes
26+
27+
- `#FD69833`- Fixed an issue where `EnablePersistence` was not functioning correctly in the CheckBox component.
28+
29+
## 31.1.17 (2025-09-05)
630

731
### Chip
832

components/buttons/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ The [Vue Speed Dial](https://www.syncfusion.com/vue-components/vue-speed-dial?ut
127127
* [Modal](https://ej2.syncfusion.com/vue/documentation/speed-dial/modal) - Adds an overlay to prevent the background interaction.
128128
* [Templates](https://ej2.syncfusion.com/vue/documentation/speed-dial/template) - Customize Speed Dial items and the popup content using templates.
129129

130-
<p align="center">
131-
Trusted by the world's leading companies
132-
<a href="https://www.syncfusion.com/">
133-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
134-
</a>
135-
</p>
136-
137130
## Setup
138131

139132
To install `buttons` and its dependent packages, use the following command,
@@ -153,6 +146,14 @@ Buttons components are also offered in following list of frameworks.
153146

154147
* [Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement/#/dashboard?utm_source=npm&utm_campaign=button)
155148

149+
## Resources
150+
151+
* [Documentation](https://ej2.syncfusion.com/vue/documentation/button/getting-started)
152+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
153+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
154+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
155+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
156+
156157
## Support
157158

158159
Product support is available for through following mediums.
@@ -169,10 +170,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
169170

170171
## License and copyright
171172

172-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
173+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
173174
174175
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
175176
176177
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info.
177178

178-
&copy; Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
179+
&copy; Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "30.1.37",
3+
"version": "31.2.16",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.16 (2025-12-02)
5+
## 31.2.18 (2025-12-09)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 31.2.16 (2025-12-02)
5+
## 31.2.18 (2025-12-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I774573` - Now, the column chart is rendered properly with `columnWidthInPixel` when rendered with column.
12+
13+
## 31.2.9 (2025-12-09)
614

715
### Chart
816

components/diagrams/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.16 (2025-12-02)
5+
## 31.2.18 (2025-12-09)
66

77
### Diagram
88

components/dropdowns/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 31.2.18 (2025-12-09)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I757895` - Resolved an issue where mentioned text was not removed when pressing the backspace key for the first time.
12+
13+
### DropdownList
14+
15+
#### Bug Fixes
16+
17+
- `#I785912` - Resolved an issue where the preselected item was not displayed in the popup list when grouping and filtering were applied.
18+
19+
### ListBox
20+
21+
#### Bug Fixes
22+
23+
- `#I782515` - Fixed an issue where a console error occurred while `drag-and-drop` the filtered value in the listbox.
24+
525
## 31.2.16 (2025-12-02)
626

727
### MultiSelect
@@ -10,6 +30,8 @@
1030

1131
- `#I784260` - Resolved an issue where the dropdown refreshed unexpectedly when the dataset size was below the virtualization threshold.
1232

33+
- `#I342517` - Resolved the issue with When clicking on a grouped category in the list, it incorrectly selects all groups.
34+
1335
## 31.2.15 (2025-11-25)
1436

1537
### DropdownList

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "31.2.15",
3+
"version": "31.2.16",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.16 (2025-12-02)
5+
## 31.2.18 (2025-12-09)
66

77
### FileManager
88

0 commit comments

Comments
 (0)