fela-bindings
Advanced tools
Changelog
11.1.0
| Package | Changes |
| --- | --- |
| preact-fela | (#759) Upgraded Preact version to Preact X<br>(#760) Added Preact Typings |
| react-fela<br>preact-fela<br>infero-fela<br>reason-fela<br>fela-bindings | (#753) Removed some old 10.x.x deprecated bindings<br>(#752) Added a renderToNodeList
-method that returns an array of style
elements<br>(#764) Fixed a bug where className
was passed instead of style
when using FelaComponent
with fela-native
|
Changelog
11.0.1 / 11.0.2
| Package | Changes | | --- | --- | | reason-fela | More improvements to the ReasonML typings. |
Changelog
11.0.1 / 11.0.2
| Package | Changes | | --- | --- | | reason-fela | More improvements to the ReasonML typings. |
Changelog
11.0.0
| Package | Changes |
| --- | --- |
| fela<br>fela-dom | (#750) Added the sortMediaQuery
config option for more flexible and dynamic media query sorting. It is backwards compatible and respects mediaQueryOrder
, but we decided to do a major release nevertheless. |
| fela-plugin-responsive-value | (#748) Introducing a plugin to resolve responsive media query values. |
| fela-plugin-named-keys | (#749) The plugin now merges resolve key values with existing key values. |
| fela-dom | (#741) Fixed a bug where in devMode @supports
rules weren't rendered correctly.<br />Fixed a big where static styles, keyframes and fonts were rendered twice. |