Blazority 0.4.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Blazority --version 0.4.4
NuGet\Install-Package Blazority -Version 0.4.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Blazority" Version="0.4.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blazority --version 0.4.4
#r "nuget: Blazority, 0.4.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Blazority as a Cake Addin
#addin nuget:?package=Blazority&version=0.4.4

// Install Blazority as a Cake Tool
#tool nuget:?package=Blazority&version=0.4.4

See http://blazority.herokuapp.com/ for docs and demos.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Blazority:

Package Downloads
FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

Vertiq.Components.Blazority

A highly modular Framework to write Blazor Applications with a husstle free vertical sliced architecture - Easy. Flexible. Focused.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 338 4/27/2024
2.0.0 117 4/19/2024
1.1.1 27,479 2/7/2023
1.1.0 5,212 1/23/2023
1.0.4 7,371 11/22/2022
1.0.3 4,023 10/25/2022
1.0.2 877 10/14/2022
1.0.1 845 10/7/2022
1.0.0 32,586 9/6/2022
0.12.3 174,870 6/24/2022
0.12.2 908 6/23/2022
0.12.1 1,032 6/13/2022
0.12.0 34,631 6/13/2022
0.11.0 274,636 4/25/2022
0.10.0 2,278 1/27/2022
0.9.8 2,874 12/13/2021
0.9.7 1,050 12/13/2021
0.9.6 798 12/2/2021
0.9.5 918 11/22/2021
0.9.4 1,003 11/5/2021
0.9.3 1,062 10/17/2021
0.9.2 970 9/22/2021
0.9.1 808 9/21/2021
0.9.0 1,431 8/31/2021
0.8.2 834 8/27/2021
0.8.1 845 8/23/2021
0.8.0 997 7/12/2021
0.7.7 847 6/23/2021
0.7.6 754 6/22/2021
0.7.5 792 6/21/2021
0.7.4 1,034 5/4/2021
0.7.3 772 5/4/2021
0.7.2 896 3/29/2021
0.7.1 811 3/26/2021
0.7.0 847 3/26/2021
0.6.3 881 3/9/2021
0.6.2 936 2/24/2021
0.6.1 824 2/24/2021
0.6.0 871 2/21/2021
0.5.0 904 2/12/2021
0.4.24 880 2/5/2021
0.4.23 888 2/4/2021
0.4.22 841 1/29/2021
0.4.21 896 1/27/2021
0.4.20 1,054 12/16/2020
0.4.19 923 12/16/2020
0.4.18 947 12/15/2020
0.4.17 1,036 12/13/2020
0.4.16 955 12/7/2020
0.4.15 868 11/25/2020
0.4.14 938 11/20/2020
0.4.13 984 11/19/2020
0.4.12 907 11/17/2020
0.4.11 971 11/11/2020
0.4.10 1,035 11/10/2020
0.4.9 1,026 11/8/2020
0.4.8 948 11/4/2020
0.4.7 1,065 10/31/2020
0.4.6 1,014 10/30/2020
0.4.5 985 10/28/2020
0.4.4 965 10/28/2020
0.4.3 897 10/25/2020
0.4.2 880 10/25/2020

- Breaking change: Flattened path for blazority.css, see getting started section on docs website
- Added new blazority.js file which should be referenced in script imports, see getting started section on docs website
- Datagrid: Added validation rule to detect invalid filter value and provide visual clues
- Datagrid: Added autofocus implementatio to column filter component
- Datagrid: Added support for custom filter placeholder via FilterPlaceholder parameter