-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 #239
base: main
Are you sure you want to change the base?
Conversation
bd3c976
to
d01d896
Compare
173d1b5
to
76bb1d4
Compare
I've released a |
👋 Hello and thanks for pinging us! This issue or PR has been added to our inbox and a Design Infrastructure first responder will review it soon.
|
The current example throws error TS1207: Decorators cannot be applied to multiple get/set accessors of the same name. I suggest updating documentation inline with advice from TS dev @mhegazy; see microsoft/TypeScript#2249 (comment)
This allows classes to opt-in to old-style `data-` prefixed attr serialised names. Co-authored-by: Kristján Oddsson <[email protected]>
Co-authored-by: Keith Cirkel <[email protected]>
I am unsure what the status is with v2 so I understand that it's still unstable and subject to changes. I am however finding in comparison to v1 that I am unable to use the Hopefully I am not speaking out of turn with this. But I think the issue was due to the order in with the abilities are called in the in the In the |
v2 is a branch made of the following PRs:
These PRs are introducing breaking changes to the codebase, which is why they've been merged into this branch.