Fontawesome Subset Versions Save

Creates subsets of FontAwesome fonts for optimized use on the web.

4.4.0

1 year ago

Added

  • Support for FontAwesome 6.4.0+ including new sharp-light and sharp-regular subsets

4.3.1

1 year ago

Changed

  • Update error / debug message when requested package cannot be resolved. Provide typical resolution if attempting to use pro features without specifying pro package in options.

4.3.0

1 year ago

Added

  • Support for FontAwesome 6.2.0+ including new sharp-solid subset
  • Add ability to locate icons based on their unicode value (for those using them in CSS), or any other aliases

4.2.0

1 year ago

Fixed / Added

  • Re-add support for woff file formats, and allow customizing exported fonts via targetFormats option. ( #26 )

4.1.0

1 year ago

Fixed / Changed

  • Add support for thin font subset ( #23 )
  • Add better / additional logging information for invalid subset & icon combos
  • Return promise from fontawesomeSubset to listen for success status

4.0.0

1 year ago

Fixed / Changed

  • Update minimum FontAwesome NPM dependencies to >=5.12.0.
  • Upgrade parsing system to use icon metadata YAML instead of parsing SVGs. This also fixes FontAwesome 6.0 support ( Resolves #15 & #16 )
  • Replace manual usage of node_modules with require.resolve ( Resolves #17 )

3.0.0

2 years ago

Fixed / Changed

  • Update default export to be an object for better future maintainability & modern tooling. See the upgrade guide for further details.
  • Update all dependencies to latest versions ( Resolves #13 )
  • Remove default timestamp on fonts to ensure deterministic output ( Resolves #11 )

2.0.0

3 years ago

Fixed / Changed

  • Remove required @fortawesome/fontawesome-free dependency. Must install a needed version manually and define the package type in the options object. Defaults to free. See the upgrade guide for further details.
  • Refactored module to TypeScript.

1.1.0

4 years ago

Added

  • Ability to generate optimized Duotone icons by supplying the duotone key to the subset option. See readme for full usage details.

Fixed

  • Resolved issue with .eot / .woff file generation for IE / older browsers.

1.0.0

4 years ago