HTMLX 0.8.18

There is a newer version of this package available.
See the version list below for details.
dotnet add package HTMLX --version 0.8.18                
NuGet\Install-Package HTMLX -Version 0.8.18                
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="HTMLX" Version="0.8.18" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HTMLX --version 0.8.18                
#r "nuget: HTMLX, 0.8.18"                
#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 HTMLX as a Cake Addin
#addin nuget:?package=HTMLX&version=0.8.18

// Install HTMLX as a Cake Tool
#tool nuget:?package=HTMLX&version=0.8.18                

HTML Extensions for making single-page applications with Bridge.NET, SCSS and components.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.10.28 2,729 2/21/2021
0.10.27 3,350 2/19/2021
0.10.26 472 2/18/2021
0.10.25 772 10/11/2020
0.10.24 2,325 8/5/2020
0.10.23 646 8/5/2020
0.10.22 642 8/5/2020
0.10.21 924 7/28/2020
0.10.20 628 7/27/2020
0.10.19 837 6/22/2020
0.10.18 626 6/22/2020
0.10.17 623 6/21/2020
0.10.16 663 6/21/2020
0.10.15 619 6/19/2020
0.10.14 578 6/17/2020
0.10.13 723 6/14/2020
0.10.12 632 6/9/2020
0.10.11 601 6/9/2020
0.10.10 630 6/6/2020
0.10.9 659 6/3/2020
0.10.8 684 6/3/2020
0.10.7 681 5/30/2020
0.10.6 692 5/29/2020
0.10.5 695 5/29/2020
0.10.4 658 5/29/2020
0.10.3 636 5/28/2020
0.10.2 627 5/24/2020
0.10.1 737 5/23/2020
0.10.0 621 5/18/2020
0.9.3 862 2/27/2020
0.9.2 849 11/26/2019
0.9.1 873 10/26/2019
0.9.0 728 10/26/2019
0.8.18 777 9/20/2019
0.8.17 901 8/19/2019
0.8.16 930 8/6/2019
0.8.15 951 8/3/2019
0.8.14 867 8/3/2019
0.8.13 871 8/2/2019
0.8.12 881 8/2/2019
0.8.11 888 8/2/2019
0.8.10 878 7/30/2019
0.8.9 958 7/5/2019
0.8.8 877 6/28/2019
0.8.7 891 6/13/2019
0.8.6 998 6/8/2019
0.8.5 911 5/28/2019
0.8.4 969 5/24/2019
0.8.3 899 5/24/2019
0.8.2 895 5/22/2019
0.8.1 941 5/19/2019
0.8.0 949 5/16/2019
0.7.8 987 4/26/2019
0.7.7 970 4/10/2019
0.7.6 911 4/1/2019
0.7.5 860 3/27/2019
0.7.4 877 3/20/2019
0.7.3 890 3/18/2019
0.7.2 905 3/11/2019
0.7.1 870 3/7/2019
0.7.0 894 2/27/2019
0.6.0 1,012 2/7/2019
0.5.1 1,022 1/31/2019
0.5.0 988 1/30/2019
0.4.9 995 1/30/2019
0.4.8 1,011 1/30/2019
0.4.7 994 1/25/2019
0.4.6 1,011 1/23/2019
0.4.5 1,000 1/23/2019
0.4.4 1,029 1/23/2019
0.4.3 982 1/22/2019
0.4.2 1,023 1/22/2019
0.4.1 1,032 1/7/2019
0.4.0 1,045 1/3/2019
0.3.1 992 12/26/2018
0.3.0 982 12/21/2018
0.2.2 927 12/18/2018
0.2.1 949 12/17/2018
0.2.0 949 12/17/2018
0.1.5 952 12/16/2018
0.1.4 983 12/12/2018
0.1.3 1,078 12/11/2018
0.1.2 985 12/11/2018
0.1.1 1,009 12/10/2018

- Fixed bug with @ variables in HTMLX chopping off the next character.
- You can now use parentheses with @ like @(Width)px.
- You can now assign non-string component properties from HTMLX successfully.
- Implemented flag Application.IsDevelopment, which is set to true when the hostname is localhost.
- Updated SCSS Compiler. SCSS errors will no longer be reported as null reference exceptions in the build task.