November 20, 2020, 3:48 am
New Gantt ControlAdds new Gantt control and skinnable Open/Save File dialogs.
Features
New Gantt Control (Beta) - The new DevExpress VCL Gantt Control is a powerful project management tool that allows users to schedule activities required to achieve project goals and to monitor their progress. The Gantt Control ships with the following features:
- Three views for project management: Gantt Chart, Resource Sheet, and Timeline.
- Multiple task, dependency, and constraint types.
- Manual and automatic task scheduling.
- Workday and holiday tracking.
- Timescale customization.
- Scroll and zoom options.
- Undo/Redo history.
- Project XML file support.
- DirectX hardware acceleration.
Open/Save File Dialogs (CTP) - This release introduces skinnable DevExpress counterparts for standard VCL Open/Save File dialogs. It inherits the dialogs from the standard VCL Open File dialog to make the replacement of standard dialogs as easy as changing a class name.
UX Enhancements
- Smooth Scrolling - This release adds smooth scrolling support to the following DevExpress VCL components:
- Grid Control.
- TreeList Control.
- Vertical Grid Control.
- Layout Control.
- NavBar Control.
- PDF Viewer.
- Flow Chart Control.
- Org Chart Control.
- Image Slider Control.
- Scroll Box Control.
- Image Editor.
- Print Preview.
- Content Padding Options - With this release, the VCL Grid, TreeList, Pivot Grid, and Vertical Grid controls introduce a quick way to pad their in-place editors and/or headers and adjust the spacing between certain UI elements. Use the new TdxVisualRefinements.Padding and TdxVisualRefinements.HeaderPadding class properties to specify the padding for each side of an element.
- New Display Style for Filter Criteria - The Filter Box available in the VCL Grid, TreeList, and Vertical Grid controls now supports a new visual style displayed in the image below. This style helps end-users easily differentiate between colorized filter items, modify or clear individual filter conditions.
Grid Control
- Custom Row Layouts in Table and Banded Table Views (CTP) - Custom row layouts allow users to arrange cells in a way similar to the one Layout View provides, with numerous customization options available at design and runtime.
- Performance Enhancements
- Content is rendered up to two times faster.
- Layout calculations in Banded Table Views are up to three times faster.
- OnGetFilterValues event handlers almost instantly populate filter dropdowns with items.
- Lookup column values are sorted 30% faster.
Spreadsheet
- Ability to obtain document metadata, modify and save the changes you made to it.
- New built-in dialogs that allow users to manage defined names.
Rich Edit
- New Document Server Component - This release includes a non-visual Rich Edit component that can load, edit, process, and export documents without end-user interaction. The new component has the same edit capabilities as the Rich Edit Control with fewer dependencies and no UI, so you can utilize the component in console applications.
- Miscellaneous Enhancements
- Documents are loaded faster by one-third, while consuming 20-60% less memory.
- Load methods now automatically detect a document's format.
- Content scroll operations consume less memory.
- The Rich Edit components allow you to add support for specific document formats from the context menu.
PDF Viewer
- Digital Signature Support - A new SignatureOptions property set allows you to obtain information about digital signatures in a document and to sign it with an X.509 certificate.
- Encryption and Protection - Use the new SecurityOptions property set to encrypt a document, enforce password protection, and manage user access permissions.
- Save Functionality (Beta) and Editable Metadata - New methods allow you to save a document with the changes you made to its metadata, security and signature settings.
Layout Control
- Performance Enhancements in Customization Mode
- Selection is updated 25 times faster than in previous versions.
- The optimized drag-and-drop operations make the UI more responsive and accelerate layout calculations by 30%.
- Miscellaneous Enhancements
- The SizeOptions.MaxWidth and SizeOptions.MaxHeight properties now operate as dimension constraints in layout items and groups.
- Ability to shorten long element captions with an ellipsis and specify its position.
NavBar Control
- Microsoft Active Accessibility (MSAA) Support - Each NavBar element now creates an MSAA tree node that exposes the UI structure and other information to accessibility tools (MSAA clients). An active screen reader (for instance, Microsoft Narrator) reads these nodes when an end-user navigates between UI elements.
Miscellaneous
- Callout Popup Control - Flyout Panel Style - The Callout Popup control can optionally stretch across its owner - a form or another control. This allows you to mimic flyout panels and auto-hide toolbars.
- Gallery Control - Drag and Drop Support - Internal and external drag-and-drop operations are fully supported. Users can drag and drop items within a group, between groups and gallery controls.
- Image Picker Enhancements
- You can now temporarily keep selected images in a specially designed box before you close the Image Picker and add them to an image list.
- You can now open a particular image's location in Microsoft Windows File Explorer.
- Entity Model Designer - Sort Operations
- Extended context menus with items that allow you to sort elements in the Database Browser, Model Browser, and Diagram windows.
- Added support for TVirtualImageList images to per-monitor DPI-aware applications.
- The cloud storage component now allows you to manage access permissions to files and folders on Google Drive and Microsoft OneDrive cloud services.
↧
November 25, 2020, 8:23 am
Aspose.Tasks for JavaAdds support for reading/writing of cost-based time-phased data for resource assignments.
Features
- Added support for reading/writing of cost-based time-phased data for resource assignments.
↧
↧
November 27, 2020, 7:59 am
MindFusion.Java Swing PackImproves Diagramming, Scheduling and Spreadsheet controls.
Features
MindFusion.Diagramming
- SVG nodes - Added SVG nodes which can display SVG drawings in addition to the rendering provided by its base ShapeNode class.
- Diagrams can now be serialized in JSON files.
- Miscellaneous
- ImagePadding property of ShapeNode, TableNode and Cell lets you set padding space between element's borders and the contained Image.
- FoldIconSize property added to ContainerNode.
- Tag property added to the Cell class lets you associate custom data with cells.
- The MoveNodes behavior allows grabbing nodes to drag them without using adjustment handles.
- Added a new createDiagramLink overload of the Factory class which makes it easier to create links between TreeViewNode items.
MindFusion Virtual Keyboard
- Added support for Input Method Editor (IME) mode and Chinese, Japanese and Korean (CJK) languages.
- The component now supports general IME mode that maps raw input sequence to dictionary entries.
- The component now parses IME tables from the Linux Ibus project to implement various Chinese transliteration systems.
- The LoadImeTable can parse tables from Google's mozc project to convert Hiragana to Kanji.
MindFusion.Charting
- Axis origin - New property lets you specify the origin of a chart axis.
- Added the FunctionSeries class which represents a series that calculates its values from a mathematical expression.
- Miscellaneous
- Added DataLabelsBorderStroke, DataLabelsBorderDashStyle, DataLabelsBorderThickness properties to the Theme class which allows you to display and customize borders around data labels.
- Added DataLabelsBackground property to Theme class which specifies the background of data labels.
- Added ToolTips property to the SimpleSeries class which specifies the tooltips for data values.
- Added new and updated sample projects.
- Added new StemWidth property to FunnelChart.
MindFusion.Scheduling
- Schedules can now be serialized in JSON format.
- The library now includes several standard forms for editing object properties.
- AppointmentForm can be used to create or edit Appointment instances.
- RecurrenceForm for Recurrence instances.
- TaskForm for Task instances.
- Added the ability to display a list of prototype schedule items, and lets user create new items based on them by drag-and-drop.
MindFusion.Spreadsheet
- The standard forms from com.mindfusion.spreadsheet.standardforms package can now be localized via XML translation files containing UI labels for respective languages.
- Translations for German, Spanish, French, Korean, Portuguese, Russian, and Chinese can be found inside the localization folder of the library's distribution.
- Miscellaneous
- Added the ability to drag-select cells to enter a range while editing in formula bar.
- Added new worksheetCellParsing event which lets you replace values entered by users or change their data type.
- Added the ability to limit a spreadsheet's scroll range by setting MaxRows and MaxColumns properties.
- The drawCell event now specifies the origin of the merged range as an argument, instead of the first visible cell from a merged range.
- When a cell's format is set to percentage, the cell's entry box automatically appends % suffix (as in Microsoft Excel).
- Added drawCell event which lets you render custom graphics inside cells.
- Added ActiveBorderPen property which lets you customize the borders of the ActiveCell.
- Improved scrolling speed.
- Added TabBackground property which specifies a worksheet's tab background.
- Added ArrowActions property which lets you specify the action of arrow buttons in the tab strip.
- Added new resizeRowsToFit overloads which lets you set the default size of empty rows.
- Added queryDropDownList event which lets you provide custom values for the validation drop-down.
- Validation dropdown can now display values from a named range.
- Improved render quality of embedded pictures.
- Improved Microsoft Excel import performance by setting a shared DocumentBuilder object.
- Added several fixed default values in Microsoft Excel import/export.
- Canceling edit operation from inplaceEditEnding event handler now keeps the active cell.
- The activatingCell event allows overriding cell navigation.
- Added support for mnemonics in translation files.
- Pressing ESC in formula bar cancels editing.
- Added dynamic layout and sizing in standard forms.
- resizeRowsToFit now works for rows containing merged cells.
- Click-selecting merged cells while editing formulas now selects first cell's address.
↧
December 2, 2020, 8:03 am
Aspose.Tasks for C++Adds API for saving more than one page to MemoryStream.
Features
- Added support for “Clear” operation for project’s OleObjects collection.
- Refactored API for CalendarExceptions.
- Added API for saving more than one page to MemoryStream.
- Added the ability to write displayed time units for an assignment’s Duration extended attributes.
- Enhanced reading of dates in evaluation mode.
↧
December 3, 2020, 3:37 am
New Pivot Grid for WPF.Adds .NET DataConnectors for Google Analytics and QuickBooks, plus new Pivot Grid for WPF .NET 5.
Features
- Microsoft .NET 5 Support in WPF
- The following .NET 5 controls are now production ready: FlexGrid, FlexChart, FlexPie, Input, DateTime Editors, ColorPicker, ComboBox, DropDown, Docking, RichTextBox, TabControl, TreeView, FlexPivot, DataFilter, FilterEditor, Expander, Maps, Ribbon, FinancialChart, TabControl, and RichTextBoxToolstrip (simplified toolbar). The controls also have new default styles compared to the .NET 4.5.2 version. The new default style is more fluent-like, with minimal lines and light colors.
- If you need any controls not available in .NET 5 yet - you can continue to work with .NET 4.5.2 controls in .NET 5 apps. The known issues include incomplete designer support, and OleDB data sources are not supported out-of-the-box in .NET 5.
- New Pivot Grid for WPF .NET 5
- Introduces new FlexPivot for WPF .NET 5. Renamed and re-engineered from the older C1Olap controls, FlexPivot is a UI library of pivot tables, charts, and pivot panels that replicate the Microsoft Excel pivot table experience.
- FlexPivot allows you to process and aggregate millions of rows of data in milliseconds and pull multiple data sources into a single, multi-dimensional pivot table from online or local OLAP cubes.
- FlexPivot also extends the FlexGrid .NET data grid, internally, this control now uses the newest charting library, FlexChart, and data engine for improved performance.
- ComponentOne FlexPivot is an enterprise control available with a ComponentOne Studio Enterprise subscription.
- New Material Themes for WPF
- In addition to .NET 5 support, ComponentOne WPF Edition adds a new material theme in this release. Inspired by the popular Google theme, Material themes are minimal and utilize empty space to visualize data more cleanly.
- Material themes are ideal for a modern look or touch-based UIs. The light and dark material themes are supported in Microsoft .NET Framework 4.5.2.
- FlexGrid for WPF Column Selection
- FlexGrid for WPF has been updated to support two new selection modes: Column and ColumnRange. This allows developers to restrict selection to a single or range of entire columns for unique scenarios.
- DataConnectors Expand with QuickBooks Online and Google Analytics Integration
- Integrate your business data from popular online CRMs like Salesforce and Microsoft Dynamics into your .NET apps with ease. The .NET DataConnectors library continues to grow this release with added QuickBooks Online and Google Analytics integration.
- The DataConnectors are based on Microsoft .NET Standard 2.1, so they can be used anywhere - WinForms, WPF, .NET 5, Blazor, ASP.NET Core.
- With ComponentOne DataConnectors, you can import and analyze data from different data sources using a standard interface while displaying data or generating reports from these popular Cloud services.
- New Look for C1DemoExplorer
- You can now access and experience all of the ComponentOne demos from one convenient desktop application.
- The new and improved C1DemoExplorer app includes new desktop demos for Microsoft .NET 5 and links to online demos.
↧
↧
December 3, 2020, 3:37 am
ComponentOne Studio EnterpriseAdds .NET 5 support plus new controls and features for WinForms, WPF, ASP.NET MVC and Blazor.
Features
ComponentOne Studio Enterprise is Microsoft .NET 5 Ready
- ComponentOne is ready with new, yet familiar, .NET 5 controls for desktop development. Following Microsoft .NET Core 3.1, .NET 5 is the next version that unifies the Microsoft .NET Framework with other .NET development across the web, cloud, mobile, and gaming by providing a single SDK and runtime that can be used everywhere. With .NET 5, developers also get performance enhancements, single-file applications, Web and cloud improvements, and much more. This release includes new versions of ComponentOne's most popular WinForms and WPF controls built on .NET 5 for optimal performance and features.
- When it comes to UI controls for WinForms and WPF, ComponentOne has you covered for the past, present, and future, with continued support for .NET Framework 4.5.2, current support for .NET 5, and future commitment to .NET 6 in 2021.
New in ComponentOne Studio WinForms 2020 v3
- .NET 5 Support in WinForms
- The following .NET 5 controls are now production ready: FlexGrid, FlexChart, Ribbon, InputPanel, ExpressionEditor, RulesManager, SuperTooltip, Themes, Sparklines, DataCollection, Icon, and DataEngine.
- The following .NET 5 controls are released as beta: TextBox, NumericEdit, Button, ComboBox, Label, MaskedTextBox, FlexReport, FlexViewer, TreeView, Maps, Document, BarCode, Bitmap, and Command. These controls will be production-ready by the 2021 v1 release.
- If you need any controls not available in .NET 5 yet - you can continue to work with .NET 4.5.2 controls in .NET 5 apps. The known issues include incomplete designer support, the property grid can't set some select type properties, and OleDB data sources are not supported out-of-the-box in .NET 5.
- FlexGrid for WinForms Enhancements
- The .NET 5 version of FlexGrid has added missing features from the preview like GroupPanel, import, and export to Excel and CSV.
- For .NET 4.5.2, FlexGrid is enhanced with an optional context menu on the column headers to sort, hide, and auto-size columns.
- Ribbon for WinForms Enhancements
- C1Ribbon icons have high DPI support thanks to C1Icon. It also has improved support for selecting dark or light icons from presets for Backstage and AppMenu buttons.
- The RibbonControlHost component now supports simplified mode, and the old C1Ribbon has been replaced with the new one in other controls and applications like FlexViewer and ThemeDesigner.
- Other WinForms Enhancements
- RulesManager for WinForms now has tooltip support and a rich tooltip API to customize the tooltips. Use the new ShowToolTips property and the BeforeTooltipShow event to customize the tooltips.
- TreeView for WinForms has been improved with a new AddRange method that adds a collection of nodes, new AutoCheckChildNodes property to check all items when the header is checked, and design-time editor enhancements.
New in ComponentOne Studio WPF 2020 v3
- .NET 5 Support in WPF
- The following .NET 5 controls are now production ready: FlexGrid, FlexChart, FlexPie, Input, DateTime Editors, ColorPicker, ComboBox, DropDown, Docking, RichTextBox, TabControl, TreeView, FlexPivot, DataFilter, FilterEditor, Expander, Maps, Ribbon, FinancialChart, TabControl, and RichTextBoxToolstrip (simplified toolbar). The controls also have new default styles compared to the .NET 4.5.2 version. The new default style is more fluent-like, with minimal lines and light colors.
- If you need any controls not available in .NET 5 yet - you can continue to work with .NET 4.5.2 controls in .NET 5 apps. The known issues include incomplete designer support, and OleDB data sources are not supported out-of-the-box in .NET 5.
- New Pivot Grid for WPF .NET 5
- Introduces new FlexPivot for WPF .NET 5. Renamed and re-engineered from the older C1Olap controls, FlexPivot is a UI library of pivot tables, charts, and pivot panels that replicate the Microsoft Excel pivot table experience.
- FlexPivot allows you to process and aggregate millions of rows of data in milliseconds and pull multiple data sources into a single, multi-dimensional pivot table from online or local OLAP cubes.
- FlexPivot also extends the FlexGrid .NET data grid, internally, this control now uses the newest charting library, FlexChart, and data engine for improved performance.
- ComponentOne FlexPivot is an enterprise control available with a ComponentOne Studio Enterprise subscription.
- New Material Themes for WPF
- In addition to .NET 5 support, ComponentOne WPF Edition adds a new material theme in this release. Inspired by the popular Google theme, Material themes are minimal and utilize empty space to visualize data more cleanly.
- Material themes are ideal for a modern look or touch-based UIs. The light and dark material themes are supported in .NET Framework 4.5.2.
- FlexGrid for WPF Column Selection
- FlexGrid for WPF has been updated to support two new selection modes: Column and ColumnRange. This allows developers to restrict selection to a single or range of entire columns for unique scenarios.
- DataConnectors Expand with QuickBooks Online and Google Analytics Integration
- Integrate your business data from popular online CRMs like Salesforce and Microsoft Dynamics into your .NET apps with ease. The .NET DataConnectors library continues to grow this release with added QuickBooks Online and Google Analytics integration.
- The DataConnectors are based on Microsoft .NET Standard 2.1, so they can be used anywhere - WinForms, WPF, .NET 5, Blazor, ASP.NET Core.
- With ComponentOne DataConnectors, you can import and analyze data from different data sources using a standard interface while displaying data or generating reports from these popular Cloud services.
New in ComponentOne Studio Blazor Edition 2020 v3
- Blazor Inputs for Dates, Times, and Numbers
- Display, edit, and validate numeric, date, and time information using DateTime Editors and NumericBox for Blazor.
- Get four specialized Blazor input controls: C1NumericBox, C1DateTimePicker, C1DatePicker, and C1TimeEditor.
- Select values from a wide range of supported date and time formats and cultures.
- Customize the icons and display buttons.
- Blazor Calendar
- Display multiple, adjacent months in a single calendar view.
- The new Blazor Calendar control supports data binding, selection events, customizable styles, and navigation elements.
- Quickly pick dates with built-in support for month and year views and switch among these views to quickly navigate to any date.
- Blazor Charts
- The new Blazor chart control, FlexChart, gets many enhancements this release, including:
- New chart types: treemap, sunburst, polar, and radar.
- Interaction improvements: tooltips, selection, and legend toggling.
- Analytic chart types: trendlines, error bars, box and whisker, waterfall series, histogram, and ranged histogram.
- Support for multiple axes and plot areas.
- Support for automatic label positioning and dashed line styles.
New in ComponentOne Studio ASP.NET MVC 2020 v3
- Organize Lists and Content with Accordion UI
- Display a list of expandable items with the new Accordion for ASP.NET MVC control.
- MVC Accordion control helps organize your UI and optimize the use of screen real estate, and it's optimized with responsive rendering and animation.
- Generate Barcode Images Supporting 26 Encoding Types
- Generate or retrieve barcodes on the server and render them entirely on the client with the new Barcode for ASP.NET Core MVC.
- The barcode control supports 26 different types of encodings, from QR codes to UPC barcodes.
- MultiRow Enhanced with Transposed View
- MultiRow for ASP.NET MVC now supports a transposed view, which is another way to show tabular data and is especially useful when there are few data items. The transposed multi-row aspect repeats the records horizontally instead of vertically like in a traditional grid.
- FlexGrid Enhanced with Custom Editors
- FlexGrid has in-built support for Microsoft Excel-like, fast editing. However, in some instances, users may need advanced editing. Now you can specify a custom editor control for a column by setting the "Editor" property.
- Use any input control you want, including DatePicker, Numeric Textbox, AutoComplete, ColorPicker, and more.
- FlexChart Enhanced with Fast WebGL Rendering Options
- With WebGL rendering, you can load extensive data sets, up to hundreds of thousands of data points, without sacrificing performance.
- Other ASP.NET MVC Enhancements
- Case-Sensitive Search - FlexGrid, ComboBox, and ListBox now support case-sensitive search.
- Security Features in PDF Export - PDF protection features: setting the user password and owner password and permissions added for annotating, accessibility, copying, document assembly, filling forms, modifying, and printing.
New Look for C1DemoExplorer
- You can now access and experience all of the ComponentOne demos from one convenient desktop application.
- The new and improved C1DemoExplorer app includes new desktop demos for Microsoft .NET 5 and links to online demos.
↧
December 4, 2020, 9:35 am
MindFusion.Scheduling for XamarinAdds the ability to custom draw the current time indicator in ResourceView.
Features
- The library has been updated to Xamarin.Forms version 4.4. The target runtime of libraries have been changed to Microsoft .NET Standard 2.0.
- The underlying rendering implementation has been switched to the Win2D Microsoft Windows Runtime API.
- The referenced Microsoft .NET Core UWP SDK has been updated to UWP 6.2.
- The referenced Android SDK has been updated to Android 9.0 Pie (API Level 28).
- The Apple iOS assemblies now target iOS version 13.
- Added JSON serialization via the Schedule.SaveToJson and Schedule.LoadFromJson methods.
- Added support for underlined font styles.
- EnableAntialiasing property now works in UWP.
- Added the ability to custom draw the current time indicator in ResourceView.
- ResourceViewNowIndicator and CalendarComplete values have been added to the CustomDrawElements enumeration.
- Added ItemSettings.ResizeBandSize, ResourceViewSettings.SnapToItems and SnapToItemsThreshold properties.
↧
December 7, 2020, 8:15 am
↧
December 7, 2020, 8:16 am
DevExpress UniversalComprehensive software development toolset for .NET and JavaScript. Latest maintenance release.
Features
DevExpress has released a maintenance update across their entire product range.
↧
↧
December 7, 2020, 8:18 am
DevExpress DXperienceComprehensive software development toolset for .NET and JavaScript. Latest maintenance release.
Features
DevExpress has released a maintenance update across their entire product range.
↧
December 11, 2020, 8:47 am
Aspose.Tasks for .NETAdds the ability to save Project documents with password protection.
Features
- Added the ability to save Microsoft Project documents with password protection.
- Added the ability to read and write Activity_Id for Primavera XML, XER and DB formats.
- Added the ability to read timescale settings and render custom timescales for Task Usage and Resource Usage views.
↧
December 15, 2020, 7:39 am
DlhSoft Gantt Chart Hyper Library for HTML5 Basic EditionAdds the ability to display completion levels on summary tasks.
Features
- Improved touch support.
- Added the ability to display completion levels on summary tasks.
↧
December 15, 2020, 7:40 am
DlhSoft Gantt Chart Hyper Library for HTML5 Mini EditionAdds the ability to display completion levels on summary tasks.
Features
- Improved touch support.
- Added the ability to display completion levels on summary tasks.
↧
↧
December 15, 2020, 7:40 am
DlhSoft Gantt Chart Hyper Library for HTML5 Standard EditionAdds the ability to display completion levels on summary tasks.
Features
- Improved touch support.
- Added the ability to display completion levels on summary tasks.
↧
December 15, 2020, 7:41 am
DlhSoft Gantt Chart Web Library for ASP.NET Basic EditionAdds the ability to display completion levels on summary tasks.
Features
- Improved touch support.
- Added the ability to display completion levels on summary tasks.
↧
December 15, 2020, 7:41 am
DlhSoft Gantt Chart Web Library for ASP.NET Mini EditionAdds the ability to display completion levels on summary tasks.
Features
- Improved touch support.
- Added the ability to display completion levels on summary tasks.
↧
December 15, 2020, 7:42 am
DlhSoft Gantt Chart Web Library for ASP.NET Standard EditionAdds the ability to display completion levels on summary tasks.
Features
- Improved touch support.
- Added the ability to display completion levels on summary tasks.
↧
↧
December 17, 2020, 9:25 am
Infragistics ProfessionalAdds .NET 5.0 support for Windows Forms and WPF.
Features
Ultimate UI for Windows Forms and WPF
- Added Microsoft .NET 5.0 support.
Ultimate UI for WPF
- Added support for the Microsoft Visual Studio Toolbox and the new Visual Studio designer for both Microsoft .NET Core 3.1 and .NET 5.0 assemblies.
Ignite UI for Angular
- Added support for Angular 11.
- Accessibility improvements.
- Improved Data Grid - You can now add new row.
- Hierarchical Data Grid - Enhanced multi-cell selection behavior.
- Enhanced Microsoft Excel Style Filtering.
- Improved Ignite UI Excel Export Service.
- Added 220+ Material Icons.
Ignite UI for Blazor
- Added new Blazor Date Picker input component - Allows end-users to select a date from a calendar that is shown in a dropdown when the editor is clicked and adds the ability to navigate the days, months, and years in an intuitive and easy to use component.
- Added new Blazor Microsoft Excel Library which allows you to work with spreadsheet data using familiar Excel spreadsheet objects like Workbooks, Worksheets, Cells, Formulas and many more without taking a dependency on Excel.
- The Blazor Excel Library makes it easy for you read and modify Excel files, export your applications data into Excel spreadsheets and parse data from Excel into your application. Also you can generate charts and sparklines based off your application data at runtime.
- New Blazor Excel Charts - This functionality allows you to add chart representations of data trends across regions of cells in a worksheet.
- Blazor Excel Sparklines - Added support for adding sparklines to an Excel Worksheet.
- The following is a list of the supported predefined sparkline types:
- Line.
- Column.
- Stacked (Win/Loss).
- Improved Blazor Grid.
- Accessibility (ARIA) - Added the appropriate ARIA attributes to all grid DOM elements which are required for screen readers to interpret and interact with grid-based applications.
- Added Row Editing - You can now edit an entire row and make changes to other cells in the same row without committing the data, with the ability to use undo capabilities. Cell values that have not been committed are visually represented by a light gray italic text styling.
- Added new Blazor Multi-Column Combo Box - It is a combo box that visualizes large amounts of data in a data grid embedded in the dropdown and supports features such as filtering with auto-suggest, a material-based label, placeholder text, defining columns, controlling column header visibility, sorting, and more.
Ignite UI for React
- Added new React Date Picker input component - Allows end-users to select a date from a calendar that is shown in a dropdown when the editor is clicked and adds the ability to navigate the days, months, and years in an intuitive and easy to use component.
- Improved React Grid.
- Accessibility (ARIA) - Added the appropriate ARIA attributes to all grid DOM elements which are required for screen readers to interpret and interact with grid-based applications.
- Added Row Editing - You can now edit an entire row and make changes to other cells in the same row without committing the data, with the ability to use undo capabilities. Cell values that have not been committed are visually represented by a light gray italic text styling.
- Added new React Multi-Column Combo Box - It is a combo box that visualizes large amounts of data in a data grid embedded in the dropdown and supports features such as filtering with auto-suggest, a material-based label, placeholder text, defining columns, controlling column header visibility, sorting, and more.
Ignite UI for Web Components
- Added new Web Components Date Picker input component - Allows end-users to select a date from a calendar that is shown in a dropdown when the editor is clicked and adds the ability to navigate the days, months, and years in an intuitive and easy to use component.
- Improved Web Components Grid.
- Accessibility (ARIA) - Added the appropriate ARIA attributes to all grid DOM elements which are required for screen readers to interpret and interact with grid-based applications.
- Added Row Editing - You can now edit an entire row and make changes to other cells in the same row without committing the data, with the ability to use undo capabilities. Cell values that have not been committed are visually represented by a light gray italic text styling.
- Added new Web Components Multi-Column Combo Box - It is a combo box that visualizes large amounts of data in a data grid embedded in the dropdown and supports features such as filtering with auto-suggest, a material-based label, placeholder text, defining columns, controlling column header visibility, sorting, and more.
↧
December 18, 2020, 8:50 am
Line distributionAdds .NET 5.0 support plus line distribution to Diagram component.
Features
Common
- Added Microsoft .NET 5.0 support.
- Added individual NuGet packages for Syncfusion Blazor components.
- The following components are now marked as production-ready components for Blazor:
- Color Picker.
- DateRangePicker.
- File Manager.
- Input Mask.
- MultiSelect Dropdown.
ButtonGroup
- Added a new ButtonGroup component - A ButtonGroup is a container that groups a series of buttons on a single line. It has an optional radio button (single selection) and checkbox (multiple selection) behavior. It may contain a DropDownButton or SplitButton component.
Diagram
- Line distribution - Users can now decide whether or not the segment of each connector from a single parent node is automatically distributed.
Dialog
- Resize all edges of Dialog - Added the ability to resize all the edges (corners) of the Dialog.
Microsoft Word Library
- Metadata properties - Accesses metadata properties of a Word document used in the Microsoft SharePoint document library.
- Update word count - Updates the count of paragraphs, words, and characters in a Word document.
- Word-to-PDF enhancements - Word-to-PDF conversion has been enhanced in the Word Library:
- SkiaSharp version has been upgraded from 1.59.0 to 2.80.2.
- Draw list numbers in Spanish format during Word to PDF conversion.
Word Processor
- Footnotes and endnotes - Added the ability to insert, access, and edit the footnotes and endnotes in a Word document.
Data Grid
- Virtual scrolling cell placeholder support - Improved the visualization experience while scrolling by showing a placeholder in grid cells until the data operation is completed.
- Searching support for foreign key columns - Users can now search values in foreign key columns. Users can have multiple foreign key columns with individual data sources, and these columns can be searched with values or criteria to reduce the view of data.
- Data aggregation support for DynamicObject/ExpandoObject data binding - Users can apply various types of aggregations such as sum, average, min, max, etc. to row data while using the DynamicObject/ExpandoObjects data binding.
Kanban
- Workflow validation - This feature allows users to map workflow statuses to the Kanban columns. Users can transition single or multiple cards based on the configured workflow by dragging them from one column to another.
- Card UI improvement - This feature allows users to map additional fields such as tags, footers, and grabbers to the Kanban cards.
- Tooltip template - Allows users to display a tooltip with a customized design using HTML elements instead of the default tooltip.
PDF Viewer
- Import and export annotations - All the annotations in a PDF file can be exported to a XFDF file. The annotation XFDF data can also be imported to a PDF file.
Microsoft PowerPoint Library
- Language for text part - Access and modify the language property of the text in a PowerPoint presentation.
- PPTX-to-PDF and PPTX-to-image conversions have been enhanced in PowerPoint Library:
- SkiaSharp version has been upgraded from 1.59.0 to 2.80.2.
- The fallback font is used to render characters that do not have glyphs in the original font when converting PPTX to image.
- Draws gradient line for shapes when converting PPTX to PDF and image.
- Draws gradient fill with transparency for shapes when converting PPTX to PDF and image.
Rich Text Editor
- Paste from Microsoft Excel - Allows pasting content from Microsoft Excel into the Rich Text Editor while preserving any formatting.
Scheduler
- WebAssembly performance improvement in Scheduler - The performance of the following schedule views in the WebAssembly application have been improved after avoiding unnecessary component rendering:
- Timeline day.
- Timeline week.
- Timeline workweek.
- Timeline month.
- Month.
- Drag-and-drop and resize in timeline year view - Allows users to reschedule and extend appointments (events) in the timeline year view.
- Time format - This feature determines the hour format (12-hour or 24-hour) in the Scheduler. By default, the Scheduler works based on norms of the current culture.
Tree Grid
- Lazy loading with child data in remote data binding - Added support to load or fetch the current page parent rows with their corresponding child rows from a remote service in the expanded state while binding remote data.
Excel Library
- Enhancements in XlsIO - The following enhancements were made in the XlsIO library:
- An event has been added to control the data export from Excel to DataTable.
- Long-dash line patterns are now supported in Excel charts.
↧
December 18, 2020, 8:51 am
Footnotes and endnotesAdds .NET 5.0 support along with footnotes and endnotes in Word Processor.
Features
Common
- Added Microsoft .NET 5.0 support.
Diagram
- Line distribution - Users can now decide whether or not the segment of each connector from a single parent node is automatically distributed.
Dialog
- Resize all edges of Dialog - Added the ability to resize all the edges (corners) of the Dialog.
Microsoft Word Library
- Metadata properties - Accesses metadata properties of a Word document used in the Microsoft SharePoint document library.
- Update word count - Updates the count of paragraphs, words, and characters in a Word document.
- Word-to-PDF enhancements - Word-to-PDF conversion has been enhanced in the Word Library:
- SkiaSharp version has been upgraded from 1.59.0 to 2.80.2.
- Draw list numbers in Spanish format during Word to PDF conversion.
Word Processor
- Footnotes and endnotes - Added the ability to insert, access, and edit the footnotes and endnotes in a Word document.
Gantt Chart
- Virtual Scroll - Improved support for loading large amounts of data efficiently. It also reduces the DOM element’s weight by virtually updating DOM during the vertical scroll.
- Split Tasks - Added the ability to interrupt a task due to unplanned events or re-prioritize planned events. In such cases, you can split the pending task and reschedule them to different dates.
Data Grid
- Frozen rows and columns at right side - Added support for freezing specific rows and columns at the right side of the grid, and making the remaining grid content scrollable.
- Column selection - This feature allows users to select a single or multiple grid columns through mouse clicks or keyboard shortcuts.
Kanban
- Workflow validation - This feature allows users to map workflow statuses to the Kanban columns. Users can transition single or multiple cards based on the configured workflow by dragging them from one column to another.
PDF Library
- EAN-13 and EAN-8 barcodes - Added the ability to render EAN-13 and EAN-8 barcodes in PDF pages and images.
- Draw HTML styled text - Added the ability to draw HTML styled text in PDF pages and PDF grids.
- Read and edit JavaScript PDF actions - Added the ability to read and edit JavaScript PDF actions from the PDF document.
PDF Viewer
- Import and export annotations - All the annotations in a PDF file can be exported to a XFDF file. The annotation XFDF data can also be imported to a PDF file.
Pivot Table
- Drill support for attribute hierarchy members - Like user-defined hierarchy members, drill up/down operations can be performed by attribute hierarchy members in OLAP data source.
- Palette support for accumulation charts - Accumulation chart types like pie, doughnut, pyramid, and funnel now support the palette feature that allows you to customize the default color of the series or points of your choice.
Microsoft PowerPoint Library
- Language for text part - Access and modify the language property of the text in a PowerPoint presentation.
- PPTX-to-PDF and PPTX-to-image conversions have been enhanced in PowerPoint Library:
- SkiaSharp version has been upgraded from 1.59.0 to 2.80.2.
- The fallback font is used to render characters that do not have glyphs in the original font when converting PPTX to image.
- Draws gradient line for shapes when converting PPTX to PDF and image.
- Draws gradient fill with transparency for shapes when converting PPTX to PDF and image.
Rich Text Editor
- Browse images from File Manager - Integrated the File Manager component into the Rich Text Editor to browse images.
- Paste from Microsoft Excel - Allows pasting content from Microsoft Excel into the Rich Text Editor while preserving any formatting.
Scheduler
- Drag-and-drop and resize in timeline year view - Allows users to reschedule and extend appointments (events) in the timeline year view.
Spreadsheet
- Chart - Transforms your Spreadsheet data to an intuitive overview for better understanding and to make smart business decisions.
TreeGrid
- Immutable data support in Tree Grid - Added the option to refresh only the changed or affected rows in DOM when performing actions such as CRUD, sorting, paging, filtering, and drag and drop. It prevents re-rendering of unaffected rows and boosts up the performance of a tree grid.
Excel Library
- Enhancements in XlsIO - The following enhancements were made in the XlsIO library:
- An event has been added to control the data export from Excel to DataTable.
- Long-dash line patterns are now supported in Excel charts.
↧