Releases: Telefonica/mistica-web
Releases · Telefonica/mistica-web
v4.1.0
v4.0.2
v4.0.1
v4.0.0
- Breaking change: Decouple from
react-router-dom
.- You can now provide your custom
Link
component to mistica using theThemeContextProvider
. There are
some examples in theexamples/
folder on how to use this feature with popular routers, like react-router
and Next.js router. - By default, if you don't provide a custom
Link
component,@telefonica/mistica
will render simple<a>
elements.
- You can now provide your custom
- Reset some browser default styles at component level.
- SSR compatibility to support using
@telefonica/mistica
in Next.js apps. - Added a
examples/
folder. Added some examples on how to use@telefonica/mistica
with common
meta-frameworks, like Create React App or Next.js - Some fixes in
<Switch />
component to avoid some warnings in newer react versions.