Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Releases: fusionjs/fusion-plugin-font-loader-react

v1.0.5

21 Aug 06:24
e67bf6b
Compare
Choose a tag to compare

Changelog

v1.0.5-0

07 Aug 22:04
f9eadad
Compare
Choose a tag to compare
v1.0.5-0 Pre-release
Pre-release

Changelog

Highlighted Changes

  • Load Polyfill font if document.fonts doesn't exist (#94)

Other Changes

  • Remove fusion-tokens as peerDependency, promote prop-types to dependency (#93)
  • Update dependency eslint-config-fusion to v4 (#91)
  • Update dependency flow-bin to ^0.77.0 (#90)
  • Update dependency eslint-plugin-cup to v2 (#88)

v1.0.4

27 Jul 01:17
6fbe322
Compare
Choose a tag to compare

Changelog

  • Update dependency eslint-config-fusion to v3 (#87)
  • Update uber/web-base-image Docker tag to 1.0.7 (#86)
  • Update dependency flow-bin to ^0.76.0 (#85)
  • Update dependency eslint to v5 (#84)
  • Update dependency flow-bin to ^0.75.0 (#83)
  • Update uber/web-base-image Docker tag to v1.0.6 (#79)
  • Clarify preloadDepth behavior (#81)
  • Update dependency flow-bin to ^0.74.0 (#78)
  • Update dependency nyc to v12 (#77)
  • Update dependency flow-bin to ^0.73.0 (#76)
  • Update uber/web-base-image Docker tag to v1.0.5 (#71)
  • Add missing flow annotations (#74)

v1.0.3

17 May 19:41
8625dc7
Compare
Choose a tag to compare

Changelog

  • Improve Flow coverage (#72)
  • Update uber/web-base-image Docker tag to v1.0.4 (#69)
  • Update dependency flow-bin to ^0.72.0 (#68)
  • Update dependency prettier to v1.12.1 (#65)
  • Add .npmrc (#67)
  • Fix .flowconfig to not overwrite FlowFixMe (#66)
  • Update dependency flow-bin to ^0.69.0 (#64)
  • Update uber/web-base-image Dockerfile tag to v1.0.3 (#63)
  • Update dependency flow-bin to ^0.68.0 (#62)
  • Update dependency prettier to v1.11.1 (#61)
  • Add more explanations, format docs nicely (#60)
  • Update dependency flow-bin to ^0.66.0 (#59)
  • Add issue template (#57)
  • Fix typo (#55)
  • Fix comment (#52)
  • Update CI and make tests pass (#56)
  • Update Dockerfile node image 8.9.4 digest (28ab0e) (#49)

v1.0.2

14 Feb 17:59
Compare
Choose a tag to compare

Changelog

  • Remove _static reference (#48)

v1.0.1

12 Feb 22:41
e836d7f
Compare
Choose a tag to compare

Changelog

  • Fix flow types (#45)

v1.0.0

09 Feb 22:39
83a6985
Compare
Choose a tag to compare

Changelog

  • Update dependencies (#42)
  • Update dependency flow-bin to ^0.65.0 (#33)

v0.4.0

08 Feb 00:15
55e1da3
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Rename fontProps to $fontProps (#35)

Migration Guide

Rename fontStyles to $fontStyles

import {withFontLoading} from 'fusion-plugin-font-loader-react';

const FancyLink1 = withFontLoading('Lato-Bold'.(
  styled('a', props => ({
    ':hover': {fontSize: `${props.answer}px`}.
-   ...props.fontStyles,
+   ...props.$fontStyles,
  }))
);

v0.3.3

02 Feb 19:37
d22219e
Compare
Choose a tag to compare

Changelog

  • Migrate to new fusion-tokens api (#31)

v0.3.2

31 Jan 18:52
Compare
Choose a tag to compare

Changelog

  • Change ctx.body to ctx.template (#26)
  • Update README to fix import naming (#24)