Skip to content
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

shallow wrapper .simulate() SyntheticEvent and event propagation #368

Closed
wants to merge 14 commits into from

Commits on Mar 19, 2017

  1. added SyntheticEvent

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    2d175f7 View commit details
    Browse the repository at this point in the history
  2. added event propagation

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    8444af7 View commit details
    Browse the repository at this point in the history
  3. added test for event triggered on composite element

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    0d7e4dc View commit details
    Browse the repository at this point in the history
  4. added this.single

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    a48aeca View commit details
    Browse the repository at this point in the history
  5. added capture phase to propagation

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    3cb4f5a View commit details
    Browse the repository at this point in the history
  6. added more tests

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    43a7df4 View commit details
    Browse the repository at this point in the history
  7. added shallow-mount parity test

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    5bb7240 View commit details
    Browse the repository at this point in the history
  8. added test for batched updates + event propagation

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    98e20bc View commit details
    Browse the repository at this point in the history
  9. added tests for SFCs

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    4475a19 View commit details
    Browse the repository at this point in the history
  10. updated docs

    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    5bcce8d View commit details
    Browse the repository at this point in the history
  11. added invoke method to ShallowWrapper

    - invokes event handlers on selected node with custom arguments and no propagation
    - added tests for invoke
    - added invoke to docs
    Nuno Campos authored and nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    e8a3623 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    82ea16d View commit details
    Browse the repository at this point in the history
  13. linting

    nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    4018993 View commit details
    Browse the repository at this point in the history
  14. address comment

    nfcampos committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    0105d5b View commit details
    Browse the repository at this point in the history