fela-plugin-named-keys
Advanced tools
Changelog
10.0.2
| Package | Changes | | --- | --- | | fela-bindings<br>react-fela<br>preact-fela<br>inferno-fela | (#645) Removed unnecessary shouldComponentUpdate in ThemeProvider due to the new Context API.<br>(#646) Fixed false-positive Provider deprecation warnings.<br>(#647) Now exposing both RendererContext and ThemeContext to be used with useContext. |
Changelog
10.0.0
| Package | Changes | | --- | --- | | react-fela<br>inferno-fela<br>preact-fela | (#637) Migrated to the new Context API.<br>(#636) FelaComponent and FelaTheme introduced some major changes. Please check the migration guide for information. | | fela-dom | (#633) Style nodes are now correctly selected. |
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. |