Skip to content

Releases: jwarby/jquery-awesome-cursor

FontAwesome now an optional dependency

23 Apr 05:11

Choose a tag to compare

FontAwesome is now an optional dependency (#21). For npm installs, installation of FontAwesome can be skipped by passing the --no-optional flag when running npm install. For Bower, the dependency is omitted entirely and must be installed manually by end users (as Bower doesn't allow optional dependencies to be specified).

Bug fix for clipped icons

28 Mar 09:54

Choose a tag to compare

Certain icons were being clipped when used as a cursor, eg usb, reddit-alien. This release fixes the issue, but there is still the potential for the issue to occur on high DPI screens.

Thanks to @jcppman for the fix!

Add "main" field to package.json

28 Mar 09:53

Choose a tag to compare

Allows plugin to be used correctly with Browserify and similar tools

Remove minor version constraints from dependencies

23 Oct 05:57

Choose a tag to compare

The FontAwesome dependency was locked down to v4.2.x due to an oversight. This release fixes that, and makes Bower/npm install the latest 4.x version of FontAwesome when installing/updating.

The jQuery plugin manifest has also been removed, as the jQuery Plugin Registry has been changed to read-only mode and can no longer be published to.

Chrome bug fix, test updates

19 Oct 04:31

Choose a tag to compare

This release fixes an issue where Chrome seems to not bother setting an element's cursor in the style attribute if it is already set. Other changes include:

  • Tests have been updated to run via Karma.
  • License field in package.json uses the SPDX-compliant format string

Chrome bug fix and updated devDependencies

25 May 03:00

Choose a tag to compare

This release fixes an issue where cursors would be rendered wrapped in single quotation marks in Chrome (issue #14). devDependencies have also been updated to the latest stable versions, except the jshint-stylish reporter, as updating to version 2 of this package causes grunt to fail.

Firefox bug fix and updated devDependencies

06 Mar 01:13

Choose a tag to compare

This release fixes an issue where cursors would be rendered wrapped in double quotation marks in Firefox (issue #10). devDependencies have also been updated to the latest stable versions.

Alternative Icon Fonts

17 Dec 02:00

Choose a tag to compare

Cursor outlines

12 Dec 07:32

Choose a tag to compare

  • It is now possible to add an outline to a cursor by specifying the color of the outline, using the new outline option. The outline option can be set to any valid CSS color string.

    See the documentation site's entry for more information http://jwarby.github.io/jquery-awesome-cursor/#outline

Rotated cursors

29 Nov 09:47

Choose a tag to compare

  • Rotated cursors are now possible by setting the rotate option. rotate is the number of degrees to rotate the cursor by, and can be positive or negative.

    See the documentation site's entry for more information http://jwarby.github.io/jquery-awesome-cursor/#rotate

  • Any flip transformations ('horizontal', 'vertical', or 'both') are now applied last; that is, the rotate transformation will be applied before the flip transformation