Skip to content

Releases: csstools/postcss-font-magician

v4.0.0

25 Feb 13:28
15c086c
Compare
Choose a tag to compare
  • Drop support for Node versions older than 18
  • Add ignore feature #70
  • Fix support for postcss-load-config #102
  • Fix repo and homepage urls #101
  • Fix typo in readme #87
  • Fix source maps #109
  • Fix output path for async option, this is now relative to the process. (BREAKING!)
  • Fix order of CSS, now the @font-face will be inserted after @charset, @import and similar statements. #107

v3.0.0

11 Oct 20:23
2587f19
Compare
Choose a tag to compare

Breaking Changes

Dropped support of Node.js 6.x, 8.x, 11.x, and 13.x
PostCSS is not automatically installed with this plugin. Don't forget to install of PostCSS as dev dependency

npm install postcss postcss-font-magician --save-dev

or

yarn add postcss postcss-font-magician --dev

Added: Migrate to PostCSS 8 API
Updated: dev dependecies
Updated: package.json

v2.3.1

13 Nov 20:28
Compare
Choose a tag to compare

Added: Support of Material Icons font
Updated: google-fonts-complete dependency
Updated: dev dependecies
Updated: package.json

v2.3.0

11 Nov 21:50
Compare
Choose a tag to compare

Added: Support of Google fonts unicode-range subsets
Fixed: refactoring the plugin script
Updated: google-fonts-complete dependency
Updated: dev dependecies
Updated: package.json
Updated: eslint rules

v2.2.2

13 Jun 14:54
da72cda
Compare
Choose a tag to compare

Updated: google-fonts-complete dependency
Updated: dev dependencies

v2.2.1

06 Jun 09:02
Compare
Choose a tag to compare
  • Updated: google-fonts-complete dependency

v2.2.0

05 Jun 18:44
Compare
Choose a tag to compare
  • Fixed: issue with array options
  • Updated: package.json
  • Updated: eslint rules

v2.1.2

31 Mar 09:39
Compare
Choose a tag to compare
  • Dropped support of Node 4.x

v2.1.1

31 Mar 09:40
Compare
Choose a tag to compare
  • Updated: tests via updates to google-fonts-complete
  • Updated: package.json
  • Updated: eslint rules
  • Removed: gulp, gulp-eslint, gulp-mocha from devDependencies

v2.0.1

31 Mar 09:41
Compare
Choose a tag to compare
  • Fixed: issue with hosted keys
  • Updated: tests via updates to google-fonts-complete
  • Updated: package.json, devDependencies chai, gulp-eslint, gulp-mocha
  • Updated: eslint rules