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

Allow consumers to determine when to perform layout animations and when to measure nodes #144

Merged
merged 12 commits into from
Mar 24, 2021

Commits on Mar 21, 2021

  1. Allow consumers to determine when to perform layout animations

    Clauderic Demers committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    54ad105 View commit details
    Browse the repository at this point in the history
  2. Set shouldPerformLayoutAnimation option in Pages story to always be…

    … true
    Clauderic Demers committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    d4ba57b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Allow consumers to determine when to measure layouts

    Clauderic Demers committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3b9c2fe View commit details
    Browse the repository at this point in the history
  2. Add remove action to Pages stories

    Clauderic Demers committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    059ed0c View commit details
    Browse the repository at this point in the history
  3. Update styles

    Clauderic Demers committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9ab8e4a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    4022411 View commit details
    Browse the repository at this point in the history
  2. Clean up refactor

    Clauderic Demers committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    432b704 View commit details
    Browse the repository at this point in the history
  3. Add LayoutMeasuringStrategy.BeforeDragging

    This strategy allows consumers to measure nodes before dragging instead of right after dragging has begun.
    Clauderic Demers committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f53610c View commit details
    Browse the repository at this point in the history
  4. Rename shouldPerformLayoutAnimation to animateLayoutChanges

    Clauderic Demers committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    bfe0122 View commit details
    Browse the repository at this point in the history
  5. Add changeset

    clauderic authored and Clauderic Demers committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b7c2780 View commit details
    Browse the repository at this point in the history
  6. Update styles

    Clauderic Demers committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4bf585f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Add stories for removable sortable items

    Clauderic Demers committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    fddb961 View commit details
    Browse the repository at this point in the history