Table of Contents

v3.2.0

Migrating from v3.1.0

  • V1 tables were removed, and V2 tables were normalised:
    • ITyneTable2 becomes ITyneTable
    • TyneTable2Base becomes TyneTableBase
  • AddUrlQueryStringFormatter needs to be called alongside AddUrlPersistenceService
  • A new stylesheet needs to be referenced to support TyneButton's styling:
    <link rel="stylesheet" href="_content/Tyne.Blazor/Tyne.Blazor.css" />