Skip to content

1.0#55

Merged
mbostock merged 19 commits into
mainfrom
mbostock/allow-empty-unquoted
May 20, 2026
Merged

1.0#55
mbostock merged 19 commits into
mainfrom
mbostock/allow-empty-unquoted

Conversation

@mbostock

@mbostock mbostock commented May 20, 2026

Copy link
Copy Markdown
Member
  • Remove (seemingly?) unnecessary error when interpolating empty strings into unquoted attributes.
  • Improve unsafe raw text error: now e.g. cannot interpolate </script> into <script>
  • Remove invalid binding error (1): allow attribute strings to be (safely) interpolated into tags.
  • Improve invalid binding error (1): now interpolated attribute name contains bare '>'
  • Remove invalid binding error (2): allow tag name to be dynamic. Allow interpolating tag names #54
  • Adopt TypeScript. Fixes TypeScript typings #39.
  • Adopt pnpm.
  • Adopt vitest.
  • Adopt npm trusted publishing.

@mbostock mbostock requested a review from Fil May 20, 2026 04:45
@mbostock mbostock marked this pull request as ready for review May 20, 2026 15:55
@mbostock mbostock merged commit 6303faa into main May 20, 2026
1 check passed
@mbostock mbostock deleted the mbostock/allow-empty-unquoted branch May 20, 2026 21:07
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.

TypeScript typings

2 participants