Migration
With the new synced version release process, we no longer have package-based migration guides, but version-based. Therefore, we removed all old migration guides. Check the old migration guide(new tab) for older guidelines.
This guide should help migrating your Fela codebase to newer versions.
10.0.0
With Version 10, we did some major changes to all the React-like bindings.
All older APIs should still work, but will now render a deprecation warning with instructions on how to migrate. We will do a code cleanup with Version 11.
Codemods: We also have Codemods to automate the migration process. They should catch at least 80% of all usages.
Relevant Packages
- react-fela
- preact-fela
- inferno-fela
FelaTheme
Codemod(new tab) | API Reference
The FelaTheme component now no longer uses the special
renderchildrenFelaComponent
Codemod(new tab) | API Reference
The same goes for FelaComponent. We now use
childrenrenderasInstead of accepting both
stylerulestyleRendererProvider
Codemod(new tab) | API Reference
The old
ProviderRendererProvider