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

Suspended portal targets #341

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on May 13, 2021

  1. Update node-sass and sass-loader

    Avoids having to install Python 2: sass/node-sass#2877
    
    Set sass-loader to 10.x instead of 11.x because it's incompatible with Vue 2: https://stackoverflow.com/a/66087132/10434371
    HoldYourWaffle committed May 13, 2021
    Configuration menu
    Copy the full SHA
    0354833 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Suspended demo setup

    HoldYourWaffle committed May 23, 2021
    Configuration menu
    Copy the full SHA
    3512659 View commit details
    Browse the repository at this point in the history
  2. Implement suspension

    HoldYourWaffle committed May 23, 2021
    Configuration menu
    Copy the full SHA
    1feb8d7 View commit details
    Browse the repository at this point in the history
  3. Avoid occasional infinite rendering loop with non-reactive cache

    Unfortunately $options is not properly handled by TypeScript in Vue 2, leaving me with this slightly cursed solution.
    HoldYourWaffle committed May 23, 2021
    Configuration menu
    Copy the full SHA
    dd53c17 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Move portal-target's change event to children recalculation

    This leads to more predictable behavior in combination suspension.
    HoldYourWaffle committed May 25, 2021
    Configuration menu
    Copy the full SHA
    af1026c View commit details
    Browse the repository at this point in the history