UNPKG

indoqa-react-fela

Version:

This project components to use [Fela](https://fela.js.org) in React projects:

37 lines (28 loc) 960 B
# v0.9.0 | TBA * add grid implementation * introduce 'style' property to Text, Flex and Box to provide additional FelaStyles * rename size in Text, Flex and Box to fontSize * remove deprecated API usage of <FlexComponent> * use the Fela RendererProvider instead of the depcrecated Provider * add withRenderer HOC which gives access to the Fela renderer # v0.8.0 | 2018-12-28 * upgrade to fela@10 # v0.7.4 | 2018-12-01 * fix bugs in flexChild # v0.7.3 | 2018-11-30 * fix typescript typing bugs # v0.7.2 | 2018-11-30 * fix typescript typing bugs # v0.7.1 | 2018-11-30 * switch to FelaComponent (instead of hoc) * upgrade libs: fela@6.2.2, react-fela@8.0.4 # v0.7.0 | 2018-10-08 * typescript rewrite * remove react-dom dependency * upgrade libs: fela@6.1.7, react-fela@7.3.1 * build with rollup # v0.6.1 | 2018-06-06 * provide typescript types # v0.6.0 | 2018-04-19 * support font properties in Box components * upgrade libs: fela@6.1.3, react-fela@7.2.0