-
Notifications
You must be signed in to change notification settings - Fork 58
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
FED-279: Add improved prop forwarding method #829
Merged
Merged
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
07c20b0
spike for unused props concept
kealjones-wk e7c1eba
Merge branch 'master' into unused_props
kealjones-wk 69f836f
I heard you liked forwarding props...
kealjones-wk 09cc932
remove `include`
kealjones-wk 638aa33
add some dom tests
kealjones-wk a1f18b9
Merge branch 'master' into unused_props
kealjones-wk 37aae20
uncomment old tests and fix generic test
kealjones-wk a6007d7
fix warnings
kealjones-wk 4c7a63f
fix PropsToForward doc comment
kealjones-wk 98fe1d3
formatting
kealjones-wk 4b76cc2
simplify consumedProps assignment in _propsToForward
kealjones-wk 2e30341
remove commented out code
kealjones-wk 7b2799b
format
kealjones-wk 8a5f7d8
fix doc comments
kealjones-wk 91a8572
add prop forwarding demo to web
kealjones-wk 3c39d20
add test for error case
kealjones-wk fb07ac0
address feedback
kealjones-wk 31a9bad
fix error test
kealjones-wk f8d89de
add rethrow to propsToForward try catch
kealjones-wk 80b2bab
only run in ddc
kealjones-wk b20ec36
maybe fix test?
kealjones-wk a068cbb
fix assertion logic
kealjones-wk bc1a78c
uncomment out tests
kealjones-wk 1e383db
lets not use such a complex demo
kealjones-wk e43030d
update docs?
kealjones-wk 5b1de45
remove the line termination change
kealjones-wk 0ad2e6d
Revert "remove the line termination change"
kealjones-wk d0b6d7d
Revert "update docs?"
kealjones-wk 23c11e9
add other doc updates
kealjones-wk eef837c
update migration guide?
kealjones-wk 81010e5
another doc update
kealjones-wk 6bfad61
address feedback
kealjones-wk cfd533e
Update test/over_react/component_declaration/builder_integration_test…
kealjones-wk 3a82784
Fix improper `having` use from suggestion
kealjones-wk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
Maybe this should go somewhere else? ugh i hate deciding where docs should go! @joebingham-wk i need your help lol
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.
I think here and in the doc/props_mixin_component_composition.md section is sufficient for this PR 👍