-
freqdec committed
Mar 15, 2016
-
freqdec committed
Mar 5, 2016 -
freqdec committed
Mar 5, 2016 -
Added callback function and extra classnames
freqdec committedMar 5, 2016 Upgrade to 2.4.0 version * Added (optional) onRedraw callback function * Added 2 more classes to injected spans for styling purposes * Moved default options to $.fn.slabText.defaults * Updated all google api links in demo to use HTTPS * Updated demo to use google font loader * Updated demo CSS slightly
-
Merge pull request #45 from rossshannon/patch-1
freqdec committedMar 3, 2016 Load jQuery over HTTPS so demo page works correctly
-
Load jQuery over HTTPS so demo page works correctly
rossshannon committedDec 14, 2015
-
freqdec committed
Jun 28, 2014 -
Merge pull request #37 from dboydor/master
freqdec committedJun 28, 2014 Added check newCharPerLine not being zero
-
Add check newCharPerLine not being zero to fix an endless loop condit…
dboydor committedJun 26, 2014 …ion on text with only two out-of-bounds unicode characters
-
Updated readme to point to github hosted demo
freqdec committedJun 29, 2013
-
Bumped version & updated minified js file
freqdec committedApr 3, 2013 -
Merge branch 'master' of github.com:freqdec/slabText
freqdec committedApr 3, 2013 Conflicts: js/jquery.slabtext.js
-
Whitespace and small doc update
freqdec committedApr 3, 2013
-
Merge pull request #24 from sethvincent/master
freqdec committedMar 5, 2013 add bower support with component.json
-
add jquery dependency to component.json
sethvincent committedMar 4, 2013 -
add bower support with component.json
sethvincent committedMar 4, 2013
-
Merge pull request #23 from patocallaghan/master
freqdec committedFeb 26, 2013 Infinite loop of resizeSlabs 'while' if parentWidth is 0
-
Added sanity check to prevent infinite loop
patocallaghan committedFeb 25, 2013 Added sanity check to prevent infinite looping of the while loop if the parentWidth is 0, e.g. parent is "display: none".
-
freqdec committed
Jan 19, 2013
-
Manifest for jQuery plugin registry
freqdec committedJan 17, 2013 -
freqdec committed
Jan 17, 2013
-
Bumped demo jquery version to 1.8.3
freqdec committedJan 11, 2013
-
Added a minCharsPerLine parameter
freqdec committedDec 2, 2012
-
alecperkins committed
Sep 25, 2012 Without this, HTML-unsafe characters, like < and >, don't get preserved.
-
Wrap all ampersands in span.amp.
alecperkins committedSep 25, 2012 `"&"`, instead of `/&/g`, only matches the first ampersand, because JavaScript is weird like that.
-
alecperkins committed
Sep 25, 2012
-
Fix missing semicolons in required CSS
alecperkins committedSep 24, 2012 Without the semicolons, the white-space rule gets ignored, causing inconsistent behavior when used.
-
Bug fix and extra configuration options
freqdec committedAug 29, 2012 * Fixed a bug where the same URL would be used for all generated headers * Added the precision, resizeThrottleTime and postTweak config options * Updated the demo page to describe new options in further detail
-
Add link title to slabTexted elements if necessary
freqdec committedAug 16, 2012
-
Merge pull request #11 from su/retainLink
freqdec committedJul 3, 2012 Retain the first link encountered in target text.
-
Retain the first link encountered in target text.
su committedJul 2, 2012 Given slabText is intended for headings, it's relatively unlikely there'd be multiple links, but just in case. I wasn't sure whether this should be a setting, and it didn't matter in my scenario, so I just left that out. Should be trivial to make it one, though. You can see this in action at betteridgeslaw.com
-
Default value for maxFontSize changed to more neutral one
cmex committedJun 6, 2012