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

setProps and rendered event ordering causing unsent callbacks #1415

Merged
merged 7 commits into from
Sep 24, 2020

Commits on Sep 23, 2020

  1. Dispatch props update after notifying observers

    Marc-André Rivet committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    174252a View commit details
    Browse the repository at this point in the history
  2. Add test for callback behavior on delayed setProps

    - new test components: AsyncComponent, DelayedEventComponent, FragmentComponent
    Marc-André Rivet committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    53f0bb2 View commit details
    Browse the repository at this point in the history
  3. changelog

    Marc-André Rivet committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    958ead3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Update @plotly/dash-test-components/src/fragments/AsyncComponentLoade…

    …r.js
    
    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    Marc-Andre-Rivet and alexcjohnson committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    73304f8 View commit details
    Browse the repository at this point in the history
  2. trigger build

    Marc-André Rivet committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6a65d2c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'event-ordering' of github.com:plotly/dash into event-or…

    …dering
    Marc-André Rivet committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f20be46 View commit details
    Browse the repository at this point in the history
  4. CollapseComponent - provides a close equivalent to dcc.Tabs (children…

    … not rendered)
    Marc-André Rivet committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d3dd668 View commit details
    Browse the repository at this point in the history