releases

Alex Miller (Clojure team) 2026-05-26T13:39:43.453399Z

https://github.com/clojure/tools.gitlibs 2.6.217 • Fix NPE on tags if repo has no tags

🎉 4
vanelsas 2026-05-26T14:15:55.967659Z

New release https://github.com/avanelsas/baredom What's in 3.3.0 Three new framework adapters ship alongside the existing React and Angular adapters: Vue 3, Svelte 5, and SolidJS are now officially supported. BareDOM users of every major JS framework can now install a typed wrapper package that adds framework-idiomatic props, events, and ref handling on top of the same underlying web components. Changed - README.md — Restructured - docs/components.md — Full per-component catalogue (103 components across 11 categories) split out from the README. - scripts/codegen_shared.bb (new) — Shared codegen module housing resolve-event-name, prop-type->ts, and event-detail->ts, previously copy-pasted across all four adapter generators (~270 lines of duplication eliminated). React's controlled-components map now derives from scripts/form-control-metadata.bb, closing a silent drift trap for new form controls. - CLAUDE.md — Registration checklist for new components now requires updating both docs/components.md and the README.md Components overview. - CI — New .github/workflows/release-solid.yml matching the per-adapter release pattern. docs/RELEASING.md extended to cover the per-adapter release process and first-publish NPM_TOKEN permission considerations. Fixed — adapter bugs - @alexander.vanelsas/baredom-angular — x-select CVA used the wrong change-event name. - @alexander.vanelsas/baredom-vue — Vue-reserved prop names (`key`, ref, is) were silently dropped by Vue. Reserved props are now renamed in the generated wrapper (e.g. keyAttr) and the underlying attribute is written imperatively. Live demos of all web components at the repo's https://avanelsas.github.io/baredom/. Questions? Ask them in the #C0AS9CBPALB channel.

3
tony.kay 2026-05-26T21:20:10.906229Z

https://github.com/fulcrologic/fulcro2 - Babashka support • Made most nses (non-react ones) loadable in bb • Working on fulcro-tui - A JLine-based TUI system that allows TUI written using Fulcro

5
🤯 2
❤️ 3
borkdude 2026-05-26T21:41:30.533269Z

@tony.kay I'm curious to see a demo of fulcro-tui!

tony.kay 2026-05-26T21:53:23.784979Z

Just pushed

tony.kay 2026-05-26T21:53:30.034789Z

(see announcements) 😄