FastCube .NET のリリース

Released: Mar 15, 2025

2025.1.19 での更新項目

機能

  • FastCube .NET WinForms
    • Common
      • The file signature for the cube now has a const modifier instead of static and cannot be modified.
  • FastCube .NET Web
    • Common
      • The file signature for the cube now has a const modifier instead of static and cannot be modified.
  • FastCube .NET Mono
    • Common
      • The file signature for the cube now has a const modifier instead of static and cannot be modified.

不具合の修正

  • FastCube .NET WinForms
    • Common
      • Fixed a bug where the stream from the compressed file was not read correctly...

Released: Mar 1, 2025

2025.1.18 での更新項目

機能

  • FastCube .NET
    • Common
      • Added support for Microsoft .NET 9.
      • Certain properties are now hidden from users in the WinForms editor.
      • Serialization has been improved, methods have been added, and properties have been set to ensure that default values are serialized less frequently.
      • .NET versions have been updated with .NET 8 now considered the main version and supported targets including .NET 6, .NET 8, and .NET 9.
      • The variant type has been replaced by variant mathematics.

不具合の修正

  • FastCube .NET
    • Common...

Released: Oct 15, 2024

2025.1 での更新項目

機能

  • Added a new demo application showing the ability to save and load a cube on the web.
  • Updated build scripts.
  • Added XML documentation for FastCube.WinForms package.
  • Added XML documentation for FastCube.Mono package.
  • Added XML documentation for FastCube.Core.Web package.
  • Added XML documentation for FastCube.Core package.
  • Changed the way plugins registration, now plugins cannot be loaded twice automatically.
  • FastCube.WinForms and FastCube.Mono are no longer independent packages, the core of the...

Released: Apr 23, 2024

2024.2.0 での更新項目

機能

  • DLL names have been changed, all DLLs now have the FastCube prefix.
  • All projects have been updated to Microsoft .NET 6.
  • All projects are now written in SDK style.
  • The minimum version of the .NET Framework for Windows has been downgraded from 4.7 to 4.6.2.
  • The minimum version of the .NET Framework for Mono downgraded from 4.7 to 4.6.2.
  • Added additional testing before building.
  • Updated dependency version Microsoft.CodeAnalysis.CSharp to 4.0.1.
  • The documentation build tool has been updated, the...

Released: Nov 29, 2023

2024.1.0 での更新項目

機能

  • Made core improvements.

不具合の修正

  • Several bug fixes.

Released: Sep 12, 2023

2023.x での更新項目

v2023.3

Updated Sep 12, 2023

Features

  • Engine
    • Added new RFIDLabel object.
    • Added GS1 automatic formatting for GS1-128 barcode.
    • Added support for loading tables in cells of other tables when converting RDL templates.
    • Added Config.CompilerSettings.ReflectionEmitCompiler property, which, when enabled, speeds up report preparation if the script has not been changed (works only in Microsoft .NET Core/.NET).
    • Added the ability to configure barcode font using the new "Font" property.
    • Improved working with...

Released: Oct 20, 2022

2021.1.5 での更新項目

不具合の修正

  • Fixed error with null reference exception on empty filter submit.
  • Fixed error with representing Time values if no display format is set.

Released: Jun 4, 2021

2021.1 での更新項目

機能

  • Added FastReport Business Graphics extension. Connect FastCube .NET data to FastReport Business Graphics for interactive data visualization.
  • Added ListDataSet component which allows you to load cube data using Microsoft Windows Forms Data Binding.
  • Added Copy menu item to the SliceGrid XAxisZone and YAxisZone context menu. The menu item copies the caption of the selected node to the clipboard.
  • Paste from clipboard operation in a popup list now executes search operation.
  • Double clicking in a...

Released: Oct 13, 2020

2020.2 での更新項目

機能

  • Added Mono platform support. Starting with this version FastCube.Net adds support for the cross-platform Mono framework.
  • Before this release FastCube.Olap package shipped with dependency on FastReport library. This dependency has now been moved and integration with FastReport split into separate packages FastReport.Olap.Report for the Microsoft .NET platform and FastReport.Olap.ReportMono for the Mono platform.
  • Expression editor now shows dimension/measure/field names instead of their...

Released: Apr 7, 2020

2020.1 での更新項目

機能

  • Added ASP.Net Core support
    • Two interactive web-controls are ready for use: WebSliceGrid and WebCubeGrid (SliceGrid and CubeGrid for web).
  • Export to the cloud (Google Drive, DropBox and FTP).
  • Improved bar chart highlight.
  • Improved cell highlight abilities.