dependabot[bot]
5ffe777150
Bump on-headers and compression in /website ( #3877 )
...
Bumps [on-headers](https://github.com/jshttp/on-headers ) and [compression](https://github.com/expressjs/compression ). These dependencies needed to be updated together.
Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases )
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md )
- [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0 )
Updates `compression` from 1.7.5 to 1.8.1
- [Release notes](https://github.com/expressjs/compression/releases )
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/compression/compare/1.7.5...v1.8.1 )
---
updated-dependencies:
- dependency-name: on-headers
dependency-version: 1.1.0
dependency-type: indirect
- dependency-name: compression
dependency-version: 1.8.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 14:03:48 +09:00
Siyuan Yan
607a6cc4b2
implement ImplicitClone for more types ( #3878 )
...
UseStateHandle, UseStateSetter, UseReducerHandle, UseReducerDispatcher
2025-07-24 13:58:31 +09:00
Tim Kurdov
f0b182d391
yew: function_component -> component ( #3885 )
2025-07-21 10:06:41 +09:00
Tim Kurdov
16fd8b085a
website: modernise the tutorial ( #3882 )
2025-07-21 04:16:16 +09:00
Techuuu
61ae2aa4ef
Update README.md ( #3500 )
...
Improved typos and documentation
2025-07-20 23:19:20 +09:00
Tim Kurdov
cf03715a66
website-test: make diff resolver use more context to avoid ambiguities ( #3883 )
2025-07-20 09:00:44 +09:00
Tim Kurdov
b58a8748a0
fix the docs of use_prepared_state ( #3881 )
2025-07-19 19:13:13 +09:00
Tim Kurdov
4f3b85e31d
website: make tutorial testable ( #3879 )
2025-07-19 18:49:07 +09:00
Tim Kurdov
7ff45d3198
Added a serde feature to yew ( #3880 )
2025-07-19 05:53:40 +09:00
Tim Kurdov
fd96a9abca
Add for-loops to html! ( #3498 )
2025-07-15 15:29:27 +09:00
rustfix
8945ab7856
chore: fix some minor issues in the comments ( #3872 )
...
Signed-off-by: rustfix <771054535@qq.com>
2025-07-10 15:09:30 +09:00
Siyuan Yan
b4d083ef8f
concise diagnostics for missing props ( #3873 )
2025-07-09 22:29:57 +09:00
gcmutator
4d08a03355
chore: remove redundant word in comment ( #3868 )
...
Signed-off-by: gcmutator <329964069@qq.com>
2025-06-17 15:34:31 +09:00
flumm
122684babe
Fix typo in test for Key ( #3856 )
...
15_u64 and 15_u128 result in a duplicate, key, so change it to 16_u128.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2025-05-21 13:54:53 +02:00
Luca Cappelletti
17cbf2f026
Vendoring gloo-workers into yew-agent, support module type web worker ( #3859 )
2025-05-20 12:45:46 +09:00
flumm
433a0f2eca
Avoid string copy for Key: From<String> implementation ( #3858 )
...
The macro uses `to_string().as_str()` which copies the string. Avoid
that by using `as_str()` directly on the source.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2025-05-13 12:06:17 +00:00
WorldSEnder
a86c4f847f
Fix nightly lints and various small CI issues ( #3857 )
...
* fix lint span location
`feature(proc_macro_span)` has been partially stabilized in 1.89 (currently nightly) so
use it without feature config now.
* fix various other small lints that got added over time
* use build-examples binary in size-cmp to unify build process
* adjust optimization flags to newer nightly compiler
2025-05-12 18:57:14 +02:00
Robert Schütte
718cd29eea
Introduces the FromQuery and IntoQuery traits ( #3565 )
...
* Introduces the FromQuery and IntoQuery traits
* Added documentation
2025-04-30 16:46:41 +09:00
dependabot[bot]
3b5c8910eb
Bump openssl from 0.10.71 to 0.10.72 ( #3838 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.71 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72 )
---
updated-dependencies:
- dependency-name: openssl
dependency-version: 0.10.72
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-14 12:50:06 +09:00
dependabot[bot]
8d64ce0e00
Bump tokio from 1.43.0 to 1.43.1 ( #3840 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.43.0 to 1.43.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.43.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-09 17:54:03 +09:00
Siyuan Yan
b0d0656261
docs: synchronize #3555 0.21 changes to Next ( #3834 )
2025-03-26 23:04:57 +09:00
Ishan Chawla
842dc29ddc
[Website] Grammar edit on wasm-bindgen.mdx ( #3555 )
2025-03-26 22:55:42 +09:00
dependabot[bot]
57b376c19b
Bump hmarr/auto-approve-action from 3 to 4 ( #3615 )
...
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action ) from 3 to 4.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases )
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 22:52:12 +09:00
Jurrian Fahner
57b29f20a4
Fix getting started docs for windows users ( #3703 )
...
* Add note for trunk windows bug
2025-03-26 16:28:16 +09:00
Siyuan Yan
4a28de483a
Only rewrite async closure for rust version before 1.85.0 ( #3831 )
...
* use_prepared_state with unit type is unlikely usage
---------
Co-authored-by: Matt "Siyuan" Yan <mattsy1999@gmail.com>
2025-03-26 16:02:55 +09:00
Moritz Hedtke
e5b2cf3611
Fix autocompletion in html macro for rust-analyzer ( #3829 )
2025-03-26 03:57:28 +09:00
Siyuan Yan
cd32e17b1f
chore: bump deps ( #3832 )
2025-03-26 00:53:55 +09:00
Nashwan Azhari
572f595621
docs: update tutorial placeholder image generator. ( #3830 )
...
Signed-off-by: Nashwan Azhari <aznashwan@icloud.com>
2025-03-25 13:25:23 +09:00
Siyuan Yan
b6232af5b1
Fix benchmark ( #3827 )
2025-03-20 14:40:51 +09:00
Siyuan Yan
ecd4832670
try fixing benchmark ( #3826 )
2025-03-20 14:15:30 +09:00
dependabot[bot]
7f5305b207
Bump cross-spawn from 7.0.3 to 7.0.6 in /website ( #3766 )
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-15 19:16:26 +09:00
Andreas Bergmeier
1e62f1e7c8
Less error prone yew-router instructions ( #3552 )
...
Simply add yew-router via cargo and hope that cargo figures out the
correct version. For most users referencing git directly is wrong
and might lead to annoying errors when compiling.
Before, there was even a comment to keep the version reference up-to-date which obviously did not work and seems unpractical.
2025-03-15 17:28:38 +09:00
dependabot[bot]
3a51a03c8b
Bump ring from 0.17.9 to 0.17.13 ( #3820 )
...
Bumps [ring](https://github.com/briansmith/ring ) from 0.17.9 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md )
- [Commits](https://github.com/briansmith/ring/commits )
---
updated-dependencies:
- dependency-name: ring
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-15 17:22:25 +09:00
Brilliantkid
3048c75d95
refactor(NavbarItem): improve readability and maintainability ( #3763 )
2025-03-15 15:02:01 +09:00
dependabot[bot]
2ceba0d976
Bump @babel/helpers from 7.26.7 to 7.26.10 in /website ( #3822 )
...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers ) from 7.26.7 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers )
---
updated-dependencies:
- dependency-name: "@babel/helpers"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-15 14:51:28 +09:00
dependabot[bot]
910efccf58
Bump @babel/runtime from 7.26.7 to 7.26.10 in /website ( #3823 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.26.7 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 00:32:12 +09:00
JasonCG
04b3711cfb
if xmlns attribute is specified, use that namespace ( #3629 )
...
Co-authored-by: JasonCG <>
Co-authored-by: Matt Yan <syan4@ualberta.ca>
2025-03-13 20:49:00 +09:00
dependabot[bot]
cada02620a
Bump @babel/runtime-corejs3 from 7.26.7 to 7.26.10 in /website
...
Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3 ) from 7.26.7 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime-corejs3 )
---
updated-dependencies:
- dependency-name: "@babel/runtime-corejs3"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 19:46:22 +09:00
dependabot[bot]
65d9d654e4
Bump prismjs from 1.29.0 to 1.30.0 in /website
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 18:42:19 +09:00
WorldSEnder
a3a3ffc6d8
Fix DomSlot debugging ( #3817 )
...
* Fix panic when formatting trapped DomSlot for debugging
* add debug print test case
2025-03-04 08:36:24 +00:00
Matt Yan
550b2ccf25
docs: rand 0.9 RUSTFLAGS instruction
2025-03-03 04:53:22 +09:00
Siyuan Yan
1555e5b4c6
fix typo
2025-03-03 00:22:28 +09:00
Matt Yan
fceec0a83e
use github api and toml crate instead of ad-hoc parsing
2025-03-02 23:56:22 +09:00
Matt Yan
8c8753c693
fix formatting and edition (why can't we use 2024..?)
2025-03-02 23:56:22 +09:00
Matt Yan
ce8e35ae77
only pass the getrandom_backend cfg flag when needed
2025-03-02 23:56:22 +09:00
Matt Yan
a0d4ab0fc8
build examples script in rust with wasm-opt checks
2025-03-02 23:56:22 +09:00
Matt Yan
72b4c0ed9d
use latest wasm-opt
2025-03-02 23:56:22 +09:00
Jens Reimann
84e882ead5
docs: explain how to use comments
...
Closes : #2910
2025-03-01 23:17:38 +09:00
ROBOT
d74731c508
translate ( #3737 )
2025-03-01 19:11:44 +09:00
dependabot[bot]
b75df7da10
Bump peterjgrainger/action-create-branch from 2.4.0 to 3.0.0 ( #3616 )
...
Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch ) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/peterjgrainger/action-create-branch/releases )
- [Commits](https://github.com/peterjgrainger/action-create-branch/compare/v2.4.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: peterjgrainger/action-create-branch
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-01 16:55:41 +09:00