Clintchiz
  • Joined on 2025-08-30
Clintchiz pushed to main at WorkRoot/WRNexusJS 2026-08-18 22:38:50 +05:30
d70e89230b chore(release): publish language server 0.8.10
7e6d8c3bc8 test(language-server): add end-to-end verification for HTML editing support
92c0920c9b test(vscode): guard the Emmet mapping and auto-close setting
a8d8ac386f test(vscode): add integration tests for completion provider guard
2c8841cc5f fix(vscode): stop duplicating completions inside view blocks
Compare 16 commits »
Clintchiz pushed to feat/wrn-html-editing at WorkRoot/WRNexusJS 2026-08-18 20:30:38 +05:30
7d481df652 docs(html-editing): add implementation plan
Clintchiz created branch feat/wrn-html-editing in WorkRoot/WRNexusJS 2026-08-18 20:23:11 +05:30
Clintchiz pushed to feat/wrn-html-editing at WorkRoot/WRNexusJS 2026-08-18 20:23:11 +05:30
5477f5436d docs(html-editing): add design spec for HTML support in .wrn files
Clintchiz pushed to main at WorkRoot/WRNexusJS 2026-08-18 20:01:05 +05:30
b646ec8d00 chore(release): patch-bump packages changed since the last publish
Clintchiz pushed to main at WorkRoot/WRNexusJS 2026-08-18 19:53:29 +05:30
e66d2425aa fix(gateway): allow HMR sockets on every configured domain
Clintchiz pushed to main at WorkRoot/WRNexusJS 2026-08-18 19:44:46 +05:30
b3b65dddd8 fix(db): stamp the dialect into generated query files
5dbcc5b85d fix(i18n): ship i18n data as a JSON block so CSP cannot block it
Compare 2 commits »
Clintchiz pushed to main at WorkRoot/WRNexusJS 2026-08-18 19:30:30 +05:30
e819c5739e Revert "chore(example): regenerate basic-app queries"
ac164789bd fix(dev): serve the HMR client as an external script
88ec3a5cb6 chore(example): regenerate basic-app queries
28085b5a43 chore(db,scripts): pending migration and packaging tweaks
5d7bd81601 fix(dev-toolbar): report development-appropriate budgets
Compare 27 commits »
Clintchiz pushed to chore/pending-workspace-changes at WorkRoot/WRNexusJS 2026-08-18 19:26:09 +05:30
e819c5739e Revert "chore(example): regenerate basic-app queries"
Clintchiz pushed to chore/pending-workspace-changes at WorkRoot/WRNexusJS 2026-08-18 19:25:44 +05:30
ac164789bd fix(dev): serve the HMR client as an external script
Clintchiz created branch chore/pending-workspace-changes in WorkRoot/WRNexusJS 2026-08-18 19:18:57 +05:30
Clintchiz pushed to chore/pending-workspace-changes at WorkRoot/WRNexusJS 2026-08-18 19:18:57 +05:30
88ec3a5cb6 chore(example): regenerate basic-app queries
28085b5a43 chore(db,scripts): pending migration and packaging tweaks
5d7bd81601 fix(dev-toolbar): report development-appropriate budgets
5e114d867f feat(gateway): forward application identity on WebSocket upgrades
10421465df fix(styles): stop scanning every component for utility sources
Compare 7 commits »
Clintchiz pushed to feat/react-islands at WorkRoot/WRNexusJS 2026-08-18 18:15:24 +05:30
4dd7681bf7 fix(dev): repair the HMR client and keep islands alive across updates
Clintchiz pushed to feat/react-islands at WorkRoot/WRNexusJS 2026-08-18 16:30:43 +05:30
843db2815f fix(islands): rebuild on .tsx edits and support islands inside components
17aa3b98eb feat(islands): wire islands end to end
Compare 2 commits »
Clintchiz pushed to feat/react-islands at WorkRoot/WRNexusJS 2026-08-18 15:50:36 +05:30
442a3106ed test(islands): guard zero-JS routes and single-React bundling
3115277e9d chore(ui): refresh the stale UI visual contract baseline
02fdfa3aee feat(react): remount islands on hot module replacement
5f66c8129c docs(react-islands): drop the write-during-render guard
01a3b3b4e9 feat(compiler): classify island routes as static-interactive
Compare 13 commits »
Clintchiz pushed to feat/react-islands at WorkRoot/WRNexusJS 2026-08-18 15:07:36 +05:30
a6570d7f68 docs(react-islands): add implementation plan
Clintchiz created branch feat/react-islands in WorkRoot/WRNexusJS 2026-08-18 15:02:03 +05:30
Clintchiz pushed to feat/react-islands at WorkRoot/WRNexusJS 2026-08-18 15:02:03 +05:30
4ef2ef14ff docs(react-islands): add design spec for opt-in React islands
Clintchiz pushed to main at WorkRoot/WRNexusJS 2026-08-15 13:01:13 +05:30
d78707be9f fix(forms): surface validation and recover schema drift
Clintchiz pushed to main at WorkRoot/WRNexusJS 2026-08-15 12:33:43 +05:30
1d16ef1e82 chore(release): refresh ui consumers