Muhammad Hamza
22b3706d56
Add IntoPropValue impl for converting to VList ( #3444 )
2023-10-05 19:28:43 +09:00
Muhammad Hamza
475bcbf980
Read for pull_request.user.login when checking for maintainer ( #3445 )
2023-10-05 19:20:46 +09:00
Ikko Eltociear Ashimine
d79ee6f6d6
Fix typo in editor-setup.mdx ( #3432 )
...
avaliable -> available
2023-10-04 21:37:50 +05:00
Daniel Sousa
ede6d91a34
Add body tags ( #3425 )
...
* Changes to be committed:
modified: website/docs/getting-started/build-a-sample-app.mdx
modified: website/versioned_docs/version-0.20/getting-started/build-a-sample-app.mdx
* Changes to be committed:
modified: website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx
* Update build-a-sample-app.mdx
* Update build-a-sample-app.mdx
* Update build-a-sample-app.mdx
2023-10-03 21:31:32 +09:00
Kaede Hoshikawa
013440d36a
Remove use of ChildrenRenderer from nested_list ( #3436 )
...
* Remove ChildrenRenderer from nested_list.
* Remove undeed conversion.
2023-10-03 19:38:48 +09:00
0xflotus
3a365c4059
docs: fix typo ( #3437 )
2023-10-03 03:14:44 +05:00
Jupp56
28e673a426
Add safe mode to joke api ( #3429 )
...
* Add safe mode to joke api
* cargo fmt
2023-10-02 19:20:14 +09:00
dependabot[bot]
443dba3cf8
Bump actions/checkout from 3 to 4 ( #3433 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
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>
2023-10-02 19:12:26 +09:00
Flavio Moreira
88c0af329b
Update children.mdx ( #3418 )
...
correct typo
2023-09-30 17:38:14 +05:00
ronanM
1485f0e3b7
Cleanup examples/function_todomvc/src/main.rs ( #3413 )
...
* Update main.rs
Add function `make_callback()`.
* Cleanup main.rs
Removed `.clone()`.
* Moved vars inside `if` branch in `entry_edit()`
2023-09-30 17:22:02 +05:00
Cecile Tonglet
194a1e6059
Add CallbackRef that takes ref in argument instead of value ( #3419 )
...
* Add CallbackRef that takes ref in argument instead of value
* Fix up commented reform/filter_reform
* Add reform_ref functions to create CallbackRef instead
* Use macro_rules to avoid code duplication
* Add tests and fix wrong types
* Update doc comments
* clippy
* more clippy
---------
Co-authored-by: KirillSemyonkin <burnytc@gmail.com>
2023-09-29 20:58:24 +09:00
dependabot[bot]
9507270d06
Bump the cargo-deps group with 9 updates ( #3424 )
...
Bumps the cargo-deps group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [indexmap](https://github.com/bluss/indexmap ) | `2.0.0` | `2.0.1` |
| [thiserror](https://github.com/dtolnay/thiserror ) | `1.0.48` | `1.0.49` |
| [indicatif](https://github.com/console-rs/indicatif ) | `0.17.6` | `0.17.7` |
| [clap](https://github.com/clap-rs/clap ) | `4.4.4` | `4.4.6` |
| [regex](https://github.com/rust-lang/regex ) | `1.9.4` | `1.9.5` |
| [semver](https://github.com/dtolnay/semver ) | `1.0.18` | `1.0.19` |
| [time](https://github.com/time-rs/time ) | `0.3.28` | `0.3.29` |
| [warp](https://github.com/seanmonstar/warp ) | `0.3.5` | `0.3.6` |
| [postcard](https://github.com/jamesmunns/postcard ) | `1.0.7` | `1.0.8` |
Updates `indexmap` from 2.0.0 to 2.0.1
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/bluss/indexmap/commits )
Updates `thiserror` from 1.0.48 to 1.0.49
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49 )
Updates `indicatif` from 0.17.6 to 0.17.7
- [Release notes](https://github.com/console-rs/indicatif/releases )
- [Commits](https://github.com/console-rs/indicatif/commits )
Updates `clap` from 4.4.4 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.6 )
Updates `regex` from 1.9.4 to 1.9.5
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.9.4...1.9.5 )
Updates `semver` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/semver/releases )
- [Commits](https://github.com/dtolnay/semver/compare/1.0.18...1.0.19 )
Updates `time` from 0.3.28 to 0.3.29
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.28...v0.3.29 )
Updates `warp` from 0.3.5 to 0.3.6
- [Release notes](https://github.com/seanmonstar/warp/releases )
- [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/warp/compare/v0.3.5...v0.3.6 )
Updates `postcard` from 1.0.7 to 1.0.8
- [Release notes](https://github.com/jamesmunns/postcard/releases )
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jamesmunns/postcard/compare/v1.0.7...v1.0.8 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: indicatif
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: warp
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: postcard
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 20:52:18 +09:00
Tim Kurdov
753bafefdd
Remove the dependency on boolinator ( #3420 )
...
* removed boolinator from dependencies of yew-macro
* removed boolinator from the dependencies of tools/website-test
* fixed formatting
* removed a lint fix
2023-09-29 20:33:24 +09:00
Tim Kurdov
fef685ba7d
Fix links to authors in the changelog generator ( #3421 )
...
* fixed formation of links to authors' Github accounts
* fixed formatting
2023-09-29 20:31:30 +09:00
GitHub Action
4c3bcdc692
(cargo-release) version {{crate_name}}-v{{version}}
yew-agent-macro-v0.2.0
yew-agent-v0.3.0
yew-router-v0.18.0
yew-v0.21.0
2023-09-29 11:04:56 +00:00
Muhammad Hamza
5e823e729d
Prepare for 0.21 release ( #3412 )
...
* Update CHANGELOG
Changelog run: https://github.com/yewstack/yew/actions/runs/6283917852/job/17064800916
* docusaurus docs:version 0.21
* migration guide
* blog post
* prettier
* make website warnings go away
* make GA work
* Apply suggestions from code review
* Apply suggestion from review
Co-authored-by: Kaede Hoshikawa <futursolo@users.noreply.github.com>
* prettier
---------
Co-authored-by: Kaede Hoshikawa <futursolo@users.noreply.github.com>
2023-09-29 19:10:07 +09:00
Tim Kurdov
30e2d548ef
Added a note about using suspension ( #3410 )
...
* added a note about implementing suspending hooks
* fixed formatting
* extracted part of the note into a danger block
* added :::
* added spaces
2023-09-23 23:00:35 +09:00
Muhammad Hamza
189a7296d1
Remove unneded package-lock.json ( #3411 )
2023-09-23 15:20:54 +02:00
RazaGR
5bab22da4a
Add neovim configuration to docs ( #3400 )
...
* add neovim configuration doc
add neovim configuration documentation to setup with lazy.vim plugin.
* prettier
---------
Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
2023-09-23 18:15:40 +05:00
Imbus
0c802f80ea
Documentation changes related to context code snippets ( #3396 )
2023-09-23 22:03:48 +09:00
Tim Kurdov
0f2fc59b54
Updated the docs of set_event_bubbling ( #3391 )
...
The removed paragraph describes a caveat of the framework which is no longer true
2023-09-23 22:02:44 +09:00
dependabot[bot]
ca2aa2a4a6
Bump the cargo dependencies with 36 updates ( #3408 )
...
* Bump the cargo-deps group with 36 updates
Bumps the cargo-deps group with 36 updates:
| Package | From | To |
| --- | --- | --- |
| [proc-macro2](https://github.com/dtolnay/proc-macro2 ) | `1.0.63` | `1.0.67` |
| [quote](https://github.com/dtolnay/quote ) | `1.0.29` | `1.0.33` |
| [syn](https://github.com/dtolnay/syn ) | `2.0.27` | `2.0.37` |
| [rustversion](https://github.com/dtolnay/rustversion ) | `1.0.12` | `1.0.14` |
| [trybuild](https://github.com/dtolnay/trybuild ) | `1.0.80` | `1.0.85` |
| [gloo-worker](https://github.com/rustwasm/gloo ) | `0.3.0` | `0.4.0` |
| [serde](https://github.com/serde-rs/serde ) | `1.0.168` | `1.0.188` |
| [prettyplease](https://github.com/dtolnay/prettyplease ) | `0.2.12` | `0.2.15` |
| [gloo](https://github.com/rustwasm/gloo ) | `0.8.1` | `0.10.0` |
| [urlencoding](https://github.com/kornelski/rust_urlencoding ) | `2.1.2` | `2.1.3` |
| [slab](https://github.com/tokio-rs/slab ) | `0.4.8` | `0.4.9` |
| [thiserror](https://github.com/dtolnay/thiserror ) | `1.0.44` | `1.0.48` |
| [implicit-clone](https://github.com/yewstack/implicit-clone ) | `0.4.0` | `0.4.1` |
| [tokio](https://github.com/tokio-rs/tokio ) | `1.29.0` | `1.32.0` |
| [jemallocator](https://github.com/tikv/jemallocator ) | `0.5.0` | `0.5.4` |
| [average](https://github.com/vks/average ) | `0.13.1` | `0.14.1` |
| [tabled](https://github.com/zhiburt/tabled ) | `0.12.2` | `0.14.0` |
| [indicatif](https://github.com/console-rs/indicatif ) | `0.17.5` | `0.17.6` |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.104` | `1.0.107` |
| [clap](https://github.com/clap-rs/clap ) | `4.3.9` | `4.4.4` |
| [anyhow](https://github.com/dtolnay/anyhow ) | `1.0.71` | `1.0.75` |
| [chrono](https://github.com/chronotope/chrono ) | `0.4.26` | `0.4.31` |
| [git2](https://github.com/rust-lang/git2-rs ) | `0.17.2` | `0.18.1` |
| [regex](https://github.com/rust-lang/regex ) | `1.8.4` | `1.9.4` |
| [reqwest](https://github.com/seanmonstar/reqwest ) | `0.11.18` | `0.11.20` |
| [semver](https://github.com/dtolnay/semver ) | `1.0.17` | `1.0.18` |
| [gloo-net](https://github.com/rustwasm/gloo ) | `0.3.0` | `0.4.0` |
| [base64](https://github.com/marshallpierce/rust-base64 ) | `0.21.2` | `0.21.4` |
| [strum_macros](https://github.com/Peternator7/strum ) | `0.25.0` | `0.25.2` |
| [log](https://github.com/rust-lang/log ) | `0.4.19` | `0.4.20` |
| [fake](https://github.com/cksac/fake-rs ) | `2.6.1` | `2.8.0` |
| [time](https://github.com/time-rs/time ) | `0.3.22` | `0.3.28` |
| [uuid](https://github.com/uuid-rs/uuid ) | `1.4.0` | `1.4.1` |
| [bytes](https://github.com/tokio-rs/bytes ) | `1.4.0` | `1.5.0` |
| [axum](https://github.com/tokio-rs/axum ) | `0.6.18` | `0.6.20` |
| [postcard](https://github.com/jamesmunns/postcard ) | `1.0.6` | `1.0.7` |
Updates `proc-macro2` from 1.0.63 to 1.0.67
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.63...1.0.67 )
Updates `quote` from 1.0.29 to 1.0.33
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.29...1.0.33 )
Updates `syn` from 2.0.27 to 2.0.37
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.27...2.0.37 )
Updates `rustversion` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/dtolnay/rustversion/releases )
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.12...1.0.14 )
Updates `trybuild` from 1.0.80 to 1.0.85
- [Release notes](https://github.com/dtolnay/trybuild/releases )
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.80...1.0.85 )
Updates `gloo-worker` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/rustwasm/gloo/releases )
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/gloo/compare/0.3.0...0.4.0 )
Updates `serde` from 1.0.168 to 1.0.188
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.168...v1.0.188 )
Updates `prettyplease` from 0.2.12 to 0.2.15
- [Release notes](https://github.com/dtolnay/prettyplease/releases )
- [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.12...0.2.15 )
Updates `gloo` from 0.8.1 to 0.10.0
- [Release notes](https://github.com/rustwasm/gloo/releases )
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/gloo/commits )
Updates `urlencoding` from 2.1.2 to 2.1.3
- [Commits](https://github.com/kornelski/rust_urlencoding/commits )
Updates `slab` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/tokio-rs/slab/releases )
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/slab/compare/v0.4.8...v0.4.9 )
Updates `thiserror` from 1.0.44 to 1.0.48
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.48 )
Updates `implicit-clone` from 0.4.0 to 0.4.1
- [Commits](https://github.com/yewstack/implicit-clone/compare/v0.4.0...v0.4.1 )
Updates `tokio` from 1.29.0 to 1.32.0
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.0...tokio-1.32.0 )
Updates `jemallocator` from 0.5.0 to 0.5.4
- [Release notes](https://github.com/tikv/jemallocator/releases )
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tikv/jemallocator/compare/0.5.0...0.5.4 )
Updates `average` from 0.13.1 to 0.14.1
- [Commits](https://github.com/vks/average/commits )
Updates `tabled` from 0.12.2 to 0.14.0
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zhiburt/tabled/commits/v0.14.0 )
Updates `indicatif` from 0.17.5 to 0.17.6
- [Release notes](https://github.com/console-rs/indicatif/releases )
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.5...0.17.6 )
Updates `serde_json` from 1.0.104 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.107 )
Updates `clap` from 4.3.9 to 4.4.4
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.9...v4.4.4 )
Updates `anyhow` from 1.0.71 to 1.0.75
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.75 )
Updates `chrono` from 0.4.26 to 0.4.31
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.31 )
Updates `git2` from 0.17.2 to 0.18.1
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.17.2...git2-0.18.1 )
Updates `regex` from 1.8.4 to 1.9.4
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.8.4...1.9.4 )
Updates `reqwest` from 0.11.18 to 0.11.20
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.20 )
Updates `semver` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/semver/releases )
- [Commits](https://github.com/dtolnay/semver/compare/1.0.17...1.0.18 )
Updates `gloo-net` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/rustwasm/gloo/releases )
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/gloo/compare/0.3.0...0.4.0 )
Updates `base64` from 0.21.2 to 0.21.4
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.21.4 )
Updates `strum_macros` from 0.25.0 to 0.25.2
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
Updates `log` from 0.4.19 to 0.4.20
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.19...0.4.20 )
Updates `fake` from 2.6.1 to 2.8.0
- [Commits](https://github.com/cksac/fake-rs/commits )
Updates `time` from 0.3.22 to 0.3.28
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.22...v0.3.28 )
Updates `uuid` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.4.0...1.4.1 )
Updates `bytes` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.4.0...v1.5.0 )
Updates `axum` from 0.6.18 to 0.6.20
- [Release notes](https://github.com/tokio-rs/axum/releases )
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.18...axum-v0.6.20 )
Updates `postcard` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/jamesmunns/postcard/releases )
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jamesmunns/postcard/compare/v1.0.6...v1.0.7 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: rustversion
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: trybuild
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: gloo-worker
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: prettyplease
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: gloo
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: urlencoding
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: slab
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: implicit-clone
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: jemallocator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: average
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: tabled
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: indicatif
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: git2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: gloo-net
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: base64
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: strum_macros
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: fake
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: bytes
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo-deps
- dependency-name: axum
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
- dependency-name: postcard
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
* bless stderr files after syn update
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
2023-09-23 14:57:06 +02:00
Tim Kurdov
a2786b1e14
Improve Context API docs ( #3409 )
...
* improved context API docs, added example of struct component context producer
* forgot to commit that oops
2023-09-23 14:56:06 +02:00
Daniel Sousa
954b0ec7b9
Correct minor mistakes in website ( #3405 )
...
* Remove whitespace in website tutorial
* Update index.mdx
Remove whitespace in tutorial.
* Add more information to website.
Changes to be committed:
modified: website/docs/tutorial/index.mdx
modified: website/versioned_docs/version-0.20/getting-started/build-a-sample-app.mdx
modified: website/versioned_docs/version-0.20/tutorial/index.mdx
* Remove error: doctest failed, to rerun pass `-p website-test --doc`
Changes to be committed:
modified: website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx
* Correction of minor mistakes in website.
Changes to be committed:
modified: website/docs/getting-started/build-a-sample-app.mdx
modified: website/docs/tutorial/index.mdx
modified: website/versioned_docs/version-0.20/getting-started/build-a-sample-app.mdx
modified: website/versioned_docs/version-0.20/tutorial/index.mdx
* Run Prettier
Changes to be committed:
new file: package-lock.json
modified: website/docs/tutorial/index.mdx
modified: website/package-lock.json
modified: website/package.json
modified: website/versioned_docs/version-0.20/getting-started/build-a-sample-app.mdx
2023-09-23 17:48:22 +05:00
Pouriya
2cbe6cee8a
feat: support arrays for Classes/classes!() ( #3393 )
...
* feat: support arrays for Classes/classes!()
* style: update
2023-09-23 21:38:59 +09:00
Connor King
7706bcf3a3
Say something about trunk serve at the top ( #3394 )
...
* Say something about `trunk serve` at the top
I was following this guide and did `cargo run` instead of `trunk serve` and was very confused
* Remove blank line
to make Prettier happy
2023-09-23 21:35:33 +09:00
Tim Kurdov
ce7702e9e7
Remove special handing of struct fields of type Option in derive(Properties) ( #3398 )
...
* removed PropAttr::Option
* fixed formatting
* removed an irrelevant test
* added a test for converting value into Some(value) in the html! macro
* added more tests for derive(Properties)
* added more tests (again)
2023-09-23 21:34:30 +09:00
Daniel Sousa
b71dbfe17e
Fix failing doc test in migration guide ( #3404 )
...
* Remove error: doctest failed, to rerun pass `-p website-test --doc` (#3404 )
Changes to be committed:
modified: website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx
2023-09-23 17:34:11 +05:00
Daniel Sousa
e249128f12
Remove whitespace in website tutorial ( #3402 )
...
* Remove whitespace in website tutorial
* Update index.mdx
Remove whitespace in tutorial.
2023-09-21 17:30:20 +05:00
Kaede Hoshikawa
eec07583f1
Agent v2 ( #2773 )
...
* Make private bridges.
* Add worker agent.
* Add task type.
* Memorised Task.
* Add station.
* Add Station Agent.
* Subscription.
* Station hooks.
* Reactor Agents.
* Add more description.
* Restart station when closed.
* Remove Station restart.
* Send finish message to bridges.
* Adds a method to read whether a bridge has received finish message for a subscription.
* Update Reactor Agent.
* Decouple macros from it.
* Reactor Macro.
* Reactivate Task.
* Slightly adjust API.
* Add documentation for reactor agents.
* Remove Station.
* Create Task macro.
* Migrate Example.
* Simplify Task Agent Design.
* Implement Sink.
* Agent -> Task in Example.
* Switch to Registrable.
* AgentScopeExt.
* Finish AgentScopeExt.
* Prelude.
* Adjust prelude.
* Fix imports.
* Yew Agent.
* Switch to upstreamed version of gloo.
* Add stub reset.
* Remove example.
* Add Reset for Worker agents.
* merge fix-ci into "agent-v2"
* Switch to released version of gloo.
* Adds Runtime.
* A LocalRuntime.
* Add note.
* Add SSR benchmark.
* Only create default runtime if no custom runtime is set.
* Use jemalloc for benchmarking.
* Remove once_cell for web assembly.
* Add time.
* Fix wasm_bindgen.
* Adjust inlining.
* merge local-runtime into "agent-v2"
* Add reset.
* Simplify task agent.
* SSR for tasks.
* Optimise benchmark output.
* Optimise BufWriter.
* Add json output.
* Add Benchmark Workflow.
* merge local-runtime into "agent-v2"
* Makes Prepared States to be Rc'ed.
* Move example.
* Update example.
* Implement prepared state for memorised tasks.
* Make prepared states work on none runtime as well.
* Finished prepared output.
* Remove local set from tests.
* Fix Workflow syntax.
* Exclude benchmark from doc tests.
* Tidy up the code.
* Remove HashSet.
* Fix rustfmt.
* Some optimisation.
* Use postcard.
* Remove allocations.
* Weak Ref.
* Adjust feature flags.
* Adds a pinned channel implementation.
* Make Send bound explicit.
* Migrate to pinned channel.
* Implement on immutable reference.
* Rename agent channel method.
* Fix Sink close.
* Fix closing.
* Remove old platform.
* Migrate to new macro.
* Port Oneshot Agent.
* Migrate reactor to gloo-worker.
* Implement ScopeExt for Reactor.
* Remove unneeded checks.
* Update example note.
* Fix doc tests.
* Add an example for reactor agent.
* Rename Prime to PrimeReactor.
* Update Crate Information.
* Remove unused dependencies.
* Remove unused dependencies.
* Update documentation.
* Rename Bridge to Runner.
* Update documentation.
* Update documentation.
* Update State name.
* Merge outputs state for subscriptions.
* Update documentation.
* Fix doc link.
* Make code link code link.
* Make CODEC -> C.
* Update Debug Implementation to type_name.
* Fix readme.
2023-09-18 17:30:02 +09:00
Sean Bruton
73f4bb91cf
Fix rust-analyzer non_camel_case_types warning ( #3388 )
2023-09-06 00:35:31 +05:00
Muhammad Hamza
4038a9794b
Fix inspect-next-changelogs workflows ( #3383 )
...
* Fix inspect-next-changelogs workflows
* Pass absolute path of CHANGELOG.md to the binary
2023-09-02 18:56:02 +09:00
Sahil Upasane
6b9d1964eb
Link to tailwind trunk example to CSS docs ( #3384 )
...
* Update css.mdx
Added how to use tailwind css with yew
* Added how to use tailwind css with trunk on website docs
* ran prettier
* minor fix
2023-09-02 18:36:30 +09:00
Sahra
d469d4dcbe
Typo fix ( #3389 )
2023-09-02 18:34:31 +09:00
Kaede Hoshikawa
7ef8e0da18
Mark VNode as #[must_use] ( #3387 )
...
This fixes for Rust Release 1.72.
Rust 1.72 makes `From::from` a must use, which effectively makes `html!` a must use.
I have tried various ways to suppress `unused_must_use` for `html!`.
However, it is not effective. So I added `let _ = ` to tests.
I have also made `VNode` a `#[must_use]` so the diagnostic will be easier to understand.
---
* Fix clippy.
* Make html must use.
2023-08-28 20:01:07 +05:00
Tim Kurdov
3c4ac56980
Add IntoPropValue implementation to convert from Cows to AttrValue ( #3346 )
...
* added IntoPropValue impls to & from Cows
* fixed formatting & test's expected output
* fixed formatting
* fixed macro test's expected output
* removed conversion to String & Rc
* fixed macro tests
* fixed macro tests
2023-08-21 21:31:29 +05:00
Tim Kurdov
afde963230
Fix incorrect text escaping during SSR ( #3381 )
...
Fixes : #3129
---
* (#3129 ) fixed incorrect text escaping during SSR
* fixed formatting issues
* moved SpecialVTagKind to feat_ssr, improved its description
* added a test case for multiple text nodes in a style tag
* fixed formatting
* SpecialVTagKind -> VTagKind
2023-08-21 16:29:46 +00:00
Kaede Hoshikawa
b28e69a574
Remove compatibility code before 1.64 ( #3379 )
2023-08-19 22:57:16 +09:00
Muhammad Hamza
42e1890f03
Update signature of use_prepared_state/use_transitive_state ( #3376 )
...
* Update signature of use_prepared_state
* Update signature of use_transitive_state
* Migration guide + example
* bless trybuild tests
* please fmt
* there's one usage here as well
* use_prepared_state_with_suspension needs updates
* updated tests
2023-08-19 21:58:36 +09:00
jelllly420
a27076db86
Add breaking changes section to changelog generator ( #3255 )
...
Fixes #3212
-------
* Add breaking changes section to changelog generator.
* re-design test of changelog
* format fix
* Update tools/changelog/tests/generate_yew_changelog_file.rs
Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
---------
Co-authored-by: jelly <jelly.zhao.42@gmail.com>
Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
2023-08-19 00:43:59 +05:00
Muhammad Hamza
41d42fb89d
Make signature of use_future_with consistent ( #3372 )
2023-08-15 20:32:27 +09:00
Muhammad Hamza
e59edde1d0
Warn about mismatched DOM in SSR docs ( #3377 )
...
Fixes : #2684
2023-08-14 22:46:05 +09:00
Mikita Bykau
46bbb0cfe5
Added the ability to pass state through a link. ( #3358 )
...
* state-for-link
* S generic as last generic
* state as last clone
2023-08-14 17:13:00 +05:00
Muhammad Hamza
05fc4cc819
Suspense example with struct component ( #3375 )
...
* Add example for struct component context consumer
* Replace untested docs example with one from examples dir
Fixes #3351
2023-08-14 21:09:38 +09:00
Muhammad Hamza
3e9e253e66
Keep checked attribute for elements without special handling ( #3373 )
...
* Return checked attr for non-input elements
* Add tests
* fine
2023-08-12 02:16:06 +09:00
Muhammad Hamza
daf7d21122
Link to Getting Started in examples README ( #3374 )
...
Fixes #3315
2023-08-12 02:06:51 +09:00
Xu Shaohua
a9ab085e74
Fix input dynamic text rendered as textarea ( #3239 ) ( #3301 )
2023-08-05 18:58:19 +05:00
Kaede Hoshikawa
d803df9336
Update documentation around Children ( #3297 )
...
* Update Children to use Html.
* Fix website.
* Update website/docs/advanced-topics/children.mdx
* add further reading section
---------
Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
2023-08-05 18:33:23 +05:00
dependabot[bot]
4daa2ecc8a
Bump prettyplease from 0.2.9 to 0.2.12 ( #3365 )
...
Bumps [prettyplease](https://github.com/dtolnay/prettyplease ) from 0.2.9 to 0.2.12.
- [Release notes](https://github.com/dtolnay/prettyplease/releases )
- [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.9...0.2.12 )
---
updated-dependencies:
- dependency-name: prettyplease
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 22:35:54 +09:00
dependabot[bot]
22d7810678
Bump serde_json from 1.0.99 to 1.0.104 ( #3364 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.99 to 1.0.104.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.99...v1.0.104 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 22:35:35 +09:00