- drop
callback
callback
- add
allowOverflow
option - add
changeLineHeight
(functionality to resize line-height of parent) - greatly improved code readability and comments
- made option
widthOnly
imply 'whitespace:nowrap'
- add tests for callbacks
- add
fail
callback (#15) - deprecate
callback
callback withsuccess
callback - fix
widthOnly
option (#11, #4)
Height will not cause failure when widthOnly
is set as long as width can fit into the container.
- merge patch for compatibility to ZeptoJS (by sagens42 #13)
- fix error when no console.debug.
- add test for debug flag.
- retag for including the manefest in the tag.
- fix introduced global variable fontSize by
_sizing()
- fix container too small for bigger font size setting (#11)
- Add
debug
option. - Fix a couple of bugs, they didn't size up as big as possible
- Allow to use MaxFontPixels <= 0 to make sizing as big as possible.
- Add explicitWidth and explicitHeight options (#6)
- Fix resizing algorithm (#3)
- Add option widthOnly for header tags (#4)
- Add callbacks for each filled and all filled. (by alex-pex #2)
- Use binary search instead of plain do-while to accelerate the function. (by acsaga #1)
- Add minFontPixels parameter
- This project was moved to GitHub and licensed under the MIT License.
- Released in May 2009.