i-like-robots / react-tag-autocomplete

⚛️ A simple, accessible, tagging component ready to drop into your React projects (new repo)
https://i-like-robots.github.io/react-tag-autocomplete/
ISC License
178 stars 12 forks source link

Align close/collapse, open/expand highlight/activate terminology #37

Closed i-like-robots closed 1 year ago

i-like-robots commented 1 year ago

One of the goals of this major release is to ensure terminology across the codebase and documentation is consistent and in alignment with any relevant ARIA specifications, in particular those for the combobox.

This PR updates two props which were out of line.

Before After
closeOnSelect collapseOnSelect
startWithFirstOption activateFirstOption

I regret not making this change earlier, before the release candidate stage, but feel it must be done before this version is fully released and becomes more widely used. The current v6 release line gets ~30,000 downloads a week but v7 remains less than 300 so I feel comfortable that the impact of this change is limited.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4520184390

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 4520031752: 0.0%
Covered Lines: 1352
Relevant Lines: 1362

💛 - Coveralls