Skip to content

Releases: effector/next

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 07:54
51f0e49

🐛 Bug Fixes

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 26 Mar 17:05
af85259

React 19 support

  • Extended supported react versions range up to React 19

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 13:03
02a5644

🚀 Features

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 12:38
77db34c

🐛 Bug Fixes

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 05:57
0190f41

@effector/next 0.6.0

Major peer deps update

Minimal required versions of effector and effector-react now are

  • effector@22.8.6 (was 22.8.1)
  • effector-react@22.5.4 (was 22.5.1)

Fixes

Now all memo(Component) components receive state updates on page transitions correctly

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 May 12:49
164f9f7

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

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 07 May 18:06
3611670

🐛 Bug Fixes

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 May 12:08
07608df

🚀 Features

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 15:23
9f9eef3

🚀 Features

🐛 Bug Fixes

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 19:34
8ece44a

🐛 Bug Fixes