@benev/slate
Advanced tools
Changelog
v0.0.0-dev.25
flat
, signals
, and watch
removed from Context
// now we do this
import {flat, signals, watch} from "@benev/slate"
setup
replaced with Slate
class
// old
const slate = setup(context)
// new
const slate = new Slate(context)
deleted
-- now Slate extends Shell (slate is a shell now)Changelog
v0.0.0-dev.21
prepare_frontend
to setup
carbon
=> shadow_component
oxygen
=> light_component
obsidian
=> shadow_view
quartz
=> light_view
Changelog
v0.0.0-dev.16
context.watch
WatchTower and StateTree systemscontext.tower
to context.signals
prepare_frontend
usage changes
slate.context = new Context()
deferred_frontend
obsolete, so we deleted itslate.components
helper to apply the current context to a group of plain components, at runtime, prior to registration (if you want the components to be reactive and use the css theme)Attributes.base
to attributes