UNPKG

postcss-font-magician

Version:

PostCSS plugin that magically generates all the @font-face rules

120 lines (71 loc) 2.74 kB
## 4.0.0 (2024-02-25) - Drop support for Node versions older than 18 - Add ignore feature [#70](https://github.com/csstools/postcss-font-magician/pull/70) - Fix support for `postcss-load-config` [#102](https://github.com/csstools/postcss-font-magician/pull/102) - Fix repo and homepage urls [#101](https://github.com/csstools/postcss-font-magician/pull/101) - Fix typo in readme [#87](https://github.com/csstools/postcss-font-magician/pull/87) - Fix source maps [#109](https://github.com/csstools/postcss-font-magician/issues/109) - Fix output path for `async` option,this is now relative to the process. - Fix order of CSS, now the `@font-face` will be inserted after `@charset`, `@import` and similar statements. [#107](https://github.com/csstools/postcss-font-magician/issues/107) ## 3.0.0 (2020-10-03) Dropped support of Node.js 6.x, 8.x, 11.x, and 13.x Added: Migrate to Postcss 8 API Updated: dev dependecies Updated: package.json ## 2.3.1 (2019-11-13) Added: Support of Material Icons font Updated: google-fonts-complete dependency Updated: dev dependecies Updated: package.json ## 2.2.2 (2019-06-13) Updated: google-fonts-complete dependency Updated: dev dependecies ## 2.2.1 (2018-06-06) Updated: google-fonts-complete dependency ## 2.2.0 (2018-06-05) Fixed: issue with array options Updated: package.json Updated: eslint rules ## 2.1.2 (2018-03-31) Dropped support of Node 4.x ## 2.1.1 (2018-03-31) Updated: tests via updates to google-fonts-complete Updated: package.json Updated: eslint rules Removed: gulp, gulp-eslint, gulp-mocha from devDependencies ## 2.1.0 (2017-09-18) 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 ## 2.0.0 (2017-05-24) Added: PostCSS 6 compatibility Updated: tests via updates to google-fonts-complete Updated: package.json, devDependencies chai, gulp, and gulp-eslint (gulp-mocha not updated) ## 1.6.1 (2017-03-05) Updated: google-fonts-complete dependency ## 1.6.0 (2016-12-07) Changed: added option with custom path in the `hosted` method. ## 1.5.0 (2016-10-11) Added: `variants` method Added: support of 'font-display' Added: support of 'font-stretch' Added: support of 'unicode-range' ## 1.4.1 (2016-10-10) Added: `protocol` method ## 1.4.0 (2015-12-07) Updated: PostCSS v5 dependency Updated: Developer dependencies and configuration ## 1.3.0 (2015-07-28) Added: `async` method ## 1.2.1 (2015-07-28) Added: `process` method ## 1.2.0 (2015-07-28) Added: Plugin refactoring ## 1.1.0 (2015-07-25) Added: Support custom specified fonts ## 1.0.0 (2015-07-25) Added: Initial version ## 0.1.0 (2015-07-24) Added: Beta 1