MDriven Releases
Released: Nov 16, 2024
Updates in v7.0.x - October 2024
Features
Designer
- LiveEdit Enhancements: Improved LiveEdit action updates to handle WebView issues more robustly with unique folders for LiveView, CloudForm, and StartUC.
- WinForms Design-Time Support for .NET 6+: Overhauled architecture to support design-time serialization across out-of-process DesignerHost for .NET 6+ components. Key changes include dropping the GAC requirement and migrating designer code from IColumn to AbstractColumn for better compatibility.
- Two-Factor Protection for Model...
Released: Oct 8, 2024
Updates in v7.0.x - September 2024
Features
Designer
- Backwards Navigation: Introduced the BackwardsNav option in FrameworkAction to allow users to navigate back one step in the browser history. This is particularly useful for implementing a "Resume" button on the Timedout page.
- Save and Keep Open Button: Added an extra style to the new "Save and Keep Open" save button to improve its appearance.
- Tagged Values Editing: The action dialog now includes a button to edit tagged values per action.
- Blazor Support: Added support for the...
Released: Sep 17, 2024
Updates in v7.0.x - August 2024
Features
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
Updates in v7.0.x - July 2024
Features
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
Updates in v7.0.x - June 2024
Features
- 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
Updates in v7.0.x - May 2024
Features
- 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
Updates in v7.0.x - April 2024
Features
- 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 potential...
Released: Feb 29, 2024
Updates in v7.0.x - February 2024
Features
- This release contains an upgrade for MDriven Designer.
Fixes
- 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
Updates 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
Updates in 7.0.0.10752
Features
- 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).
Fixes
- Many fixes for the ocl function.transform