Skip to content

Release v1.0.1 - Fix HtmxTag sequence numbers#51

Merged
phmatray merged 1 commit intomainfrom
dev
Mar 10, 2026
Merged

Release v1.0.1 - Fix HtmxTag sequence numbers#51
phmatray merged 1 commit intomainfrom
dev

Conversation

@phmatray
Copy link
Contributor

Summary

  • Fix duplicate BuildRenderTree sequence numbers in HtmxTag where class and ChildContent reused sequence numbers 14/15 already assigned to hx-confirm and hx-delete
  • Use IsTruthy helper for cleaner null/whitespace checks
  • Delete stale branches (WIP-feature-backup-20260218, next)

Test plan

  • All 202 unit tests pass
  • HtmxTag renders correct attributes without collisions

The class and ChildContent attributes reused sequence numbers 14/15
which were already assigned to hx-confirm and hx-delete. This caused
rendering issues. Fixed by using IsTruthy helper and sequential
sequence numbers (35 for class, 36 for ChildContent).
@phmatray phmatray merged commit 4051961 into main Mar 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant