Skip to content

Commit

Permalink
0.2.2 support for google com/css fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
miltoncandelero committed Dec 17, 2020
1 parent 48a9758 commit c4700e6
Show file tree
Hide file tree
Showing 11 changed files with 1,279 additions and 2,358 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

# 0.2.2
- Support for `com/css` extension for google fonts. (Thanks Sergaks [#1](https://github.com/miltoncandelero/pixi-webfont-loader/pull/1))

# 0.2.1
- Missconfigured `standard-version` bumped the version number.
- Misconfigured `standard-version` bumped the version number.

# 0.2.0
- Changed `peerDependency` from `pixi.js` to `@pixi/loaders`. Improves compatibility with all projects.
- Added a iife version for browser direct usage.
- The iife version lives in `PIXI.WebfontLoaderPlugin`.
- The iife version bundles `FontFaceObserver` so you dont need to link it manually.
- The iife version bundles `FontFaceObserver` so you don't need to link it manually.
- Updated example to use this version instead of umd.
- Exposed `FontFaceObserver` in `WebfontLoaderPlugin.FontFaceObserver`. No reason not to, we need it but we can share it ♥.

Expand Down
2 changes: 1 addition & 1 deletion dist/pixi-webfont-loader.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pixi-webfont-loader.es.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c4700e6

Please sign in to comment.