Skip to main content

Blazor Bootstrap v1.10.0

· 2 min read

We are excited to release 1.10.0 with new Card and Dropdown component. Charts, Grid, Button, Tooltip, and Switch component updates!!!

image

What's New

  • Dropdown Component

    • Single button
    • Multiple colors
    • Split button
    • Sizing
    • Directions (Dropup, Dropup centered, Dropend, and Dropstart)
    • Active
    • Disabled
    • Menu content (Header, Dividers, Text, and Forms)
    • Auto close behavior
  • Card Component

    • Content types (Body, Titles, text, and links)
    • Images
    • List groups
    • Header and footer
    • Sizing
    • Text alignment
    • Background and color
    • Card groups
    • Card groups with footer

What's changed

  • Bar Chart component

    • New AddDataSetAsync and AddAsync methods
  • Doughnut Chart component

    • New AddDataSetAsync and AddAsync methods
  • Line Chart component

    • New AddDataSetAsync and AddAsync methods
  • Pie Chart component

    • New AddDataSetAsync and AddAsync methods
  • Grid component

    • Grid: Filters translation support #292
  • Button component

    • Tooltip color support added
  • Tooltip component

    • Tooltip color support added
    • Tooltip on button problem #296
  • Switch component

    • Switch is invoking EditContext OnFieldChanged even the change was not from UI #297