a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump to v0.3.1

+4 -4
+1 -1
ROADMAP.md
··· 15 15 | | ✓ | [Proxy-Based Reactivity Enhancements](#proxy-based-reactivity-enhancements) | 16 16 | v0.1.0 | ✓ | [Markup Based Reactivity](#markup-based-reactivity) | 17 17 | v0.2.0 | ✓ | [Reactive Attributes & Event Modifiers](#reactive-attributes--event-modifiers) | 18 - | v0.3.0 | | [Global State](#global-state) | 18 + | v0.3.0 | ✓ | [Global State](#global-state) | 19 19 | v0.4.0 | | [Animation & Transitions](#animation--transitions) | 20 20 | v0.5.0 | | [Persistence & Offline](#persistence--offline) | 21 21 | | | [Background Requests & Reactive Polling](#background-requests--reactive-polling) |
+1 -1
lib/deno.json
··· 1 1 { 2 2 "name": "@voltx/core", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "license": "MIT", 5 5 "exports": { ".": "./src/index.ts", "./debug": "./src/debug.ts", "./css": "./dist/voltx.css" }, 6 6 "imports": {
+1 -1
lib/jsr.json
··· 1 1 { 2 2 "name": "@voltx/core", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "license": "MIT", 5 5 "exports": { ".": "./src/index.ts", "./debug": "./src/debug.ts", "./css": "./dist/volt.css" }, 6 6 "publish": { "include": ["dist", "README.md", "LICENSE"] }
+1 -1
lib/package.json
··· 1 1 { 2 2 "name": "voltx.js", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "description": "A lightweight reactive framework for declarative UIs", 5 5 "type": "module", 6 6 "author": "Owais Jamil",