···11name: Run tests and upload coverage
2233on:
44- push
44+ push:
55+ branches:
66+ - main
77+ pull_request:
88+ branches:
99+ - main
510611jobs:
712 test:
+2-2
ROADMAP.md
···8080**Outcome:** Volt.js supports rich declarative behaviors and event semantics built entirely on standard DOM APIs.
8181**Summary:** Introduced expressive attribute patterns and event modifiers for precise DOM and input control, for fine-grained declarative behavior entirely through standard DOM APIs.
82828383-## To-Do
8484-8583### Global State
86848785**Goal:** Implement store/context pattern
···10199 - Example: `data-volt-on-click="$pins.username.focus()"`
102100 - `$arc(event, detail?)` - Dispatches a native CustomEvent from the current element.
103101 - Example: `data-volt-on-click="$arc('user:save', { id })"`
102102+103103+## To-Do
104104105105### Animation & Transitions
106106