Defunctr 1.3.1
dotnet add package Defunctr --version 1.3.1
NuGet\Install-Package Defunctr -Version 1.3.1
<PackageReference Include="Defunctr" Version="1.3.1" />
paket add Defunctr --version 1.3.1
#r "nuget: Defunctr, 1.3.1"
// Install Defunctr as a Cake Addin #addin nuget:?package=Defunctr&version=1.3.1 // Install Defunctr as a Cake Tool #tool nuget:?package=Defunctr&version=1.3.1
Defunctr is a module for Modernizr that will detect the current browser using feature detection. It will then append browser informational classes to the head element of the page, giving the designer the ability to override CSS styles without using older browser hacks. Changing the browsers compatibility mode will cause the correct classes to be applied and changing a user-agent will have not effect on the class generation.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release v1.3.1:
* Fixed issue with Opera versions 12 through 14 that were detected as Chrome and Opera.
* Added property function "browser" to defunctr interface, which will replace "detective" in 2.0
* Deprecated "detective" on defunctr interface
Release v1.3.0:
* Modernizr is now optional
* Fixed issues in Safari detection
* Fixed issues in Opera Next detection
* Fixed issue in IE version detection
* Improved Firefox detection
* Deprecated "window.Defunctr" to be removed in 2.0. Use "window.defunctr" instead.
* CSS class tagging can be turned off by adding "defunctr-off" to the html tag
See all release notes at https://github.com/cinecove/defunctr/blob/master/CHANGELOG.md