Breaking
-
Package renamed from
@logicspike/blogto@vlozi/blog. Replace your imports and reinstall:npm uninstall @logicspike/blog npm install @vlozi/blog -
The
LogicSpikeClientexport is nowVloziClient. Find-and-replace across your codebase. -
The provider component renamed from
LogicSpikeProvidertoVloziProvider.
Added
MermaidBlockis now exported standalone from@vlozi/blog/reactso you can render diagrams outside post bodies.- Five
--vlz-*CSS custom properties for theming — see Core concepts. transformHtmlprop onBlogContentfor patching server-rendered HTML before sanitization.
Changed
- The default
<pre>style now derives from--vlz-surfaceinstead of a hardcoded value.