Rilasci di MDriven

Released: Sep 17, 2024

Aggiornamenti in v7.0.x - August 2024

Funzionalità

Designer

  • Checksum Improvements:
    • Improved handling of missing model methods removed manually from code files.
  • CodeGen Performance: Enhanced CodeGen performance by adding an await Dispatcher.Yield().
  • ActionEditor Enhancement: Added a "New" button to create new ViewModels within the ActionEditor.

Framework

  • Debugger Enhancement: Improved error message clarity for failing expressions in the debugger.
  • Blazor Integration: Improved SoapCalls security by validating certificates, including...

Released: Aug 8, 2024

Aggiornamenti in v7.0.x - July 2024

Funzionalità

Designer

  • Blazor Enhancements:
    • Implemented error handling and helper text for improved user experience.
    • Added support for notifications in Blazor.
    • Introduced constraints for Blazor components.
    • Started development on InPlacePopup.
    • Improved TextArea and GlobalMenu visibility and enablement.
    • Implemented proper styling and visibility for PlacingCOntainer ListView.
    • Added double-click functionality and checkbox cell styling for grids.
    • Updated tk-checkbox for grid reuse and style updates...

Released: Jul 4, 2024

Aggiornamenti in v7.0.x - June 2024

Funzionalità

  • Designer, Turnkey and Framework
    • GlobalMenu Data Access:
      • Added access to GlobalMenu data as XML for Blazor client.
      • Introduced BlazorClientMetaRenderer to provide page structure for the Blazor client.
      • Updated MDriven.SharedInterfaces.WebAssembly to remove dependency on Eco.Interfaces for version information.
    • New APIs for Blazor Client Meta Info: Introduced GlobalActionsMeta2 and ViewMetaBlazorClient APIs for enhanced Blazor client metadata handling.
    • GlobalCenteredPopUp Tag: Introduced...

Released: Jun 14, 2024

Aggiornamenti in v7.0.x - May 2024

Funzionalità

  • Designer
    • Improved Data Download Support: Implemented the OnInitiateUserDownloadOfData function to better support the SysDocBatch pattern, allowing for more efficient data downloads.
    • Easier Access to Authentication Tokens: Developers can now easily access GetDecodedAccessAndRefreshTokenOnClient for Graph API support, simplifying authentication workflows.
    • Enhanced Expression Handling:
      • The score calculation for expressions now differentiates between PSExpression and OCL expressions...

Released: May 14, 2024

Aggiornamenti in v7.0.x - April 2024

Funzionalità

  • Designer
    • AutoDiagram:
      • Improved filter functionality: "Filter associations" has been renamed to "Filter members" for better clarity. This filter now effectively filters all elements on the screen.
      • Enhanced performance during rendering by addressing inefficiencies caused by drawing during measuring.
    • Error Checking Optimization:
      • Implemented changes to significantly reduce the time taken for subsequent error checks in modlr. This optimization tracks locally changed elements, their...

Released: Feb 29, 2024

Aggiornamenti in v7.0.x - February 2024

Funzionalità

  • This release contains an upgrade for MDriven Designer.

Correzioni

  • PostgreSQL reversing now works.
  • Added a tab to OCLDegugger that lists all operators seen by OCL. This applies to Action and OCLPS languages.
  • Fixed a bug in Runtime DefaultOnViews and null checks.
  • Resolved issues with code generation, specifically related to creating doublets of certain TV's.
  • Fixed a readonly issue with members.
  • Readonly is now off if selfVM.IsDirty.

Released: Jun 10, 2019

Aggiornamenti in v7.0.x

October 2022

Updated Oct 04, 2022

Features

  • MDriven now supports Responsive UI design straight from declarative view models - for web and WPF renderers.
  • Performance improvements for everything built with MDriven after long real life profiling sessions and restructuring memory management.
  • SVG support - generate SVG graphics from model-logic and display on both web and WPF.
  • VSIX installer for Microsoft Visual Studio 2022 replaces old MDriven installer.
  • Pasting of static images to View models is now...

Released: Feb 17, 2019

Aggiornamenti in 7.0.0.10752

Funzionalità

  • MDriven Framework
    • Adds support for viewmodel column rendered as XML attributes.
    • Adds support for viewmodel single association rendered as XML sub-element.
    • Changes the default string persistencemapper from VarChar to NVarChar (this will effect new fields added and make them support unicode).

Correzioni

  • Many fixes for the ocl function.transform

Released: Mar 17, 2018

Aggiornamenti in 7.0.0.9922

Correzioni

  • Fixed - ServerCertificateValidationCallback https access from MONO.
  • Fixed - Bug in log Ocl oclSingleton - avoids throwing exception when not being able to create the singleton instance.
  • Fixed - Double click in rows was faster than async action-enable which led to user getting a low-access view on first click.
  • Fixed - Cell edit with F4 knocked out double-click on row.
  • Fixed - Issues with Expression caching - did not correctly handle changing types of variables as is common in new...

Released: Aug 24, 2016

Aggiornamenti in 7.0.0.7904

Funzionalità

  • ECO 7 is now integrated with Visual Studio 2015

Correzioni

  • Designer - Updates to new debug window.
  • Designer - Fix for GC workaround in .Net 4.6.2 (Windows 10 1607).
  • Designer - Fix for IE7 not supported by chrome login.
  • Framework - Fixed layout errors with splitter.
  • Framework - Fixed incorrect margins with columns.
  • Framework - Added css-support for printing a BS3 page.
  • Framework - Fix for Development information outputing & and other html-encoding artifacts.
  • Framework...