CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 7
Releases: effector/next
v0.7.1
af85259
Compare
Assets 2
v0.7.0
02a5644
Compare
🚀 Features
- Support effector 23 #27 (@AlexandrHoroshih)
Assets 2
v0.6.1
77db34c
Compare
🐛 Bug Fixes
- Fix "setState during render" warning #22 (@AlexandrHoroshih)
Assets 2
v0.6.0
0190f41
Compare
@effector/next
0.6.0
Major peer deps update
Minimal required versions of effector
and effector-react
now are
effector@22.8.6
(was22.8.1
)effector-react@22.5.4
(was22.5.1
)
Fixes
Now all memo(Component)
components receive state updates on page transitions correctly
Assets 2
v0.5.0
164f9f7
Compare
Changelog
With the recent stabilization of the App Router mode in Next.js 13.4.0, it has now become the primary way to develop Next.js applications.
As a result, we are offering full support for the App Router in @effector/next
by injecting the 'use client'
directive in the package bundle. We have also updated the documentation to provide more detailed explanations on how to use the App Router with effector
.
Pages Router will be supported for a next few major updates of Next.js, so @effector/next
still supports it too.
Migration Path
If you previously used @effector/next with App Router by re-exporting the 'provider with 'use client', just use the direct import from the library as the directive is now bundled into the package.
Re-exported version of provider can be deleted from the project.
📚 Pull-requests
- App Router update: Support
"use client"
#13 (@AlexandrHoroshih)
Assets 2
v0.4.1
3611670
Compare
🐛 Bug Fixes
- Fix client detection and add tests for that #12 (@AlexandrHoroshih)
Assets 2
v0.4.0
07608df
Compare
🚀 Features
- Expose getClientScope for dev-tools usage #11 (@AlexandrHoroshih)
Assets 2
v0.3.0
9f9eef3
Compare
🚀 Features
- Support custom serialize #9 (@AlexandrHoroshih)
🐛 Bug Fixes
- Fix shallow routing edge-cases #10 (@AlexandrHoroshih)
Assets 2
v0.2.2
8ece44a
Compare
Assets 2
v0.2.1
Compare
- Fixed typings build