Releases: robinweser/fela
Releases · robinweser/fela
12.2.1
12.2.0
12.1.2
12.1.0 & 12.1.1
- fela-enforce-longhands now supports a config option to specify with what priority borders are rendered (#895)
renderStatic
now supports a second arguments with props to enable theme-aware static rendering (#894)useFela
now also returns astatic
function that can be used to render static styles, theme is passed by default (#894)- jest-react-fela now supports React 18 and
createRoot
(#898) - We now handle multiline values correctly in the prefixer (#896)
- We bumped versions of our dependencies to get rid of known vulnerabilities (#897)
12.0.2
- Fixed a bug in the TypeScript bindings
12.0.0
Note: Due to a hotfix (accidental extra
theme
attribute passed to elements), this refers to version 12.0.1 instead.
This major release incorporates several performance improvements together with a new plugin concept called context-free plugins. Rehydration has also been improved to cover for a more wide-range of selectors and edge cases.
Check the announcement post and the migration guide.
Apart from these changes, a couple of fixes and improvements have been added in this release:
11.7.0
- Introducing fela-plugin-hover-media which wraps all
:hover
styles inside a@media (hover: hover)
11.6.1
11.6.0
- Added support for nested responsive values (#867)
- Fixed a bug to correctly rehydrate CSS custom properties (#866)
- Resolved multiple selectors now merge with their base styles (#865)
- Removed the legacy
Children.only
restriction on RendererProvider for react-fela (#856) - React 17 compatibility (#857)
- TypeScript Improvements