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

Ensure that marshalArgs pulls wildcard info value from __data #5476

Merged
merged 8 commits into from
Feb 4, 2019

Commits on Jan 31, 2019

  1. Ensure that marshalArgs pulls wildcard info value from __data

    It currently pulls the value from `changedProps` rather than __data, meaning it could provide stale data for re-entrant changes.
    kevinpschaaf committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    4d99099 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    c78f679 View commit details
    Browse the repository at this point in the history
  2. Upgrade webcomponentsjs

    kevinpschaaf committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    2480b25 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    98304fb View commit details
    Browse the repository at this point in the history
  2. Upgrade wcjs

    kevinpschaaf committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    09fa985 View commit details
    Browse the repository at this point in the history
  3. Fix lint errors.

    kevinpschaaf committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    0c85340 View commit details
    Browse the repository at this point in the history
  4. Add issue for TODO

    kevinpschaaf committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    d3f27d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67caf45 View commit details
    Browse the repository at this point in the history