This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
Releases: filamentgroup/shoestring
Releases · filamentgroup/shoestring
Shoestring 2.0.1
Shoestring 2.0
Drops IE8 support for file size savings!
Issues fixed: https://github.com/filamentgroup/shoestring/milestone/2?closed=1
Shoestring v1.0.5
Adds main
value to package.json
.
Shoestring v1.0.4
Build tools release
Fixes #64. Mostly a build tools update to upgrade dependencies (and get the latest tag on the David dependencies list), add Travis CI.
Compatibility Release
- Alias
off
tounbind
. - Adds
html(HTMLElement)
andhtml(Array)
. - Adds
trigger('click')
on checkboxes. - Return empty string on
val
with empty select elements. - Add
dev
warnings fornextUntil
, three-argumentoff
,html(function)
,toggleClass
.
First official release!
Please enjoy responsibly.
Event fixes and more!
This release (which will be our first public release) includes fixes for events in IE8 and much more. Enjoy!
DOM ready and other event system fixes
Includes a fix to the DOM ready event and a fix for the event system behavior in IE 9.
Event namespaces, prependTo, filter
.prependTo
, return false;
and isDefaultPrevented
for events, event namespacing for .bind
, .trigger
, and .unbind
, $.fn.filter
.