-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Add Fragment as a named export to React #10783
Commits on Oct 17, 2017
-
Add Fragment as a named export to React
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 284efed - Browse repository at this point
Copy the full SHA 284efedView commit details -
Remove extra tests for Fragment
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for c26914b - Browse repository at this point
Copy the full SHA c26914bView commit details -
Change React.Fragment export to be a string '#fragment'
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for adb7c61 - Browse repository at this point
Copy the full SHA adb7c61View commit details -
Fix fragment special case to work with 1 child
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 3804288 - Browse repository at this point
Copy the full SHA 3804288View commit details -
Add single child test for fragment export
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for f201879 - Browse repository at this point
Copy the full SHA f201879View commit details -
Move fragment definition to ReactEntry.js and render components for k…
…ey warning tests
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 3a21716 - Browse repository at this point
Copy the full SHA 3a21716View commit details -
Inline createFiberFromElementType into createFiberFromElement
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 480e8d1 - Browse repository at this point
Copy the full SHA 480e8d1View commit details -
Update reconciliation to special case fragments
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 29e6472 - Browse repository at this point
Copy the full SHA 29e6472View commit details -
Use same semantics as implicit childsets for ReactFragment
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for e62c4b4 - Browse repository at this point
Copy the full SHA e62c4b4View commit details -
Add more fragment state preservation tests
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for e0c0a1c - Browse repository at this point
Copy the full SHA e0c0a1cView commit details -
Export symbol instead of string for fragments
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for c74af40 - Browse repository at this point
Copy the full SHA c74af40View commit details -
Clement Hoang committed
Oct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 1f9ef58 - Browse repository at this point
Copy the full SHA 1f9ef58View commit details -
Clement Hoang committed
Oct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 14d3a1b - Browse repository at this point
Copy the full SHA 14d3a1bView commit details -
Merge branches in updateElement
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 6df523d - Browse repository at this point
Copy the full SHA 6df523dView commit details -
Clement Hoang committed
Oct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for b4f17f6 - Browse repository at this point
Copy the full SHA b4f17f6View commit details -
Re-use createFiberFromFragment for fragment case
Clement Hoang committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 6b374f8 - Browse repository at this point
Copy the full SHA 6b374f8View commit details
Commits on Oct 18, 2017
-
Simplyify branches by adding type field to fragment fiber
Clement Hoang committedOct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 7ceb631 - Browse repository at this point
Copy the full SHA 7ceb631View commit details -
Move branching logic for fragments to broader methods when possible.
Clement Hoang committedOct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 53969d3 - Browse repository at this point
Copy the full SHA 53969d3View commit details -
Clement Hoang committed
Oct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 8ecb60c - Browse repository at this point
Copy the full SHA 8ecb60cView commit details -
Clement Hoang committed
Oct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for ab1a58e - Browse repository at this point
Copy the full SHA ab1a58eView commit details
Commits on Oct 19, 2017
-
Move REACT_FRAGMENT_TYPE into __DEV__ block for DCE
Clement Hoang committedOct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for b7fff43 - Browse repository at this point
Copy the full SHA b7fff43View commit details -
Change hex representation of REACT_FRAGMENT_TYPE to follow convention
Clement Hoang committedOct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for a6aca28 - Browse repository at this point
Copy the full SHA a6aca28View commit details
Commits on Oct 20, 2017
-
Remove unnecessary branching and isArray checks
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 372a62a - Browse repository at this point
Copy the full SHA 372a62aView commit details -
Update test for preserving children state when keys are same
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 8405465 - Browse repository at this point
Copy the full SHA 8405465View commit details -
Fix updateSlot bug and add more tests
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for cee245c - Browse repository at this point
Copy the full SHA cee245cView commit details -
Make fragment tests more robust by using ops pattern
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for b3bac19 - Browse repository at this point
Copy the full SHA b3bac19View commit details -
Update jsx element validator to allow numbers and symbols
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 198ad8c - Browse repository at this point
Copy the full SHA 198ad8cView commit details -
Remove type field from fragment fiber
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 1a47984 - Browse repository at this point
Copy the full SHA 1a47984View commit details -
Fork reconcileChildFibers instead of recursing
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 5edee97 - Browse repository at this point
Copy the full SHA 5edee97View commit details -
Merge branch 'master' into react-fragment-export
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 1539f19 - Browse repository at this point
Copy the full SHA 1539f19View commit details -
Merge branch 'master' into react-fragment-export
Clement Hoang committedOct 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 367c7e6 - Browse repository at this point
Copy the full SHA 367c7e6View commit details
Commits on Oct 25, 2017
-
Clement Hoang committed
Oct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 59f6828 - Browse repository at this point
Copy the full SHA 59f6828View commit details -
- Add more coverage to fragment tests - Use better names - Remove useless Fragment component inside tests - Remove useless tests so that tests are more concise
Clement Hoang committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for d29bd31 - Browse repository at this point
Copy the full SHA d29bd31View commit details
Commits on Oct 26, 2017
-
Check output of renderer in fragment tests to ensure no silly busines…
…s despite states being preserved
Clement Hoang committedOct 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 8c070e6 - Browse repository at this point
Copy the full SHA 8c070e6View commit details
Commits on Oct 27, 2017
-
Finish implementation of fragment reconciliation with desired behavior
Clement Hoang committedOct 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 545d0b9 - Browse repository at this point
Copy the full SHA 545d0b9View commit details -
Add reverse render direction for fragment tests
Clement Hoang committedOct 27, 2017 Configuration menu - View commit details
-
Copy full SHA for c8a0752 - Browse repository at this point
Copy the full SHA c8a0752View commit details -
Merge branch 'master' into react-fragment-export
Clement Hoang committedOct 27, 2017 Configuration menu - View commit details
-
Copy full SHA for fe2dd4d - Browse repository at this point
Copy the full SHA fe2dd4dView commit details -
Remove unneeded fragment branch in updateElement
Clement Hoang committedOct 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 48bcaa7 - Browse repository at this point
Copy the full SHA 48bcaa7View commit details -
Add more test cases for ReactFragment
Clement Hoang committedOct 27, 2017 Configuration menu - View commit details
-
Copy full SHA for b3864af - Browse repository at this point
Copy the full SHA b3864afView commit details -
Handle childless fragment in reconciler
Clement Hoang committedOct 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 17ac4a2 - Browse repository at this point
Copy the full SHA 17ac4a2View commit details -
Support fragment flattening in SSR
Clement Hoang committedOct 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 27312d0 - Browse repository at this point
Copy the full SHA 27312d0View commit details
Commits on Oct 28, 2017
-
Clement Hoang committed
Oct 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 87ab859 - Browse repository at this point
Copy the full SHA 87ab859View commit details -
Warn when non-key and children props are passed to fragments
Clement Hoang committedOct 28, 2017 Configuration menu - View commit details
-
Copy full SHA for f9443d1 - Browse repository at this point
Copy the full SHA f9443d1View commit details
Commits on Oct 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 97d1bdd - Browse repository at this point
Copy the full SHA 97d1bddView commit details -
Add test for positional reconciliation in fragments
Clement Hoang committedOct 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 71252b9 - Browse repository at this point
Copy the full SHA 71252b9View commit details -
Add warning for refs in fragments with stack trace
Clement Hoang committedOct 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 8cbc93d - Browse repository at this point
Copy the full SHA 8cbc93dView commit details