vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.43k stars 762 forks source link

fix(core): improved event types #6649

Closed coryrylan closed 2 years ago

coryrylan commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Some metadata was missing when generating the cds-angular directives. This included certain event types due to not being listed as public or the event was not available as a TS doc annotation. This also fixes the boolean attribute support cds-angular for the directives when an empty attribute is set on an element.

closes https://github.com/vmware/clarity/issues/6639 closes https://github.com/vmware/clarity/issues/6642

What is the new behavior?

Does this PR introduce a breaking change?

Other information