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 Multiple dependencies for states in the RealDom (native core) #412

Merged
merged 23 commits into from Jul 7, 2022

Commits on May 1, 2022

  1. WIP multable deps

    ealmloff committed May 1, 2022
    Configuration menu
    Copy the full SHA
    a8c4c54 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    c48731d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. add traversable trait

    ealmloff committed May 16, 2022
    Configuration menu
    Copy the full SHA
    f78855d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ec016 View commit details
    Browse the repository at this point in the history
  3. update tests

    ealmloff committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e2342ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22c538a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. tests passing

    ealmloff committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d43a46f View commit details
    Browse the repository at this point in the history
  2. restore nested state tests

    ealmloff committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8f947d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7661a0 View commit details
    Browse the repository at this point in the history
  4. remove out of date comment

    ealmloff committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8ce2ebb View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/DioxusLabs/dioxus into GA…

    …T_multable_dependancies
    ealmloff committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1438609 View commit details
    Browse the repository at this point in the history
  6. mark updated nodes as dirty

    ealmloff committed May 17, 2022
    Configuration menu
    Copy the full SHA
    170339c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f262f9 View commit details
    Browse the repository at this point in the history
  8. more tests

    ealmloff committed May 17, 2022
    Configuration menu
    Copy the full SHA
    05e9b12 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. update native-core docs

    ealmloff committed May 22, 2022
    Configuration menu
    Copy the full SHA
    2c137dd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. fix typo

    ealmloff committed May 23, 2022
    Configuration menu
    Copy the full SHA
    bec74b1 View commit details
    Browse the repository at this point in the history
  2. improve docs

    ealmloff committed May 23, 2022
    Configuration menu
    Copy the full SHA
    40471b4 View commit details
    Browse the repository at this point in the history
  3. pass clippy

    ealmloff committed May 23, 2022
    Configuration menu
    Copy the full SHA
    689d2b4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. update flow chart

    ealmloff committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8073509 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. remove use of GATs

    ealmloff committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4c4df64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59fae31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14a191 View commit details
    Browse the repository at this point in the history
  4. pass clippy

    ealmloff committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3493b47 View commit details
    Browse the repository at this point in the history