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
Add ouiaId(String) method to BaseComponent, BaseComponentSVG, and ComponentDelegate for setting stable, deterministic OUIA component IDs
Changed
Add since and forRemoval attributes to all @Deprecated annotations on Popper.js-based classes and components
Improve null safety, reduce code duplication, and address code review findings in core module
Fixed
Fix OUIA attribute names to match the spec (data-ouia-component-type and data-ouia-component-id instead of data-ouia-type and data-ouia-id)
Fix OUIA component ID no longer set to the shared ComponentType.id — data-ouia-component-id is now only set when explicitly provided via ouiaId(String)
Fix format string bug, variable assignment bug, and null guard in core module