acl-services / paprika

🌶 A robust + accessible UI component library for React applications by Galvanize.
MIT License
54 stars 9 forks source link

fix(Uploader): UXD-1995 zindex issue and disabled issue #1237

Closed allison-c closed 2 years ago

allison-c commented 2 years ago

Purpose 🚀

https://aclgrc.atlassian.net/browse/UXD-1995

Notes ✏️

why the change was made:

defaultIsDisabled can't be changed once mount.

👷 Moving from 3.x.x to 4.x.x:

If you didn't use defaultIsDisabled, you don't need to do anything. Otherwise:

Before:

<Uploader defaultIsDisabled={true} />

After:

<Uploader isDisabled={true} />

Updates 📦

If you have changed a component's source code (not stories, specs, or docs), before merging your branch run yarn changeset. This will prompt you to:

Storybook 📕

http://storybooks.highbond-s3.com/paprika/your-branch-name

Screenshots 📸

optional but highly recommended

References 🔗

relevant Jira ticket / GitHub issues

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 643ca9c91d4d018fbc8ee1a8dbc515514736791c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | @paprika/uploader | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR