Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 3 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 3 KB

Changelog

Fontsource will log all notable changes within this file.

Patch (0.0.x)

These occur when an automatic update is pushed from a source, such as Google, or Fontsource may apply patches. Due to version mismatching and lack of accurate tracking, a specific version for a Fontsource patch cannot be logged. Fixes are mentioned in each minor update instead.

3.x Release

3.0.x

BREAKING CHANGES

import fontsource-<font name> or index.css no longer defaults to contain ALL weights and styles for a font. It now only contains weight 400 with all styles included. This was changed to prevent fonts, such as Noto Sans JP, to counter-intuitively generate 1MB+ CSS files with the new unicode-range feature.

Simply choose the necessary weights and styles from now on with import fontsource-<font name>/<weight>.css or import fontsource-<font name>/<weight>-<style>.css.

Features

  • Added unicode-range CSS selector to all fonts. It is no longer necessary for individual subsets to be defined when importing CSS files but backwards compatability remains. Use import fontsource-<font name>/<weight>.css or import fontsource-<font name>/<weight>-<style>.css to leverage the new feature from now on. #37
  • Adjusted template.js to add more repository information to package.json. #37

2.x Release

2.2.x

Features

Fixes

  • Add Yarn resolution to resolve Lerna publish errors. f6e7b1f

2.1.x

Features

  • Added metadata.json files to each package that contains useful data that allows Fontsource or external users to leverage to pull information from. #26 #27 #28
  • Account for rare possible instance of oblique font-style #26

Fixes

  • Correct src: locals() in CSS generation to reflect upstream source accurately. #10 #11
  • Resolve incorrect SCSS documentation + general improvements #23
  • Ensure no old files remain from a font update #24
  • Allow index.css generation for fonts without latin subset #25

2.0.x

  • Main release.