fela-plugin-named-keys
Advanced tools
Changelog
11.4.0
| Package | Changes |
| --- | --- |
| fela-plugin-theme-value | (#812) Introducing a new plugin to access theme values directly |
| fela-plugin-pseudo-prefixer<br>fela-plugin-fullscreen-prefixer | (#814) Introducing 2 new plugins: a general pseudo prefixer and a specific ::fullscreen
prefixer built on top of that |
| fela<br>fela-dom | (#813) Added a new renderer config option called specificityPrefix
that allows to prefix generated selectors with a global prefix |
| fela-dom | (#811) Renamed UMD output to FelaDOM
to match previous versions |
Changelog
11.3.1
| Package | Changes |
| --- | --- |
| fela | (#795) Removes the warning when fonts are rendered with a query string attached |
| react-fela<br>preact-fela<br>jest-react-fela | (#792) Added typings for fe
and createSnapshot
<br>(#796) Added typings for rehydrate
and targetDocument
props on <Provider>
|
Changelog
11.3.0
| Package | Changes |
| --- | --- |
| fela<br>fela-dom | (#780) Added keyframes rehydration and improved the initial keyframe rendering performance |
| fela-utils | (#782) We now support null
and undefined
strings within url()
values due to Base64 |
| fela | (#779) Fixed an issue when using combineRules
with empty rules |
| react-fela | (#776) Added ThemeContext
to the TypeScript definitions |
Changelog
11.2.0
| Package | Changes |
| --- | --- |
| fela | (#756) Added a generateClassName
function to renderer which can now be overwritten |
| fela<br>fela-dom<br>react-fela<br>preact-fela<br>infero-fela<br>reason-fela<br>fela-bindings | (#768) Added a new renderer option styleNodeAttributes
for adding custom attributes to generated style nodes |
| fela-utils | (#766) Fixed IE 11 compatibility issues |
| fela-sort-media-query-mobile-first<br>fela-preset-web | (#769) Updated TypeScript definitions |
| fela<br>fela-plugin-prefixer<br>react-fela | (#763) Added UMD builds for these specific packages - more to come |
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. |