Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

WIP: V4 #154

Merged
merged 51 commits into from
Nov 21, 2016
Merged

WIP: V4 #154

merged 51 commits into from
Nov 21, 2016

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    d81d33a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bcf70b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482ae47 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Dispose reaction on error

    Andrey Kogut committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    753046a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Configuration menu
    Copy the full SHA
    a974277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa427ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c678c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e3dc99 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Configuration menu
    Copy the full SHA
    6690f91 View commit details
    Browse the repository at this point in the history
  2. Tried to implement smart observable of props & state of component.

    Still need to avoid double render on props/state modifications.
    Strate committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    eca5341 View commit details
    Browse the repository at this point in the history
  3. Remove missed console.log

    Strate committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    d576192 View commit details
    Browse the repository at this point in the history
  4. Debounce reportChanged

    Prevents infinite recursion.
    Strate committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    1e83e1a View commit details
    Browse the repository at this point in the history
  5. Skip render while props/state change reportChanged() call.

    This helps prevent double-render of component.
    Strate committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    f5be8f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    888dc72 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    0310ba1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    fefed40 View commit details
    Browse the repository at this point in the history
  2. additional test

    mweststrate committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    861d46d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260746d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    124acc3 View commit details
    Browse the repository at this point in the history
  5. Added test for #134

    Andrey Kogut committed Nov 7, 2016
    3 Configuration menu
    Copy the full SHA
    48319cc View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into tryForceUpdate

    Andrey Kogut committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    059f8ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Added test for #134

    Andrey Kogut committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    c67781c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    479c370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7335a31 View commit details
    Browse the repository at this point in the history
  4. observer: check setState always trigger render

    React's default behaviour is to re-render component if setState called, even if called without actually state modifiication.
    
    This adds test case, that `observer` decorator don't break this behaviour.
    Strate committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    981b601 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    cd154c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee7e1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c08739 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7243a9d View commit details
    Browse the repository at this point in the history
  5. Proposal to forward propTypes and defaultProps, see #120, #142

    This change forward writes (but not reads!) of `propTypes` and `defaultProps` on an inject based HoC to the wrapped component, so that propTypes and defaultProps can be defined in a straight forward way.
    mweststrate committed Nov 9, 2016
    15 Configuration menu
    Copy the full SHA
    666577b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36198d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Improved docs, removed warning on PropTypes

    See: discussion 666577b
    mweststrate committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    7f4d5fd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Configuration menu
    Copy the full SHA
    e7daa54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8faa01b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77b6751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e104e7c View commit details
    Browse the repository at this point in the history
  5. Improved changelog

    mweststrate committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a41dd32 View commit details
    Browse the repository at this point in the history
  6. Fixed typos in changelog

    mweststrate committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    e7055a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db86c8a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Configuration menu
    Copy the full SHA
    15fdb01 View commit details
    Browse the repository at this point in the history
  2. fix travis

    A-gambit committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    4cda30b View commit details
    Browse the repository at this point in the history
  3. change version of tape-run

    A-gambit committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    96bc4ab View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Merge pull request #158 from mobxjs/es6-unit-tests

    Issue #155 - ES6 Test support
    A-gambit authored Nov 14, 2016
    Configuration menu
    Copy the full SHA
    927b575 View commit details
    Browse the repository at this point in the history
  2. more babel, less DRY!

    mweststrate committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    d201972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef75a40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dc833e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    d58ee61 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    883e387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23ac8cf View commit details
    Browse the repository at this point in the history
  3. RC 3

    mweststrate committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    83e7e93 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Configuration menu
    Copy the full SHA
    67d42bb View commit details
    Browse the repository at this point in the history