@rangka/shared@0.1.2
Patch Changes
-
8389ba0Thanks @irfnmzk! - Custom widget build pipeline and runtime loaderrangka buildcompiles custom widgets frommodules/*/widgets/with esbuild, generates per-widget Tailwind CSS, and outputs bundles to.rangka/- Runtime loader fetches the manifest and lazily imports widgets on demand with CSS injection
- Error boundary isolates widget crashes without taking down the page
- Shell exposes React, ReactDOM, and client hooks (
usePageState,useShell,useWidgetContext,useModelQuery,useModelRecord) for custom widget consumption - Studio
build_widgetstool enables agent-triggered widget compilation - Theme extraction shipped as
dist/theme.cssin@rangka/clientfor portable Tailwind compilation