v3.2.0
- Remove V1 tables #96
- Add more customisation to select box filter controllers #92
- Expose URL persistence formatting #93
- This is provided through IUrlQueryStringFormatter
- Also adds experimental GUID compacting in URLs, e.g.
657db550-f8ad-418f-9927-5dc555258e78 will become ULV9Za34j0GZJ13FVSWOeA
- Add a
TyneButton which locks when active #86
- Behaves like
MudButton normally, but the Disabled property is overridden to true while the OnClick handler is executing
- Also has a
LockVariant property to show content while the button is locked
- Improvements to the example app #97
- Improvements to the docs #101
- Support reloading select values in filters #94 with
NotifyStateChangedAsync
- Make the filter
Context accessible to controller inheritors #100
- Expose
IsInitialised for filter value inheritors
- Select box filter controllers have a
SizeToContent parameter #103 (single, multi)
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" />
Links