Skip to content

Tags: srobbin/cufon

Tags

1.08

Toggle 1.08's commit message
[FIXED] Fixed a bug that caused Cufon.refresh() (or multiple .replace…

…() calls on the same element) to fail in Opera.

1.07

Toggle 1.07's commit message
[NEW] Added numerous other fields to the font copyright notice, inclu…

…ding Trademark, Designer, Vendor URL and License information.

1.06

Toggle 1.06's commit message
[NEW] It's now possible to specify alternative options for the :hover…

… state. In other words, you can now use a different gradient / textShadow with :hover.

[FIXED] Fixed a Safari 3.0-specific unicode issue. Before this patch characters above unicode code point 255 may have been replaced with spaces instead.

1.05

Toggle 1.05's commit message
[NEW] Slightly improved white-space handling by creating lists of ele…

…ments to ignore and elements with no text content.

[NEW] <span> elements are no longer used at all, which means that you don't  have to be extra careful with your own <span> elements anymore.
[NEW] The generator now embeds the original font's copyright notice to the files it creates.
[FIXED] There should no longer be any unwanted empty space after <br />.

1.04

Toggle 1.04's commit message
[NEW] New option: autoDetect. Allows you to specify font-family in yo…

…ur CSS instead of using the fontFamily option. Does NOT work in Opera, disabled by default.

[NEW] Added YUI (2.7) selector support.
[NEW] Added support for word-spacing.
[FIXED] Using a restricted font in a non-whitelisted domain no longer causes text to completely disappear, the custom font just won’t show up (i.e. nothing is done). Fixes potential issues with Google translate, Babelfish etc.
[FIXED] Font-weight was calculated incorrectly in some cases. Not anymore.
[REMOVED] Removed the experimental (undocumented) canvas-only enableTextDecoration option. Proper support for text-decoration will be added later.

1.03

Toggle 1.03's commit message
[NEW] The generator now automatically whitelists the www-less form (e…

….g. example.org) of a domain as well even if only the www-form (e.g. www.example.org) was specified.

[NEW] Added Fontsmith to the list of foundries that require a separate license.
[NEW] Added Berthold to the list of foundries that require a separate license.

1.02

Toggle 1.02's commit message
[NEW] New CSS class: cufon-ready. Added to the root element right bef…

…ore the magic happens.

[FIXED] Cufónized elements are now recognized more reliably.
[FIXED] Fixed a bug that caused spaces to be ignored in some cases. Thanks Louis!

1.01

Toggle 1.01's commit message
[NEW] First release with a version number.