npx
command. Follow these steps to register the license using the npx
command:The npx command |
---|
Install the Syncfusion packages from npm . |
Add the license key either in the environment variable SYNCFUSION_LICENSE or in the syncfusion-license.txt text file. |
Run the command npx syncfusion-license activate to automatically register the license. |
animation
property from Carousel component, now you can set the animation effect directly to the animationEffect
property.animationEffect
property to custom
and specify the custom animation class in cssClass
property.Previous
<CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>
Now
const carouselObj: Carousel = new Carousel({
animation: { customEffect: "parallax" }
});
cssClass: 'parallax',
animationEffect: 'custom'
## Chart
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- `#I362746` - Provided keyboard navigation support for interactive elements on the chart.
- `#I353728` - Provided highlight and selection support for the range and point color mapping.
- `#I353728` - Provided highlight and select support for the range and point color mapping.
## Checkbox
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `F379986` - The issue with "Screen reader reads checkbox field twice for tab keypress" has been resolved.
## Diagram
### Behaviour changes
- In the Bezier connector, by default, the multiple segments will be created automatically if a user doesn't define segment collections in the application.
- In the Bezier connector, based on segment count, multiple control points will be displayed to control the smoothness of the curve
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I382500` - Now, the BPMN shape is changed properly at runtime.
- `#I382496` - BPMN gateway sub type is working properly while changing it during runtime.
- `#I383411` - Now, fill color is applied properly when changing BPMN event at runtime.
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- `#I362749` - Provided option to adjust the distance between the source node and the target node of the orthogonal connection has been added.
- `#I347713` - Support to modify connector segments thumb icon shape and style has been added.
- `#FB31535` - Support for splitting and joining connectors has been added.
- `#I362796` - Support to highlight selected diagram elements on multiple selections has been added
- `#I362829` - Support to limit the connector segments while draw at run time has been added.
- `#I362755` - Support to edit multiple bezier segments with multiple control points has been added.
## Excel Export
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- Internet Explorer version 11 Grid to Excel export issue is fixed.
- Date issue is fixed for CSV export.
- File corruption issue is fixed in Grid to Excel export.
- Fixed currency format thousand separator missing issue.
## Gantt
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I379308, #I380615` - Baseline end date issue for milestone with same baseline start and end date has been fixed.
- `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
- `#I378077` - Newly added records not gets refreshed when running the sample using `nodejs` issue has been resolved.
- `#I382484` - Gantt records gets repeated when we perform scrolling in virtual data issue has been fixed.
- `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- `#I233407`, `#I258725`, `#I280586`, `#I291191`, `#I304599`, `#F160011`, `#I310340`, `#F163773`, `#I323187`, `#I323187`, `#I346348` - Provided Critical Path support for Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/gantt/critical-path).
- Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/react/documentation/gantt/state-persistence).
- `#I233407`, `#I258725`, `#I280586`, `#I291191`, `#I304599`, `#F160011`, `#I310340`, `#F163773`, `#I323187`, `#I323187`, `#I346348` - Provided Critical Path support for Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/critical-path).
- Provided State Persistence support for Gantt Chart. Please find the documentation link [here](https://ej2.syncfusion.com/javascript/documentation/gantt/state-persistence).
## Grid
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I235957`, `#I347931`, `#F170423`, `#I356695` - Persist Selection misbehaves while sorting with virtualisation issue has been fixed .
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/searching)
- `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
- Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/keyboard-navigation.html)
- `#I194399` - Provided support to rotate grid header while exporting.
- `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/searching)
- Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/keyboard-navigation.html)
## ListBox
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
## ListView
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#F168185` - Issue with "Sorting is not applied properly with different text field in ListView component" has been resolved.
- `#F168185` - The issue with "Sorting is not applied properly when entering different values in the text field of the ListView component" has been resolved.
## Maps
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
- `#F170451` - `urlTemplate` has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
- `#I326902` - Support for legend is provided when markers or sublayers are rendered in the online map providers.
## MultiSelect
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I355272` - Issue with "wrong popup item get selected when popup has duplicate text with item template and change the text property dynamically" has been resolved.
- `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
## PDF Viewer
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I371792` - Pan mode is now activated for all mobile devices by default.
- `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
- `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
- `#I368423` - Now, rotation for form elements is considered.
- `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
- `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
- `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
- `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
- `#I377714` - The problem with pinch zooming and form field position has been fixed.
- `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
- `#I378257` - The issue with the checkbox printing multiple times has been resolved.
- `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
- `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
- `#I379120` - The pixel quality of the handwritten signature has now improved.
- `#I386899` - Issue with signature rendering is now resolved.
- `#I383513` - When a textbox is marked as required, it no longer has a red border in the document that's been downloaded is now working properly.
- `#I369733` - The free text annotation is no longer rotated when it is added programmatically to rotated documents.
- `#I383963` - Issue with cloned form field value is duplicated has been fixed.
## Pivot Table
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- Provided support to search for a specific field in the field list UI.
## QueryBuilder
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- Issue with Dynamically changing the columns with complex data source of query builder has been fixed.
- `I379818` - Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed.
## RichTextEditor
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- `#I380086` - Provided support to resize the first and last columns of a table without resizing the other columns.
- `#I362331`, `F173395`, `I318486` - Provided support to insert text programmatically in the Markdown editor at the current cursor position using the `executeCommand` public method.
## Schedule
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I385411` - An issue with Weekly recurrence appointments not shown in day view has been fixed.
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- `#I357693`, `#I385560` - Provided a public method `openQuickInfoPopup` to open the quick popup programmatically.
- `#I307933` - Provided support to specify custom separator when exporting Scheduler events to CSV export.
## Spreadsheet
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I383625` - Auto detecting as currency format for cell which contains text with currency number issue has been resolved.
- `#I386346` - The select event is not triggered after clicking the formula applied cells issue is resolved.
- `#I383355` - Undo on deleting unique formula cell with text format throws spill error issue has been resolved.
- `#I383420` - The issue of formula bar data not changing after clicking the retry button in the validation dialogue has been resolved.
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- Provided keyboard shortcut for ribbon and added additional shortcut for the spreadsheet.
- Provided improvement in Accessibility for the spreadsheet.
- `#I361779`, `#F174565`, `#I379630` - Performance improvement for conditional formatting with large data.
- `#I360114`, `#I361182`, `#I362993` - Performance improvement for sorting and its undo redo for large data.
- `#I377000` - Provided `unMerge` method to split the merged cell into multiple cells.
## Svg Base
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I366649` - Polar Radar not rendered in canvas mode issue has been fixed.
## Tree Grid
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I379907` - Resolved editing for the dropdown edit type column with state persistence enabled.
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I379907` - Resolved editing for the dropdown edit type column with state persistence enabled.
<div class="doc-badge-wrapper doc-new-features">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-features"></span>FEATURES</div>
<div class="doc-support-skew"></div></div>
- `#I334966`, `#I373929`, `#I332693`, `#I342835`, `#F172606`, `#F171250`, `#F171248` - Provided row drag and drop support with virtualization feature enabled.
- `#I367483` - Provided support for row indent and outdent functionality. Please find the demo link [here](https://ej2.syncfusion.com/react/demos/#/bootstrap5/treegrid/inline-editing).
- `#I367483` - Provided support for row indent and outdent functionality. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/inline-editing).
## TreeView
<div class="doc-badge-wrapper doc-bug-fixes">
<div class="doc-badge-coll"><span class="doc-badge-icons doc-icons icon-bug_fixes"></span>BUG FIXES</div>
<div class="doc-support-skew"></div></div>
- `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.