-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [FX-377] Proxy ref from forwardRef to FileInput #621
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
havenchyk
approved these changes
Aug 23, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
MilosMosovsky
force-pushed
the
fx-move-to-v4
branch
2 times, most recently
from
August 23, 2019 10:37
ab83602
to
3c59056
Compare
denieler
force-pushed
the
fx-377-proxy-ref-file-input
branch
from
August 23, 2019 10:39
feed024
to
08dd7c4
Compare
denieler
changed the title
feat: [FX-377] Add proxying ref from forwardRef to FileInput
feat: [FX-377] Proxy ref from forwardRef to FileInput
Aug 23, 2019
MilosMosovsky
approved these changes
Aug 23, 2019
denieler
force-pushed
the
fx-377-proxy-ref-file-input
branch
from
August 23, 2019 10:53
08dd7c4
to
fbc744b
Compare
denieler
force-pushed
the
fx-377-proxy-ref-file-input
branch
from
August 23, 2019 10:55
fbc744b
to
7a3dc2f
Compare
🎉 Last commit is successfully deployed 🎉 Demo is available on: Your davinci-bot 🚀 |
havenchyk
pushed a commit
that referenced
this pull request
Aug 23, 2019
MilosMosovsky
pushed a commit
that referenced
this pull request
Aug 23, 2019
MilosMosovsky
pushed a commit
that referenced
this pull request
Aug 23, 2019
MilosMosovsky
pushed a commit
that referenced
this pull request
Aug 23, 2019
conf
pushed a commit
that referenced
this pull request
Aug 23, 2019
# [3.0.0](v2.27.1...v3.0.0) (2019-08-23) ### Bug Fixes * **Accordion:** fix Accordion styles ([#592](#592)) ([c2636b9](c2636b9)) * **Accordion:** fix an issue with no children rendered ([b9d198e](b9d198e)) * **CssBaseline:** [FX-368] Use our own css baseline ([#595](#595)) ([bf9052c](bf9052c)) * **Grid:** divide Picasso grid spacing according to MUI ([#586](#586)) ([41b9783](41b9783)) * **paper:** fix default text color ([#594](#594)) ([5522976](5522976)) * **Select:** issues after upgrade to MUI v4 ([#590](#590)) ([7c34698](7c34698)) * **Slider:** [FX-378] Move Slider from lab to core ([#596](#596)) ([58e33b9](58e33b9)) * **Table:** adjust cell paddings ([#591](#591)) ([550d901](550d901)) * **Tabs:** after upgrade to v4 ([#593](#593)) ([07dcef8](07dcef8)) * fix disabled state for Checkbox and Radio ([#587](#587)) ([bc73cea](bc73cea)) * **Tooltip:** issues after upgrade to v4 ([#581](#581)) ([65676e0](65676e0)) * **Typography:** fix typography, baseline visual issues ([#585](#585)) ([68e8aec](68e8aec)) ### chore * **TextField:** remove deprecated props and rename to Input ([#606](#606)) ([1d63602](1d63602)) * rename `justifyContent` prop in Grid to match Container ([#600](#600)) ([8da9a02](8da9a02)) * **Icon:** delete deprecated icon components ([#598](#598)) ([b37be08](b37be08)) * **Icon:** remove deprecated prop `size` from icons ([#599](#599)) ([033a5ac](033a5ac)) ### Features * [FX-377] Forward refs for all components ([#612](#612)) ([677af2e](677af2e)) * [FX-377] Proxy ref from forwardRef to FileInput ([#621](#621)) ([54668a3](54668a3)) * upgrade MUI to v4 ([29d14bd](29d14bd)) ### BREAKING CHANGES * **TextField:** TextField component to Input * **Slider:** Slider component has been moved from `@toptal/picasso/lab` to `@toptal/picasso` * rename `justify` prop in `Grid` to `justifyContent` * **Icon:** remove deprecated prop `size` from icons * **Icon:** icon components deprecated in v2 have been fully removed in v3. To obtain support migrating these components, check: https://toptal-core.atlassian.net/wiki/x/boACG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FX-377
Description
Make ref to be proxied from
forwardRef
forFileInput
and merged with the currently usedref
inside the component.Just will leave it here - facebook/react#13029
it was difficult to find this info