v24.1.43 is released
This commit is contained in:
Родитель
48c65135c4
Коммит
0d4f1b7658
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Barcode
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Common
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-buttons",
|
||||
"version": "18.64.1",
|
||||
"version": "24.1.41",
|
||||
"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",
|
||||
|
|
|
@ -2,7 +2,13 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### DateTimePicker
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I532039` - Fixed the issue where the focus was not being added when using the tab key to navigate through the dynamically enabled datetimepicker.
|
||||
|
||||
### DateRangePicker
|
||||
|
||||
|
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I527182` - Now, the chart element ID is generated properly.
|
||||
- `#I527898` - Now, the `interval` for the DateTimeCategory is working properly.
|
||||
- `#I528674` - Now, scroll bar positioned properly.
|
||||
- `#I528865` - Resolved the console error related to trendlines when using two sets of data with a polynomial type.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### Chart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-charts",
|
||||
"version": "20.20.12",
|
||||
"version": "24.1.41",
|
||||
"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",
|
||||
|
|
|
@ -5,6 +5,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### CircularGauge
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I532350` - When there are more than ten ranges in the Circular Gauge, the range tooltip content for those ranges is now appropriately displayed.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### CircularGauge
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-circulargauge",
|
||||
"version": "16.42.3",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 CircularGauge Components for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Diagram
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I521324` - Now, connector with bridging exports properly.
|
||||
- `#I526690` - The default tooltip for the subprocess is now correctly updated after dragging a child from the subprocess onto the diagram.
|
||||
- `#I527228` - Now, the bpmn message flow and sequence flow child path is rendered properly.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### Diagram
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-diagrams",
|
||||
"version": "19.16.1",
|
||||
"version": "24.1.41",
|
||||
"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",
|
||||
|
|
|
@ -2,6 +2,24 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### DocumentEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I514005` - Resolved section break parsing issue while pasting.
|
||||
- `#I515062` - Resolved Locale constant missing in Vietnamese.
|
||||
- `#I520469` - Resolved Alignment issue in document editor.
|
||||
- `#I524057` - Resolved The arabic selection issue.
|
||||
- `#I520821` - Resolved Justify Enter issue for Arabic text.
|
||||
- `#I523987` - Resolved the hyphen text is not rendered issue.
|
||||
- `#I526246` - Resolved Spell Check dialog popup issue.
|
||||
- `#I526232` - Resolved the list continuity issue on paste content.
|
||||
- `#I527224` - Resolved Open Hyperlink & Copy Hyperlink missing in contextMenu while readOnly mode.
|
||||
- `#I529797` - Resolved the Search result return Zero.
|
||||
- `#I532949` - Resolved the list numbering issue
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### DocumentEditor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-documenteditor",
|
||||
"version": "19.84.0",
|
||||
"version": "24.1.41",
|
||||
"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",
|
||||
|
|
|
@ -2,6 +2,26 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### ListBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
|
||||
|
||||
### DropdownList
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I523994` - Resolved the issue where the NVDA Reader was not reading the list item when filtering is enabled.
|
||||
|
||||
### AutoComplete
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I528524` - Fixed an issue where the Change Event was not triggered when pressing the enter key after preventing the Popup from opening.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### DropDownTree
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-dropdowns",
|
||||
"version": "18.66.19",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 DropDown Components for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### FileManager
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
|
||||
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of File Manager has been resolved.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### FileManager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-filemanager",
|
||||
"version": "18.28.1",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 FileManager Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I527509` - Action begin event arguments not working properly issue has been fixed.
|
||||
- `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.
|
||||
|
||||
## 23.2.5 (2023-11-23)
|
||||
|
||||
### GanttChart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-gantt",
|
||||
"version": "23.4.3",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 Gantt Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `F185807` - The programmatic removal of frozen columns is now working properly.
|
||||
- `I531641` - The issue where column width was being modified when resizing the grid containing frozen columns has been resolved.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### Grid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-grids",
|
||||
"version": "1.193.0",
|
||||
"version": "24.1.41",
|
||||
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### HeatMap
|
||||
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Image Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I531361` - The issue with "Zoom toolbar button not shown in ImageEditor while using ZoomSettings property in MVC platform" has been resolved.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### ImageEditor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-image-editor",
|
||||
"version": "23.1.39",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 ImageEditor for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-inplace-editor",
|
||||
"version": "21.3.6",
|
||||
"version": "24.1.41",
|
||||
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Signature
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-kanban",
|
||||
"version": "23.1.36",
|
||||
"version": "24.1.41",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-layouts",
|
||||
"version": "21.4.6",
|
||||
"version": "24.1.41",
|
||||
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-lineargauge",
|
||||
"version": "16.41.0",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 LinearGauge Components for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### ListView
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Maps
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### TreeView
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-notifications",
|
||||
"version": "21.5.2",
|
||||
"version": "24.1.41",
|
||||
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-pdfviewer",
|
||||
"version": "22.16.35",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 PDF viewer Component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### PivotTable
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I528347` - The pivot table will now be properly refreshed while dynamically changing its container width.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### PivotTable
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-pivotview",
|
||||
"version": "20.21.1",
|
||||
"version": "24.1.41",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-popups",
|
||||
"version": "21.6.10",
|
||||
"version": "24.1.41",
|
||||
"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 Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,14 +2,169 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
|
||||
- `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
|
||||
- `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
|
||||
|
||||
## 23.2.7 (2023-12-05)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
|
||||
|
||||
## 23.1.44 (2023-11-07)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I510127` - Issue with Query builder dynamically adding rule does not gets changed has been fixed.
|
||||
|
||||
## 23.1.41 (2023-10-17)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F184903` - Issue with `setRules` method of the Query builder not working for complex data binding has been fixed.
|
||||
|
||||
## 23.1.39 (2023-10-04)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
|
||||
- `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
|
||||
|
||||
## 23.1.38 (2023-09-26)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
|
||||
|
||||
## 23.1.36 (2023-09-15)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
|
||||
|
||||
## 22.2.9 (2023-08-15)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder
|
||||
|
||||
## 22.2.8 (2023-08-08)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
|
||||
|
||||
## 22.1.38 (2023-07-11)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
|
||||
|
||||
## 22.1.37 (2023-07-04)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I44054` - Resolved the issue where importing SQL queries containing special characters.
|
||||
|
||||
## 22.1.34 (2023-06-21)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
|
||||
- `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
|
||||
|
||||
## 20.4.51 (2023-02-21)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
|
||||
- `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
|
||||
|
||||
## 20.4.42 (2023-01-04)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F31632` - Accessibility issue in Query Builder has been resolved.
|
||||
|
||||
## 20.4.40 (2022-12-28)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
|
||||
- `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
|
||||
|
||||
## 20.4.38 (2022-12-21)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
|
||||
- `#I404520` - Provided Localization support SQL query builder operators.
|
||||
- `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
|
||||
- `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
|
||||
- `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed.
|
||||
|
||||
## 20.3.47 (2022-09-29)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I391922` - Issue with Show Buttons option in query builder has been fixed.
|
||||
- `#I399576` - Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.
|
||||
- `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
|
||||
- `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
|
||||
|
||||
## 20.2.40 (2022-07-26)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
|
||||
- `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
|
||||
|
||||
## 19.3.45 (2021-10-12)
|
||||
|
||||
|
@ -26,7 +181,7 @@
|
|||
|
||||
#### New Features
|
||||
|
||||
- Provided Dropdown Tree component support in Complex data binding.
|
||||
- Provided Dropdown Tree component support in Complex data binding
|
||||
|
||||
## 19.2.59 (2021-08-31)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-querybuilder",
|
||||
"version": "18.24.1",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 QueryBuilder for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I518537` - Now, the paste format prompt dialog appears properly when pasting the content into the Rich Text Editor.
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
|
||||
### RichTextEditor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-richtexteditor",
|
||||
"version": "23.1.53",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 RichTextEditor component for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Schedule
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### DropDownButton
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-spreadsheet",
|
||||
"version": "20.28.2",
|
||||
"version": "24.1.41",
|
||||
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 24.1.41 (2023-12-18)
|
||||
## 24.1.43 (2023-12-27)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-vue-treemap",
|
||||
"version": "16.31.24",
|
||||
"version": "24.1.41",
|
||||
"description": "Essential JS 2 TreeMap Components for Vue",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
Загрузка…
Ссылка в новой задаче