New Major Release https://github.com/avanelsas/baredom What's in 3.0.0 This release is all about BareDOM's dev-only time-travel debugger, a powerful dev-only tool that lets you visualize the lifecycle of your components. The debugger records every CustomEvent, attribute change, field write, and lifecycle callback, surfacing them in a navigable timeline. - Causality DAG View: See exactly which event triggered which state change. - Cross-Instance Lanes: Debug interactions between multiple components simultaneously. - Powerful Tooling: -Includes a scrubber, heatmap density rendering, full-text search, and JSON export/import for sharing traces. The debugger is available as an ESM module (@alexander.vanelsas/baredom/x-trace-history) and includes TypeScript declarations + a standalone viewer.html. Just append ?baredom-trace-history to your URL and the panel will appear. It’s framework-agnostic and works in React and Angular too. Bugfixes - x-select: slotted <option selected> default no longer stomped on render. Live demos of all web components at the repo's https://avanelsas.github.io/baredom/. Add ?baredom-trace-history to any page and see the new debug tool in action! Questions? Ask them in the #baredom channel.
New Release https://github.com/avanelsas/bareforge A visual landing-page designer -> code builder for BareDOM web components What's in v0.6.0 - https://github.com/avanelsas/baredom (lockstep across deps.edn + meta/versions.cljs). Several bug fixes: - Inspector Escape erased bound text · - x-select pickers painted blank - default-fallback for unset enums - float-math tails trimmed for display - :flow → :free no longer snaps on first drag - palette text-selection no longer blocks next drag Lots of internal code improvements and cleanup. Live demo at the repo's https://avanelsas.github.io/bareforge/. Questions? Ask them in the #bareforge channel