Zum Hauptinhalt springen
VelinStyle v1.2.0
⌂ Home

Neu: Search, Motion & Attribute 1.2.0 stable

Stabile Runtime-Module in 1.2.0: ein zentrales Suchsystem, eine einheitliche Motion-Runtime und deklarative HTML-Attribute als Br?cke zu Web Components. Design Intelligence (Plan / Review / Meta) ist getrennt und beta. English: What's new

Reifegrad: Search / Motion / Attribute sind in 1.2.0 stable. Plan / Review / Agent-Meta sind beta / foundation. Studio und die komplette Utility Engine bleiben planned.

Wann nutzen

Wann nicht

?berblick

FeatureLocationDocs
VelinSearchcore/search/, <velin-search>VelinSearch guide
Motioncore/motion/, initMotion()Motion & attributes
Attributescore/attributes/, bootFromDOM({ attributes: true })Attribute reference
ArchitectureTree-shakeable subpathsCore modules

Neue core/-Module

Small ESM packages inside the framework repo (also exported from npm):

See Core modules for file layout and design goals.

Documentation header search on this site uses the same API. Build the index with velinstyle search index or npm run docs:generate in the framework repo.

npx velinstyle search index --out dist/search-index.json

Motion-Runtime

Replaces the split between velin-reveal.js (class .is-visible) and scroll-timeline-only CSS. Primary path: .velin-in-view + prefers-reduced-motion.

HTML-Attribute

25+ attributes such as velin-modal, velin-reveal, velin-code — no duplicate WC implementations; attributes lazy-load components via data-velin-component.

Generated Markdown: docs/generated/attributes/ (after npm run sync:generated).

Migration