-
Notifications
You must be signed in to change notification settings - Fork 1
Release notes
Victor Villena edited this page May 16, 2020
·
10 revisions
- Documentation added
- .NET Framework support for 4.7, 4.7.1 and 4.7.2
- Documentation added
- .NET Framework support for 4.7, 4.7.1 and 4.7.2
- Implemented multiple key configurations for Encrypt and Decrypt operations
- Added documentation to EncryptionHelper
- Added GetAttirubtes to EnumsHelper
- Allowed to clear objects by reflection even if they have Indexer
- Allowed to encrypt and decrypt JSON objects
- Changed some namespaces:
- Added Builders namespace
- Added Contracts namespace
- .NET Core 3.x suport
- Created library with:
- ApiControllerBase
- Concurrency error on CommonNET SelectablePropertyBuilder
- Added Loading control
- Following are the available input parameters to customize the loading control:
- Visible (bool): Whether to show the popup
- Text (string): Text that will appear in the popup
- TextColor (string): RGB Color code for the text (example: #FFFFFF)
- BackgroundColor (string): RGB Color code for the backgroung of the loading popup (example: #FFFFFF)
- PanelOpacity (float): Value from 0.0 to 1 to indicate the opacity of the popup
- TopBarVisible (bool): Whether to show a loading bar on the top of the popup
- BottomBarVisible (bool): Whether to show a loading bar on the bottom of the popup
- Following are the available input parameters to customize the loading control:
- Documentation addded
- SelectableOption and ExtensionMethods for UserControls ussage
- Library created with this implementations:
- Controls:
- Selection
- MultiSelection
- Helpers:
- DefaultVisibilityConverter
- VisibilityConverter
- RelayCommand
- Base
- ViewModelBase
- TraceableViewModelBase
- Controls: