sidr 2.1.0

dotnet add package sidr --version 2.1.0
NuGet\Install-Package sidr -Version 2.1.0
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="sidr" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sidr --version 2.1.0
#r "nuget: sidr, 2.1.0"
#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 sidr as a Cake Addin
#addin nuget:?package=sidr&version=2.1.0

// Install sidr as a Cake Tool
#tool nuget:?package=sidr&version=2.1.0

Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive. It uses CSS3 transitions in modern browsers and fallbacks into jQuery.animate when they are not supported.

For a further description, documentation and others visit: http://www.berriart.com/sidr

NOTE: This package is maintained on behalf of the library owners

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
2.1.0 2,389 2/11/2016
1.2.1 2,721 8/1/2015

2.1.0 2016-01-20

New features:

Now it works with CSS3 transitions by default and fallbacks to jQuery.animate when not supported
Added timing option that can be used to indicate the transition timing function for the CSS3 transitions
Added method option to change the default behaviour of the button (that is currently the toggle method)
Added onOpenEnd option to add a callback that will be fired when the menu ends opening
Added onCloseEnd option to add a callback that will be fired when the menu ends closing
Bug fixes:

Launch callback when a menu open is delayed until another one is closed
Fixes bug introduced in 2.0.0 that added a method called 'undefined' in addition to the methods close, open, toggle
This version has a complete code refactor for code quality improvements:

ES2015 syntax supported
jquery.sidr.js file split
Start Unit testing

2.0.0 2016-01-10

Breaking changes that require major version incrementation:

Removing position:absolute fallback that added support for very old mobile browsers
Removing toogle method that was a typo, use toggle instead
Bug fixes:

Fixing tap event on touchscreen devices
Removing unnecessary compass mixins
Fixes reinitalization
Adding example
Fixing bower structure
Adding continous integration
Fixing adding body classes when no displacing
Removing only the needed styles from html and body tag