Major release with 1 breaking change, 9 new features and 25 fixes.
Breaking Changes
- Removing the color prop from the ColoredAvatar as this was setting only the background color to something that was not accessible and should never be used. Can be re-introduced later, if need be. (fc4aac2)
Features
- add support for using Crowdin distributions in translation-tooling (#389, c11e009)
- Merge pull request #387 from CatalystOne/feat/toggle-org-picker (f3b91ef)
- enable toggling of content in orgpicker (00ccdd7)
- release tree view and searchable tree view (#379, 69baac9)
- added 3 new icons (#369, 9239ddf)
- add react node to colored avatar (#364, 693409f)
- add new icon (#360, 8bf9aa2)
- custom render cell so sorter fns have original data to sort on (#354, 3c6f3db)
- nav blocker and some ui fixes (#351, 62960f4)
Bug Fixes
- use deterministic colors for avatars when testing in Storybook (6eb5618)
- bump storybooks to Storybook v9 (#386, 515cc32)
- monochrome version of icon (#385, 1b3be16)
- add new icons count and star_big_bold (#384, 1c92148)
- format (68a5b96)
- stop using random testdata in Storybook stories (f3f0185)
- fix more a11y issues across components (#377, dcda2fd)
- component: fixed the issue where delete column still appeared even if no onDelete was passed (#381, 733224a)
- merge markrs (#380, 5bbbd9f)
- release org picker pkg (#376, 49d7780)
- make some smaller a11y fixes and fixes to Storybook rendering (#375, 0900490)
- add waiting to some of the Storybook play functions (#374, 90a85ed)
- add new GitHub workflow for running Chromatic tests (#373, e6bb548)
- add stylelint to do linting of generated CSS (#372, 2b7dfed)
- CO-55306 added worklinq svg (#368, 61986c9)
- remove children prop from being omitted (#367, 254c89e)
- error coming when a person having initials in UserAvatar is selected in person-picker when firstName or lastName are null (#366, ce9f6ff)
- error coming on null lastName while creating label for option (#363, db6b6c7)
- names are nullable and search defaults to recent when string is … (#362, 45890c0)
- add illustrations by theme and toggle using env provider (#361, 2e714f1)
- add filters and options to default fetch and the content section (#359, 21f5adf)
- Merge pull request #358 from CatalystOne/CO-54734 (fa58c52)
- CO-54734 adding permissions (0b3389a)
- export the person picker search fn (#356, 2562a27)
- delete rows were broken due to undefined flagg (#355, 54634dd)