-
Notifications
You must be signed in to change notification settings - Fork 6.8k
chore(accordion): move CdkAccordion to @angular/cdk #7530
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
chore(accordion): move CdkAccordion to @angular/cdk #7530
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
66d3c96
to
c862f1f
Compare
@josephperrott Can you take a look at the CI failures? The linter is unrelated (Miles is working on it), but the Saucelabs / Browserstack ones look like they are |
927e1bf
to
66a0555
Compare
66a0555
to
7acf1a1
Compare
@kara CI failures have been taken care of. Should be good to go. |
@josephperrott Rebase too? |
BREAKING CHANGE: UniqueSelectionDispatcher, UniqueSelectionDispatcherListener and UNIQUE_SELECTION_DISPATCHER_PROVIDER are no longer available from @angular/material and instead must be imported from @angular/cdk/collections
BREAKING CHANGE: UniqueSelectionDispatcher, UniqueSelectionDispatcherListener and UNIQUE_SELECTION_DISPATCHER_PROVIDER are no longer available from @angular/material and instead must be imported from @angular/cdk/collections
7acf1a1
to
602a0a1
Compare
@kara Rebased. |
BREAKING CHANGE: - CdkAccordion is now in @angular/cdk/accordion - AccordionChild is renamed to CdkAccordionChild - CdkAccordion no longer has displayMode and hideToggle @inputs - CdkAccordionItem is now a @directive - CdkAccordion is now exportedAs CdkAccordion for template referencing - CdkAccordionItem is now exported as CdkAccordionItem for template referencing
602a0a1
to
ef2f108
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.