ComponentOne Ultimate 新版本发表

Released: Apr 6, 2020

2020 v1 中的更新

特性

  • ComponentOne Blazor Edition - Use your existing C# programming skills on the server and client with UI controls built natively for Blazor.
    • Enable high performance, tabular data editing.
    • Includes FlexGrid our best cross-platform data grid, and several input controls including AutoComplete, CheckBox and ComboBox.
    • Reuse your existing code & skills with familiar, cross-platform C# controls.
    • Support for .NET Core 3.1.
  • ComponentOne Service Components - Bring Your Data Together with .NET...

Released: Jan 15, 2020

Wijmo 2019 v3 (Build 5.20193.646) 中的更新

特性

New in Wijmo Build 5.20193.646

  • Vue Updates
    • Added wj-item-template component, which allows you to define items content as a Vue template (with an arbitrary HTML, custom components and bindings), for the item components like wj-list-box, wj-combo-box, wj-multi-select and wj-menu.
    • Added wj-tab-panel/wj-tab components, which allow you to define TabPanel control content declaratively in Vue templates markup.
  • React Updates
    • Added TabPanel/Tab components, representing corresponding pure JS classes...

Released: Nov 19, 2019

2019 v3 中的更新

特性

New ComponentOne Blazor Edition (Beta)

  • ComponentOne Blazor Edition (Beta) is a set of native UI controls built for Blazor from the ground up. Round out your server and client-side C# web apps with FlexGrid (cross-platform data grid), and several input controls including AutoComplete, CheckBox, and ComboBox.

Updates in WinForms

  • Deliver the Latest Ribbon UI in your Desktop Apps - The new Ribbon for WinForms is built on .NET 4.5.2 and it's based on UI concepts of Microsoft Office 365. With it...

Released: Sep 19, 2019

2019 v2 (Build 5.20192.631) 中的更新

特性

New in Wijmo Build 5.20192.631

  • New StepLine Chart Type
    • Commonly used to visualize change at specific points in time.
    • Useful for seeing the size of the change in value as well as patterns in change over time.
  • StepLine Chart Samples added for:
    • JavaScript.
    • Angular.
    • React.
    • Vue.

Released: Jul 30, 2019

2019 v2 中的更新

特性

DataEngine for .NET Core

  • The new ComponentOne DataEngine (C1DataEngine) for .NET Core uses in-memory caching technology to deliver faster extraction, transformation, and loading of large and complex data sets.
  • Fetch and query millions of records in a second or less.
  • Sort, filter, group, and aggregate data at runtime without needing to hit the server.
  • Blend data from multiple data sources into a single collection (SQL, CSV, JSON, .NET Objects).
  • Any .NET Core or ASP.NET Core application...

Released: May 30, 2019

2019 v1 (Build 612) 中的更新

Updates in Wijmo 2019 v1 (Build 612)

  • Added support for Angular 8.
  • Added support for deep-binding in wijmo.format method.
  • Added FlexChart.itemsSourceChanging/Changed events.
  • Added FlexGrid.refreshRange method for finer control on rendering.
  • New Samples
    • GanttChart Repeat Tasks - PureJS | Angular | React | Vue.
    • FlexGrid PDF Export WebWorkers - React.
    • TemplateLiterals - PureJS | Angular | React | Vue.
    • Gauge NeedlePointer - PureJS | Angular | React | Vue.

Released: Apr 17, 2019

2019 v1 中的更新

特性

New in Wijmo Core 2019 v1

  • FlexGrid
    • Added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. Use this property to customize the tooltip, or set it to null to restore the original behavior (use the cell's "title" attribute to show validation errors)
    • Added an extra parameter to the FlexGrid.getClipString method so it can export row headers (in addition to column headers). This new feature is important for exporting the content of PivotGrid...

Released: Mar 21, 2019

2019 v1 中的更新

特性

Updates in 2019 v1

  • Now includes advanced web controls for both MVC and JavaScript (including OLAP, FlexSheet, MultiRow, and Financial Chart).
  • Adds support for Microsoft Visual Studio 2019.
  • New ComponentOne Control Panel - provides a new way to install, update, license, and maintain your ComponentOne libraries. It also provides fast access to samples, and support.

Updates in ComponentOne Studio WinForms 2019 v1

  • Adds support for Microsoft Visual Studio 2019.
  • New ComponentOne Control Panel...

Released: Nov 20, 2018

2018 v3 中的更新

特性

Updates in WinForms

  • New Material Theme Designer - In addition to adding Material, Material Dark, and Office 2016 Excel Green themes, WinForms now features a Material Theme Designer sample that allows you to set the primary and accent colours of Material theme and save\load them in C1themes format.
  • New DataFilter control (beta) - A powerful UI addition, the DataFilter provides an easy, ecommerce-like filter to accompany any data-aware control. You can create filters from datasources...

Released: Nov 19, 2018

2018 v3 中的更新

特性

Updates in Wijmo Core 2018 v3

  • Faster PDF Export with Web Workers
    • PDF export can often slow down web apps: since the export is happening in the browser’s UI thread, it can cause the rest of the application to be unusable. This is where Web Workers comes to the rescue. We used Web Workers to process the exporting of PDF files on a separate thread from the application UI. This allows the applications to stay usable and the PDF export to churn along in the “background”.
  • Group Headers in ComboBox...