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

Makes performUpdate possible to call synchronously #959

Merged
merged 19 commits into from
Apr 14, 2020
Merged

Commits on Feb 29, 2020

  1. Adds forceUpdate()

    Allows users to force elements to update synchronously.
    Steven Orvell committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    1e567b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Merge branch 'customize-properties' into forceUpdate

    Steven Orvell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1cf33c7 View commit details
    Browse the repository at this point in the history
  2. Test: can make property accessor perform sync update.

    Removes `forceUpdate` in favor of calling `performUpdate` in an accessor.
    Steven Orvell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    c08979d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'customize-properties' into performUpdate

    Steven Orvell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    26de12f View commit details
    Browse the repository at this point in the history
  4. Update test

    Steven Orvell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    d121098 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'customize-properties' into performUpdate

    Steven Orvell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    5b686a5 View commit details
    Browse the repository at this point in the history
  6. Change argument order

    Steven Orvell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2bb9277 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge branch 'customize-properties' into performUpdate

    Steven Orvell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    98d794f View commit details
    Browse the repository at this point in the history
  2. Update to use createPropertyDescriptor

    Steven Orvell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    27cb2f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge branch 'customize-properties' into performUpdate

    Steven Orvell committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8151b1e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge branch 'master' into performUpdate

    Steven Orvell committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    e4b2dab View commit details
    Browse the repository at this point in the history
  2. Update test slightly

    Steven Orvell committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    270f44c View commit details
    Browse the repository at this point in the history
  3. Update chancelog.md

    Steven Orvell committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    2ef5f99 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    Steven Orvell committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a05ae08 View commit details
    Browse the repository at this point in the history
  5. Exposes protected isUpdatePending property

    This can be useful to check, for example in a custom property setter.
    Steven Orvell committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    30af837 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Update src/lib/updating-element.ts

    Co-Authored-By: Kevin Schaaf <kschaaf@google.com>
    Steve Orvell and kevinpschaaf committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a142648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebdae0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'performUpdate' of https://github.com/PolymerLabs/polyme…

    …r-lit into performUpdate
    Steven Orvell committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    284b84b View commit details
    Browse the repository at this point in the history
  4. Tweak test

    Steven Orvell committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    8e64370 View commit details
    Browse the repository at this point in the history