Telerik UI for Blazor Releases

Released: Jun 5, 2019

Updates in 1.1.1

Features

  • Common
    • Migrate online demos to server-side Blazor.
    • Web Installer and Control Panel are now available.

Fixes

  • Grid
    • Upon CommandButton click "Object reference not set to an instance of an object." is thrown in the console.
  • DatePicker
    • DatePicker throws exception upon selecting a date in a server-side scenario.
  • TabStrip
    • Rename RemoveTab() to DeactivateTab() to reflect the actual purpose of the method.

Released: May 15, 2019

Updates in 1.1.0

Features

  • Button
    • Expose type attribute on the button.
      • Submit - Renders a type="submit" attribute. Can submit the form and trigger validation.
      • Button - Renders a type="button" attribute. Does not invoke form validation and submission.
      • Reset - Renders a type="reset" attribute. Can reset the current form.
  • DropDownList
    • Adds support for GUID Value field which means that the Value and ValueField properties can now be one of the following types:
      • number (such as int, double and so on).
      • string.
      • Guid.
      • Enum...

Released: May 2, 2019

Updates in 1.0.0

Features

  • Common
    • Add Blazor to SASS Themebuilder.
  • Grid
    • Grid Filtering.
    • Use Telerik Components in Grid default editors.
    • Grid CRUD enhancements.
  • DateInput
    • Extend format support for DateInput.