Skip to content

Releases: rambler-digital-solutions/react-toolkit

v2.5.0

21 Nov 15:09
6edde18
Compare
Choose a tag to compare

2.5.0 (2023-11-21)

Features

  • add instant transition mode of the pages (619fbea)

v2.4.0

16 Nov 13:29
ddca866
Compare
Choose a tag to compare

2.4.0 (2023-11-16)

Bug Fixes

  • get search from req.originalUrl (29dfff6)
  • search empty string (460408b)

Features

  • pass location.search to context on server (08a2deb)

v2.3.0

14 Nov 16:31
34935f4
Compare
Choose a tag to compare

2.3.0 (2023-11-14)

Bug Fixes

Features

  • optional scroll to top in Routes (6da13b0)

v2.2.0

08 Nov 14:17
8588d78
Compare
Choose a tag to compare

2.2.0 (2023-11-08)

Features

  • pass partial location to context on server (ae3b98b)

v2.1.0

08 Nov 10:42
a3a1c4e
Compare
Choose a tag to compare

2.1.0 (2023-11-08)

Bug Fixes

Features

  • get meta data after the initial data fetching (5c52fb5)

v2.0.2

01 Nov 13:33
c9caf4d
Compare
Choose a tag to compare

2.0.2 (2023-11-01)

Bug Fixes

  • pass app state explicitly (84724d8)

v2.0.1

31 Oct 13:02
4db135f
Compare
Choose a tag to compare

2.0.1 (2023-10-31)

Bug Fixes

  • add escape after stringify (27d39a3)
  • replace htmlescape with superjson (aaed415)
  • serialize and stringify state (b0b7171)

v2.0.0

16 Oct 07:49
d8fd725
Compare
Choose a tag to compare

2.0.0 (2023-10-16)

Bug Fixes

Features

  • don't render state script on the client (5e88768)
  • pass custom context to the page and layout by props (40c74e6)
  • serialize state to json instead of js (647c2ce)

BREAKING CHANGES

  • useAppContext hook has beed removed
  • state script will not render on the client

v1.1.1

12 Oct 12:55
717cd18
Compare
Choose a tag to compare

1.1.1 (2023-10-12)

Bug Fixes

  • wrap layout with react-router while streaming (d87b70d)

v1.1.0

04 Oct 21:34
fb34504
Compare
Choose a tag to compare

1.1.0 (2023-10-04)

Features

  • pass route params to page getters (fb34504)