-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat(Accordion): ability to open multiple items #988
Conversation
Allowing multiple open panels at once, need help with transforming activeIndex prop to an array.
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.
Awesome! Thank you for the clean up, I tried to step lightly.
Current coverage is 100% (diff: 100%)@@ master #988 diff @@
======================================
Files 140 137 -3
Lines 2304 2287 -17
Methods 0 0
Messages 0 0
Branches 0 0
======================================
- Hits 2298 2287 -11
+ Misses 6 0 -6
Partials 0 0
|
No worries, thanks for the work here. Looks like I need to add one more test to get the coverage we need. I've got to switch to other things now so I'll come back here when I get some more time. |
…1023) test(Accordion): add inclusive tests for opening and closing panels
This may pass now, thanks to @koenvg writing some more tests. |
@levithomason - the build died on circle so I restarted it and looks like it passed. We g2g here? |
Released in |
* pr/2: docs(Sidebar): fix filenames fixes Semantic-Org#1048 docs(changelog): update changelog [ci skip] 0.62.3 feat(Checkbox): Indeterminate state (Semantic-Org#1043) Feat(typings): Added typings for Radio, Confirm, Select and Textarea (Semantic-Org#1047) chore(package): update babel-core to version 6.21.0 (Semantic-Org#1045) fix(dropdown): clear value when dropdown is blurred (Semantic-Org#1046) fix(typings): fix typings spelling on `Accordion` (Semantic-Org#1044) fix(docs): Fix check icon (Semantic-Org#1042) docs(changelog): update changelog [ci skip] 0.62.2 fix(Header): Remove duplicate class (Semantic-Org#1040) test(Examples): assert no console errors (Semantic-Org#645) feat(Accordion): ability to open multiple items (Semantic-Org#988) feat(docs): Active className on Sidebar item (Semantic-Org#1031) chore(package): update node-sass to version 4.0.0 (Semantic-Org#1015) chore(package): update debug to version 2.4.1 (Semantic-Org#1028)
Continuation of #976