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

use_prepared_state & use_transitive_state #2650

Merged
merged 38 commits into from May 24, 2022

Commits on Apr 18, 2022

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

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    94651f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7a55a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b378d4 View commit details
    Browse the repository at this point in the history
  4. Update documentation.

    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0c6924c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de3e6d4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into fc-prepared-state

    # Conflicts:
    #	packages/yew/src/html/component/scope.rs
    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    fe09c93 View commit details
    Browse the repository at this point in the history
  7. cargo +nightly fmt.

    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    109fcfa View commit details
    Browse the repository at this point in the history
  8. Fix test.

    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5f731b6 View commit details
    Browse the repository at this point in the history
  9. Add some tests.

    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    cd9f735 View commit details
    Browse the repository at this point in the history
  10. Minor adjustments.

    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    95bb84d View commit details
    Browse the repository at this point in the history
  11. Remove unused marker.

    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5365ffd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Update example.

    futursolo committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    8c659db View commit details
    Browse the repository at this point in the history
  2. Add use_transitive_state.

    futursolo committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    3657129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9aa42e View commit details
    Browse the repository at this point in the history
  4. Opt for better code size.

    futursolo committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    72253e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a676a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3faa58c View commit details
    Browse the repository at this point in the history
  7. Fix cargo fmt.

    futursolo committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    ee5caea View commit details
    Browse the repository at this point in the history
  8. Fix rustdoc.

    futursolo committed Apr 30, 2022
    1 Configuration menu
    Copy the full SHA
    1ff916a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    59f0a0b View commit details
    Browse the repository at this point in the history
  2. Fix feature flags.

    futursolo committed May 4, 2022
    Configuration menu
    Copy the full SHA
    566ecb8 View commit details
    Browse the repository at this point in the history
  3. Fix docs.

    futursolo committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2344663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    337a31b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5ec89f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into fc-prepared-state

    # Conflicts:
    #	.github/workflows/main-checks.yml
    futursolo committed May 4, 2022
    Configuration menu
    Copy the full SHA
    e3d38ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53b6d68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a79e84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    335039f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    b0c8632 View commit details
    Browse the repository at this point in the history
  2. Fix features.

    futursolo committed May 22, 2022
    Configuration menu
    Copy the full SHA
    8503d24 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    1f0b5e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    268cf57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ebe1a View commit details
    Browse the repository at this point in the history
  4. Remove spaces as well.

    futursolo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5784ec7 View commit details
    Browse the repository at this point in the history
  5. Address reviews.

    futursolo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    7e12d61 View commit details
    Browse the repository at this point in the history
  6. Better diagnostic message.

    futursolo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    b8267ef View commit details
    Browse the repository at this point in the history
  7. Update diagnostic messages.

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