-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Enhancement alphabetize case insensitive #1586
Enhancement alphabetize case insensitive #1586
Conversation
…phabetize` - imp: mutateRanksToAlphabetizeV2 added to handle case insensitive sorting - tests: add two test cases for alphabetize.caseInsensitive: true - docs: added documentation for new options: alphabetize.caseInsensitive - imp: merged mutateRanksToAlphabetizeV2 to original - changelog: updated with caseInsensitive addition
4 similar comments
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.
Just the one comment left.
@@ -210,12 +212,14 @@ import React, { PureComponent } from 'react'; | |||
import aTypes from 'prop-types'; | |||
import { compose, apply } from 'xcompose'; | |||
import * as classnames from 'classnames'; | |||
import blist from 'BList'; |
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.
perhaps a relative path would be better here, since npm package names can't be capitalized (for many years now)
ad5e4dc
to
c53a069
Compare
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.
Actually let's just leave this as-is.
c53a069
to
c28fa7c
Compare
Fixes #1581