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

Dev/listener multiplexer #1542

Merged
merged 49 commits into from
Aug 28, 2021
Merged

Commits on Aug 30, 2020

  1. yew: partial event listener multiplexer

    web_sys implementaion compiles but the std_web implementation is unfinished. Keeping this only to commit curretn progress before reverting std_web.
    bakape committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c1cd37d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71327a1 View commit details
    Browse the repository at this point in the history
  3. yew: partial event listener multiplexer

    Feature parity with master, except for bubbling.
    bakape committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    1de087e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

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

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    37e269d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e68ac View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    2209c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe91f0a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. yew/listener: event bubbling

    bakape committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    e56b508 View commit details
    Browse the repository at this point in the history
  2. clippy: ignore warning

    bakape committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    b49df05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1747f View commit details
    Browse the repository at this point in the history
  4. Update yew/src/callback.rs

    Co-authored-by: Simon <simon@siku2.io>
    bakape and siku2 authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    51e4cc3 View commit details
    Browse the repository at this point in the history
  5. Update yew/src/html/listener/listener_stdweb.rs

    Co-authored-by: Simon <simon@siku2.io>
    bakape and siku2 authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    a5d8480 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Simon <simon@siku2.io>
    bakape and siku2 authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    1268b81 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Simon <simon@siku2.io>
    bakape and siku2 authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    af3fc32 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    d065b71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db22d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4cc4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389aad2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    041e8e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

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

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    a948b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07dd47 View commit details
    Browse the repository at this point in the history
  3. yew/listener: remove benchmark placeholders

    Seems easybench-wasm does not support specifying a module path.
    bakape committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    709de51 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    56255a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39fdb84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47c0df9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Apply suggestions from code review

    Co-authored-by: Simon <simon@siku2.io>
    bakape and siku2 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    56afcee View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. yew: fix doc comments

    bakape committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    460ef4f View commit details
    Browse the repository at this point in the history
  2. yew: simplify iteration

    bakape committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    99a5139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb5cff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    36d4ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ea356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef595a1 View commit details
    Browse the repository at this point in the history
  4. yew/listeners: DRY some more

    bakape committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    4aaa3ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2a1673 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4a31c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    814ee94 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    2c29b00 View commit details
    Browse the repository at this point in the history
  2. yew/listeners: update tests

    bakape committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    f1b1720 View commit details
    Browse the repository at this point in the history
  3. ci: see how test run on stable

    bakape committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    13f4f0c View commit details
    Browse the repository at this point in the history
  4. ci: let's find the new MSRV

    bakape committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    d1ea639 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bd2219 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd5a3bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26172a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

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

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    cc0fa7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c6080 View commit details
    Browse the repository at this point in the history