Skip to content
Commits on Mar 21, 2016
  1. @jimfb

    Merge pull request #6307 from cbrwizard/getEventCharCode_unit_tests

    jimfb committed
    getEventCharCode unit tests
  2. @zpao

    Merge pull request #6313 from jimfb/script-integrity-attribute

    zpao committed
    Removed script security attributes, since fb.me isn't setting the proper headers.
  3. @jimfb

    Removed script security attributes, since fb.me isn't setting the pro…

    jimfb committed with jim
    …per headers.
  4. @zpao

    Merge pull request #6312 from vjeux/fix_docs_jump

    zpao committed
    [website] Fix jump on the header
  5. @vjeux

    [website] Fix jump on the header

    vjeux committed
    Algolia adds two inline styles
    
    ```css
      position: relative;
      vertical-align: top;
    ```
    
    to the element once the script inserted at the end of the page runs which super slightly moves the header. The fix is to always apply those two rules this way it doesn't jump. I did not notice it on my machine because it doesn't move when custom fonts are not being used.
    
    Test Plan:
    - Open two tabs: reactjs.com and localhost:4000/react
    - Click around on reactjs.com to prime the cache with the fonts
    - Switch tabs and click around on localhost (but do not force refresh!)
    - Now you get custom fonts loaded locally and it doesn't jump when you change tabs
  6. @zpao

    Merge pull request #6303 from qerub/use-loose-envify

    zpao committed
    Use loose-envify instead of envify
  7. @qerub

    Use loose-envify instead of envify

    qerub committed
    This reduces the number of transitive dependencies and decreases the build time (by ~6% on my machine).
  8. @zpao

    Merge pull request #6309 from victor-homyakov/patch-1

    zpao committed
    Free memory allocated by testElement after usage
  9. @victor-homyakov

    Free memory allocated by testElement after usage

    victor-homyakov committed
    IE11 reports `testElement` as detached DOM node consuming memory. It is captured in closure of `setInnerHTML` function and could be safely cleared after feature test.
  10. @cbrwizard

    getEventCharCode unit tests

    cbrwizard committed
    Adds unit tests to getEventCharCode.
Commits on Mar 20, 2016
  1. @gaearon

    Merge pull request #6301 from gaearon/remove-dead-export

    gaearon committed
    Remove unused export from DOMChildrenOperations
Commits on Mar 19, 2016
  1. @gaearon
  2. @jimfb

    Merge pull request #6281 from rgarifullin/microfix_docs

    jimfb committed
    Microfix docs
Commits on Mar 18, 2016
  1. @gaearon

    Merge pull request #6289 from gaearon/strip-circular-refs

    gaearon committed
    Strip complex values from ReactPerf.printDOM() output
  2. @gaearon

    Try disabling coverage on master to prevent Travis crashes

    gaearon committed
    We suspect that memory overhead caused by coverage might be the reason Travis fails on master. No guarantees it will work but worth a try.
Commits on Mar 17, 2016
  1. @gaearon
  2. @gaearon

    Merge pull request #6287 from gaearon/rename-perf-methods

    gaearon committed
    Rename ReactPerf methods to match the upcoming ReactPerf revamp
  3. @gaearon
  4. @rgarifullin
  5. @gaearon

    Merge pull request #6285 from gaearon/no-addons

    gaearon committed
    Remove react/addons
  6. @gaearon
  7. @gaearon

    Merge pull request #6286 from gaearon/opaque-perf-measurements

    gaearon committed
    Make ReactPerf.getLastMeasurements() opaque
  8. @gaearon

    Make ReactPerf measurements opaque

    gaearon committed
    We intend to change the measurement format significantly in #6046. In order to introduce the new ReactPerf during 15.x release cycle, we are making the measurement structure opaque-ish in 15.0.
  9. @gaearon

    Remove react/addons

    gaearon committed
  10. @jimfb

    Merge pull request #6273 from cbrwizard/getEventKey_tests

    jimfb committed
    getEventKey unit tests
  11. @gaearon

    Merge pull request #6276 from gaearon/fix-custom-components

    gaearon committed
    Skip all special props when setting attributes on web components
Commits on Mar 16, 2016
  1. @gaearon

    Add v15 RC2 download

    gaearon committed
  2. @gaearon

    Add v15 RC2 blog post

    gaearon committed
  3. @gaearon

    v15.0.0-rc.2

    gaearon committed
  4. @gaearon
  5. @gaearon

    Merge pull request #6274 from facebook/revert-6226-PR-5202

    gaearon committed
    Revert "Bug fix for issue 5202"
  6. @gaearon

    Revert "Bug fix for issue 5202"

    gaearon committed
  7. @cbrwizard

    getEventKey unit tests

    cbrwizard committed
    Adds unit tests to getEventKey function.
  8. @jimfb

    Merge pull request #6270 from rofrischmann/unitless-css-property

    jimfb committed
    added several new unitless properties
  9. @jimfb

    Merge pull request #6226 from antoaravinth/PR-5202

    jimfb committed
    Bug fix for issue 5202
Something went wrong with that request. Please try again.