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

#[cfg(feature = "render")] and yew::Renderer #2498

Merged
merged 35 commits into from Mar 19, 2022

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    b5af7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cbff1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d34272e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be3e202 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a5ab80 View commit details
    Browse the repository at this point in the history
  6. Satisfy no any render.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    8bfc524 View commit details
    Browse the repository at this point in the history
  7. Satisfy ssr.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    b3233b6 View commit details
    Browse the repository at this point in the history
  8. Satisfy feature render.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    4e802e2 View commit details
    Browse the repository at this point in the history
  9. Lint feature soundness.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    839c4e1 View commit details
    Browse the repository at this point in the history
  10. Suppress tests.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    171d01a View commit details
    Browse the repository at this point in the history
  11. Fix pr-flow, update docs.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    f0885b8 View commit details
    Browse the repository at this point in the history
  12. Add a notice.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    d2a45f0 View commit details
    Browse the repository at this point in the history
  13. Adjust visibility.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    9584d0e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aedfed6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    387d6a3 View commit details
    Browse the repository at this point in the history
  16. Fix CI.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    88a6997 View commit details
    Browse the repository at this point in the history
  17. Fix CI.

    futursolo committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    179993a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c6284c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c58a0af View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    3c528f9 View commit details
    Browse the repository at this point in the history
  2. Adjust docs.

    futursolo committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    4ec2429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94106f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge branch 'master' into feat-render

    # Conflicts:
    #	examples/function_router/Cargo.toml
    #	examples/function_router/index.html
    #	examples/function_router/src/main.rs
    #	packages/yew/Cargo.toml
    futursolo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b2faefd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdfd6b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat-render

    # Conflicts:
    #	packages/yew/src/app_handle.rs
    #	packages/yew/src/dom_bundle/bcomp.rs
    #	packages/yew/src/html/component/scope.rs
    #	packages/yew/src/lib.rs
    #	packages/yew/src/virtual_dom/vcomp.rs
    futursolo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    48ea00f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Adjust documentation.

    futursolo committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6b4f511 View commit details
    Browse the repository at this point in the history
  2. Remove unused lint.

    futursolo committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    de9a2a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Remove start_app from docs.

    futursolo committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    5fa2047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723cf83 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Adjust documentation.

    futursolo committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    268ae40 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    b50b66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4506d4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1441078 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Once render, now csr.

    futursolo committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    1fa57f0 View commit details
    Browse the repository at this point in the history
  2. Fix docs as well.

    futursolo committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    a3efdb2 View commit details
    Browse the repository at this point in the history