You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[UI Building Blocks](ui-blocks.md) — templates, mixins, widget types, new addons
48
49
49
50
---
50
51
51
52
## Caveats / what this does NOT cover
52
53
53
-
-**Intra-struct field changes are invisible to a surface diff.** The private-aura `showCountdownFrame`→`showCooldownFrame` rename was caught only by comparing the files directly. Treat struct-field renames as a manual-check item.
54
-
-**Engine/runtime behaviour is not covered** — taint-rule changes, secret-value handling, `error → nil` behaviour, and re-opened or newly-restricted APIs do not show up in a source diff. Cross-check against the official PTR patch notes and the WoW Dev Discord `#api-changes` channel.
55
-
- Reflects PTR build **12.1.0.68209** and is subject to change before 12.1 goes live.
54
+
Coverage is being filled in stages. Currently in: the documented API surface (functions, events, structs, enums) and the **UI building blocks** (templates, mixins, widget types, addons). Still being added / out of scope:
55
+
56
+
-**Field-level changes inside existing structs & enums** aren't yet enumerated automatically. The private-aura `showCountdownFrame`→`showCooldownFrame` rename was caught by manual inspection; a field-level pass over the API docs is planned to make these exhaustive.
57
+
-**Global functions & constants defined in Blizzard's addons** (not in the generated docs) aren't catalogued yet — planned.
58
+
-**Blizzard's internal implementation changes** (function-body rewrites that don't change a public signature, template, or global) are intentionally excluded — they can't affect addons. Use the raw source diff for those.
59
+
-**Engine/runtime behaviour** — taint rules, secret-value handling, `error → nil`, re-opened/restricted APIs — isn't visible to a source diff. Cross-check the official PTR patch notes and the WoW Dev Discord `#api-changes` channel.
60
+
- Reflects PTR build **12.1.0.68209**; subject to change before 12.1 goes live.
0 commit comments