yew
yew copied to clipboard
Rust / Wasm framework for creating reliable and efficient web applications
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3. Release notes Sourced from dawidd6/action-download-artifact's releases. v3.0.0 Node was updated from 16 to 20. Node 20 requires glibc>=2.28. v2.28.0 No release notes provided. v2.27.0...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
#### Description just a typo  #### Checklist - [x ] I have reviewed my own code - [x ] I have added tests
#### Description Fixes #3557 #### Checklist - [x] I have reviewed my own code - [x] I have added tests
Bumps [axios](https://github.com/axios/axios) and [wait-on](https://github.com/jeffbski/wait-on). These dependencies needed to be updated together. Updates `axios` from 0.27.2 to 1.6.2 Release notes Sourced from axios's releases. Release v1.6.2 Release notes: Features withXSRFToken: added...
#### Description Introduces the FromQuery and IntoQuery traits following the gloo_history [approach](https://github.com/rustwasm/gloo/pull/364). #### Checklist - [x] I have reviewed my own code - [ ] I have added tests
This is about: Inaccurate/misleading documentation (e.g. technically incorrect advice) **Problem** In [this step](https://yew.rs/docs/tutorial#using-rust-language-constructs-in-the-markup) of the tutorial, a struct is defined with `String` fields, and [in later step](https://yew.rs/docs/tutorial#components) those structs are...
#### Description Explains a workaround for #3256 #### Checklist - [x] I have reviewed my own code
#### Description I've been trying to use `yew` to render the page into the static HTML string on WASI. However, `yew` cannot distinguish the browser WASM target (`wasm32-unknown-unknown` with `wasm-bindgen`)...
Closes: #2910 #### Description Fixes #2910 #### Checklist - [x] I have reviewed my own code