Manuel Carrera
Manuel Carrera
## Summary Fixes: https://github.com/Workday/canvas-kit/issues/1682  ### Release Note - `Modal.Card` no longer defines the padding in the Modal. We've moved the padding to each section. - `Modal.Heading`, `Modal.Body` and `Modal.Footer`...
## 💡 Suggestion After discussing component promotions, we've come up with a list of components we want to soft deprecate - [ ] Soft Deprecate Drawer renaming it and adding...
## 🚀 Feature Proposal After an assessment done in https://github.com/Workday/canvas-kit/issues/1395 and https://github.com/Workday/canvas-kit/issues/1652, we've decided that Breadscrumbs is a good component to promote. As part of this promotion make sure to:...
## Summary Add new compound color picker. This will allow consumers to format or edit the contents of the color while still using the model pattern. This component is a...
## 💡 Suggestion Avatar is still a class component which means we sometimes don't have typescript play nicely when we try to use this component as a sub component of...
## Summary Update lodash to fix vulnerability  ### Release Note Optional release note message. Changelog and release summaries will contain a pull request title. This section will add additional...
## 🚀 Feature Proposal Move to [cypress component test runner](https://www.cypress.io/blog/2021/04/06/introducing-the-cypress-component-test-runner/). Currently we're using [cypress storybook](https://github.com/NicholasBoll/cypress-storybook) which has been great to use storybook to write our test. As of React 18,...
## 🐛 Bug Report Before we released we should get some word smiths to look at documentation but otherwise the API looks great - [ ] Review upgrade guide and...
## 💡 Suggestion We've used this component internally and it has helped us a lot to document different states of components. We should move this under the `common` package -...
## 💬 Questions and Help There are instances where consumers have a disabled button but want to give extra context as to why this action is disabled. Should we have...