- Website with download, docs and demo: http://larsjung.de/fracs/
- Sources: https://github.com/lrsjng/jQuery.fracs
jQuery.fracs is provided under the terms of the MIT License.
- ...
- fixes some small issues
- updates
modplug
to1.0
- updates demo and tests
- changes build process
- completely refactored and !not! compatible with previous versions
- now depends on jQuery 1.7
- fixes
ScrollState
ScrollState
is now available for all elements- removes
Cursor
- removes most
$.fracs.*
methods - moves all js code into one file
- adds tests
- adds comments
- updates to
modplug 0.7
- removes
release
folder - adds
docco
build dependency for docs
- refactored and redesigned
- added
autoFocus
toOutlineOptions
and changed defaultduration
to0
- added callbacks for the
max
andmin
methods - added some cursor related methods
- added the corresponding objects
Element
,Group
andCursor
- now also provided: core lib without the large Outline feature (~66% in size)
- shortcut for the static method fracs
- static method scrollState and object ScrollState changed
- refactorings, finally found my modular plugin style
- added viewport styling to
OutlineOptions
- fixed text selection on dragging
- added
duration
,focusWidth
andfocusHeight
toOutlineOptions
- added static methods
jQuery.fracs.scroll
jQuery.fracs.scrollState
- added methods to
Rect
bind
unbind
check
fracs
- fixed unchecked use of console.log
- changed license to MIT license, see
LICENSE.txt
- added envelope
- started test suite
- added soft link, outline, min, max
- refactorings
- added scroll methods
- added FracsElement
- some API changes
- cleaned code
- first test of grouping elements
- added FracsGroup
- improved demo