
Adds support for Microsoft .NET Core 3.0 (RC), plus Hierarchical Grid and Menu components.
Features
- Common
- New DateTimePicker component.
- Compatibility with .NET Core 3 RC1.
- Remove methods that change collections (like grid columns and window actions) in favor of conditional markup.
- Calendar
- Support two-way binding for View parameter.
- Support two-way binding for Date parameter.
- Charts
- Refresh method re-renders the chart with updated options.
- DateInput
- Extend Format support for DateInput.
- DatePicker
- Extend Format support for DateInput.
- Grid
- Add support for two-way binding for Page parameter.
- Remove default values from Grid Editors.
- Hierarchical Grid (Detail template).
- Remove EventsManager from the Grid, events are now in the main tag.
- Make the "EditMode" property of the Grid an enum.
- NumericTextBox
- NumericTextBox now has a Width property.
- TabStrip
- Add ActiveTabIndex Parameter.
- Window
- Render the Window in the main component of the app.
Fixes
- Common
- Outdated Reference in Teleirk.DataSource
- Changed:
- Namespace Change
- Removed Method and Properties
- Renamed Tags
- AnimationContainer
- Height not updating when value comes from function
- Calendar
- Calendar navigates to current view on selection.
- View, Date Parameter cannot be updated
- DateInput
- Width property has no effect for DateInput
- DatePicker
- DatePicker does not have a failed validation appearance
- Grid
- Toolbar buttons cannot be disabled
- Grid throws when grouping label of column that has grouping disabled is drag-dropped to the group panel.
- Editing decimal values
- Horizontal scroll does not scroll headers
- Menu
- Multiple parent menu items can be expanded at the same time.
- NumericTextBox
- Decimal separator can be typed in the input, when bound to a whole number type
- The Decimals property does not work
- Value cannot be deleted
- Editing decimal values
- TabStrip
- Tabs limit the width of their content
- TimePicker
- TimePicker drop down should have fixed location when in scrollable containers
- Window
- Window Medium size doesn't work
- Reopening a closed maximized window does not restore its maximized state
- Minimized state is affected by Width and Height