v7.0.0
LatestChanges
- refactor!: remove deprecated modules and redundant API aliases (6745b54)
Bug Fixes
Features
- add focused package entries (e2ee407)
- add mdx support to xote jsx runtime (e09d13f)
- jsx: add conditional rendering primitives (ad7558f)
- jsx: add list rendering primitives (d6958ec)
- view: add JSX value primitives (bc704c4)
- view: render primitive children (04305a3)
- view: support keyed rendering in For (46be19f)
BREAKING CHANGES
- - Remove the deprecated
Nodemodule (useView) - Remove the deprecatedReactivePropmodule (useProp) - RemoveView.list/View.keyedListaliases (useView.each/View.eachWithKey) - RemoveSSRState.make(useSSRState.signal) andSSRState.syncSignal(useSSRState.sync) Also drops theNode/ReactivePropentries fromrescript.jsonsources.publicand the./node/./reactive-proppackage exports, migrates in-repo examples/tests to the canonical names, and refreshes the README (favouring the Router/Route/Link component APIs in the Router section), CLAUDE.md, AGENTS.md, and the technical overview.