Releases: rambler-digital-solutions/react-toolkit
Releases · rambler-digital-solutions/react-toolkit
v2.5.0
2.5.0 (2023-11-21)
Features
- add instant transition mode of the pages (619fbea)
v2.4.0
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
2.3.0 (2023-11-14)
Bug Fixes
Features
- optional scroll to top in Routes (6da13b0)
v2.2.0
2.2.0 (2023-11-08)
Features
- pass partial location to context on server (ae3b98b)
v2.1.0
2.1.0 (2023-11-08)
Bug Fixes
Features
- get meta data after the initial data fetching (5c52fb5)
v2.0.2
2.0.2 (2023-11-01)
Bug Fixes
- pass app state explicitly (84724d8)
v2.0.1
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
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
1.1.1 (2023-10-12)
Bug Fixes
- wrap layout with react-router while streaming (d87b70d)
v1.1.0
1.1.0 (2023-10-04)
Features
- pass route params to page getters (fb34504)