fela-plugin-unit
Advanced tools
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. |
Changelog
10.8.2
| Package | Changes | | --- | --- | | reason-fela | More improvements to the ReasonML typings. |
Changelog
10.8.1
| Package | Changes | | --- | --- | | reason-fela | Several improvements to the ReasonML typings. |
Changelog
10.8.0
| Package | Changes | | --- | --- | | reason-fela | Introducing official bindings for ReasonML. |
Changelog
10.7.0
| Package | Changes |
| --- | --- |
| fela-sort-media-query-order | (#737) Introducing a new enhancer that sorts a provided mediaQueryOrder
using a mobile-first approach. |
| fela | (#734) Improved the way _className
special keys are resolved in combineRules
. |
| fela-bindings<br>react-fela<br>inferno-fela<br>preact-fela | (#736) Improved the hasDOM
helper to ensure non-browser environments render correctly. |
Changelog
10.4.1
| Package | Changes |
| --- | --- |
| fela-plugin-embedded | Rule props are now always passed to the keyframe in order to read values from theme. |
| fela | Keyframes are now cached after being processed by plugins. |
| fela-dom<br>fela | Reverted the rendererId
option that was introduced in (#667) as it caused a couple of issues and is no longer neccessary with above changes. |