flashjs 1.1.0-beta3
See the version list below for details.
dotnet add package flashjs --version 1.1.0-beta3
NuGet\Install-Package flashjs -Version 1.1.0-beta3
<PackageReference Include="flashjs" Version="1.1.0-beta3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add flashjs --version 1.1.0-beta3
#r "nuget: flashjs, 1.1.0-beta3"
// Install flashjs as a Cake Addin #addin nuget:?package=flashjs&version=1.1.0-beta3&prerelease // Install flashjs as a Cake Tool #tool nuget:?package=flashjs&version=1.1.0-beta3&prerelease
FlashJS is a lightweight web framework built on JavaScript and designed to simplify application development. It is based on a view-controller design concept, where the controller handles custom behavior, such as binding events to DOM elements, to manage changes within its associated view.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.11.2)
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 |
---|---|---|
1.1.0-RC3 | 949 | 5/27/2016 |
1.1.0-RC2 | 836 | 3/16/2016 |
1.1.0-RC | 871 | 2/12/2016 |
1.1.0-beta4 | 931 | 12/19/2015 |
1.1.0-beta3 | 1,242 | 12/3/2015 |
1.1.0-beta2 | 1,294 | 9/23/2015 |
1.1.0-beta | 1,678 | 9/9/2015 |
1.0.5 | 1,311 | 8/28/2015 |
1.0.4 | 1,580 | 6/1/2015 |
1.0.3 | 1,124 | 5/21/2015 |
1.0.2 | 1,141 | 5/7/2015 |
1.0.1 | 1,112 | 5/6/2015 |
1.0.0 | 1,714 | 5/6/2015 |
- Fixed issue with resource loading
- Fixed issue with double page loading
- Functionality to handle mobile fixed positioning when focus is on form element
- Function to test if browser is considered mobile
- Functionality to allow auto redirection to login page when an unauthorized status code is received
- Functionality to force browser to reload entire page
- Functionality to add multiple error page paths based on status code
- Functionality to inject meta tags