Commit 94c520c
fix(begin): add SpTextfield id prop, versions.toml version note, workspace default-members
- Add `id: String` prop to `SpTextfield` and emit `"id": "{id}"` so the
DOM `for`/`id` link between `SpFieldLabel` and `SpTextfield` is live.
- Pass `id: field_id` in `inspector.rs` (`SpFieldLabel` keeps `.clone()`
as the first use; `SpTextfield` moves the value as the second use).
- Add comment to `versions.toml` noting 0.45.4 does not exist on npm
so future maintainers don't revert to a non-existent version.
- Add `default-members` to root `Cargo.toml` excluding `xtask` from
`cargo build --workspace` / `cargo test --workspace` default targets.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9c64e5f commit 94c520c
4 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments