Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tagoverflow): remove TagOverflow dependency on TagSet (carbon-de…
…sign-system#4929) * feat(tagoverflow): generate default file structure for TagOverflow component * chore(tagoverflow): update gallery to include example of tagoverflow component * feat(tagoverflow): component functionality implementation * fix(tagoverflow): too many re-renders * fix(tagoverflow): container width updated to according to story definition * fix(tagoverflow) : story title and id updated as per issue 4529 * test(tagoverflow) : initial unit tests * chore(tagoverflow): prettier * test(tagoverflow): added some more unit tests * fix(tagoverflow): all tags are getting displayed for a second during initial load * fix(tagoverflow): storybook config changes in accordance with issue 4561 * fix(tagoverflow): accessibility isssue elements with duplicate id exists * fix(tagoverflow): merge conflict * test(tagoverflow): some more unit tests * feat(tagoverflow): multiline support * fix(tagoverflow): typo, self closing tag and array length check * fix(tagoverflow): spellcheck * fix(tagoverflow): remove autogenerated comments * fix(tagoverflow): change config for useravatar background color * fix(tagoverflow): pass tagType added as a prop * fix(tagoverflow): test case failure * fix(tagoverflow): rename itemTemplate to tagComponent * fix(tag-overflow): optimize custom template rendering logic * fix(tagoverflow): remove logic for setting default tag type as blue * feat(tagoverflow): remove dependecy on Tagset component * fix(tagoverflow): update story names and use id as key instead of index * fix(tagoverflow): use evt for event refs and remove unwanted useffect * fix(tagoverflow): remove unnecessary template strings * fix(tagoverflow): remove filter logic from render method * fix(tagoverflow): accessibility violation * feat(tagoverflow): support align prop * fix(tagoverflow): containingElementRef,measurementOffset,onTagChange * fix(tagoverflow): unit test * fix(tagoverflow): unit tests --------- Co-authored-by: Sinta Augustine <sinta.augustine@ibm.com> Co-authored-by: Matt Gallo <mdgallo@us.ibm.com>
- Loading branch information