flashjs 1.1.0-RC3

This is a prerelease version of flashjs.
dotnet add package flashjs --version 1.1.0-RC3
NuGet\Install-Package flashjs -Version 1.1.0-RC3
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="flashjs" Version="1.1.0-RC3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add flashjs --version 1.1.0-RC3
#r "nuget: flashjs, 1.1.0-RC3"
#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 flashjs as a Cake Addin
#addin nuget:?package=flashjs&version=1.1.0-RC3&prerelease

// Install flashjs as a Cake Tool
#tool nuget:?package=flashjs&version=1.1.0-RC3&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.

There are no supported framework assets in this 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
1.1.0-RC3 936 5/27/2016
1.1.0-RC2 819 3/16/2016
1.1.0-RC 853 2/12/2016
1.1.0-beta4 916 12/19/2015
1.1.0-beta3 1,220 12/3/2015
1.1.0-beta2 1,270 9/23/2015
1.1.0-beta 1,656 9/9/2015
1.0.5 1,268 8/28/2015
1.0.4 1,558 6/1/2015
1.0.3 1,091 5/21/2015
1.0.2 1,119 5/7/2015
1.0.1 1,076 5/6/2015
1.0.0 1,706 5/6/2015

- Adding page callback for after template load
- Adding setting for disabling scroll to for alerts
- Moving disabled button selector to global settings
- Adding trigger events for page loading
- Updating modelstate loading to handle status message
- Removing gif button loading and adding css loader
- Fixed various bugs