Skip to main content

ยท One min read
Fabio Russo

Crono Boost

  • is now possible to add customUri to CronoBoost. You can set a new URI different from the Matchplat Dev or Production ones
  • Dev and Production URI are exportable from an object called uri

getRefreshToken

  • the function now redirects to SSO with a query paramenter landing, containing the URL of the current page

Crono Package

ยท One min read
Fabio Russo
caution

This can cause problems on actual tables since now TableRow has default values for color and size.
Probably some TableHead components will now look different.
Add <TableRow color="main" /> in Heads, to fix.

Table Row

  • you can add size prop now, default is article (childrens will inherit)
  • you can add color prop now, default is dark (childrens will inherit)

Crono Package