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
dependabot[bot]
cfb0c95ef1
Bump thiserror from 1.0.40 to 1.0.44 ( #3363 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.40 to 1.0.44.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...1.0.44 )
---
updated-dependencies:
- dependency-name: thiserror
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:19 +09:00
dependabot[bot]
f8ae717818
Bump word-wrap from 1.2.3 to 1.2.4 in /website ( #3353 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 22:07:38 +09:00
dependabot[bot]
5f29043a2d
Bump semver from 5.7.1 to 5.7.2 in /website ( #3348 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 22:07:23 +09:00
dependabot[bot]
912a303faf
Bump @tsconfig/docusaurus from 1.0.7 to 2.0.0 in /website ( #3337 )
...
Bumps [@tsconfig/docusaurus](https://github.com/tsconfig/bases/tree/HEAD/bases ) from 1.0.7 to 2.0.0.
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases )
---
updated-dependencies:
- dependency-name: "@tsconfig/docusaurus"
dependency-type: direct:development
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-07-29 22:06:36 +09:00
dependabot[bot]
472fe4c8ae
Bump @svgr/webpack from 6.5.1 to 8.0.1 in /website ( #3336 )
...
Bumps [@svgr/webpack](https://github.com/gregberge/svgr ) from 6.5.1 to 8.0.1.
- [Release notes](https://github.com/gregberge/svgr/releases )
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gregberge/svgr/compare/v6.5.1...v8.0.1 )
---
updated-dependencies:
- dependency-name: "@svgr/webpack"
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-07-29 22:06:18 +09:00
dependabot[bot]
24e92846cf
Bump prettier from 2.8.4 to 2.8.8 in /website ( #3335 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.4 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.4...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
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:06:03 +09:00
dependabot[bot]
dbb551d182
Bump @docusaurus/theme-classic from 2.4.0 to 2.4.1 in /website ( #3333 )
...
Bumps [@docusaurus/theme-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.4.1/packages/docusaurus-theme-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/theme-classic"
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:05:48 +09:00
Muhammad Hamza
595453686c
Stop dependabot from spamming PRs ( #3347 )
2023-07-29 22:01:25 +09:00
dependabot[bot]
4023c88c39
Bump indexmap from 1.9.3 to 2.0.0 ( #3322 )
...
* Bump indexmap from 1.9.3 to 2.0.0
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.9.3 to 2.0.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/bluss/indexmap/compare/1.9.3...2.0.0 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update dependency minimum version
* clippy
* Bump MSRV to 1.64
* more clippy
* Update action that fails (probably outdated)
* Bump implicit-clone to 0.3.8
* Forgot to bump MSRV in some places
* Forgot to update setup-chromedriver in one place
* Bump implicit-clone to 0.4.0
* Update stderr files
* clippy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2023-07-29 22:00:53 +09:00
ErnestoZ
b33214efc1
Update web-sys.mdx, typo: JavaSciprt -> JavaScript ( #3314 )
2023-07-01 01:34:17 +00:00
Kaede Hoshikawa
8b9e164d7e
Update Dependencies to Fix CI ( #3326 )
...
* Update dependencies.
* Update dependencies.
* Fix gloo breaking change.
2023-07-01 01:33:18 +00:00
dependabot[bot]
fa1221b23e
Bump proc-macro2 from 1.0.59 to 1.0.63 ( #3324 )
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.59 to 1.0.63.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.59...1.0.63 )
---
updated-dependencies:
- dependency-name: proc-macro2
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-06-29 10:46:53 +00:00
dependabot[bot]
d2caa9284e
Bump hyper from 0.14.26 to 0.14.27 ( #3321 )
...
Bumps [hyper](https://github.com/hyperium/hyper ) from 0.14.26 to 0.14.27.
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.26...v0.14.27 )
---
updated-dependencies:
- dependency-name: hyper
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-06-29 10:27:51 +00:00
dependabot[bot]
e307ff6e0c
Bump log from 0.4.18 to 0.4.19 ( #3320 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.18 to 0.4.19.
- [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.18...0.4.19 )
---
updated-dependencies:
- dependency-name: log
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-06-29 10:24:34 +00:00
dependabot[bot]
8fd74ed683
Bump uuid from 1.3.4 to 1.4.0 ( #3319 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 19:23:45 +09:00
dependabot[bot]
8ec9bc376f
Bump clap from 4.3.0 to 4.3.9 ( #3317 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.3.0 to 4.3.9.
- [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/clap_complete-v4.3.0...v4.3.9 )
---
updated-dependencies:
- dependency-name: clap
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-06-29 19:23:16 +09:00
dependabot[bot]
d61d0c21ea
Bump regex from 1.8.3 to 1.8.4 ( #3310 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.8.3 to 1.8.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.3...1.8.4 )
---
updated-dependencies:
- dependency-name: regex
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-06-29 13:54:04 +09:00
dependabot[bot]
555a060c5a
Bump clap from 4.3.0 to 4.3.5 ( #3311 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.3.0 to 4.3.5.
- [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/clap_complete-v4.3.0...v4.3.5 )
---
updated-dependencies:
- dependency-name: clap
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-06-29 13:53:50 +09:00
dependabot[bot]
eecd42945f
Bump once_cell from 1.17.2 to 1.18.0 ( #3312 )
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.17.2 to 1.18.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.2...v1.18.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 13:53:34 +09:00
dependabot[bot]
6a84658ffe
Bump serde_json from 1.0.96 to 1.0.97 ( #3313 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.96 to 1.0.97.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.97 )
---
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-06-29 13:53:20 +09:00
dependabot[bot]
7b94f8f9da
Bump openssl from 0.10.54 to 0.10.55 ( #3309 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.54 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 13:52:54 +09:00
dependabot[bot]
8fbe4beb51
Bump uuid from 1.3.3 to 1.3.4 ( #3304 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.3...1.3.4 )
---
updated-dependencies:
- dependency-name: uuid
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-06-21 23:39:31 +09:00
dependabot[bot]
0099921647
Bump js-sys from 0.3.63 to 0.3.64 ( #3306 )
...
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.63 to 0.3.64.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: js-sys
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-06-21 22:38:57 +09:00
dependabot[bot]
7bf49c2531
Bump tabled from 0.12.0 to 0.12.2 ( #3305 )
...
Bumps [tabled](https://github.com/zhiburt/tabled ) from 0.12.0 to 0.12.2.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zhiburt/tabled/commits )
---
updated-dependencies:
- dependency-name: tabled
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-06-21 22:38:47 +09:00
dependabot[bot]
6c42cf1ea2
Bump wasm-bindgen from 0.2.86 to 0.2.87 ( #3303 )
...
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) from 0.2.86 to 0.2.87.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.86...0.2.87 )
---
updated-dependencies:
- dependency-name: wasm-bindgen
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-06-21 22:38:36 +09:00
dependabot[bot]
49e852f39a
Bump wasm-bindgen-test from 0.3.36 to 0.3.37 ( #3302 )
...
Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen ) from 0.3.36 to 0.3.37.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits )
---
updated-dependencies:
- dependency-name: wasm-bindgen-test
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-06-21 22:38:19 +09:00
Jedd Dryden
27f537a288
Encode Path Parameters in yew-router ( #3187 )
...
* Escape for URL in `routable_derive`
* Fixed generic datatypes bug
* FQN
* FQN Again
* remove encode_for_url from public API
* fmt
---------
Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>
2023-06-21 22:37:25 +09:00
Nicholas Guyett
0cd979c956
Toggle editing state on edit submit. Fixes #3124 ( #3281 )
2023-06-11 20:27:58 +09:00
dependabot[bot]
026fb53c92
Bump time from 0.3.20 to 0.3.22 ( #3292 )
...
Bumps [time](https://github.com/time-rs/time ) from 0.3.20 to 0.3.22.
- [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.20...v0.3.22 )
---
updated-dependencies:
- dependency-name: time
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-06-11 20:21:28 +09:00
dependabot[bot]
45756a49a3
Bump indicatif from 0.17.3 to 0.17.5 ( #3293 )
...
Bumps [indicatif](https://github.com/console-rs/indicatif ) from 0.17.3 to 0.17.5.
- [Release notes](https://github.com/console-rs/indicatif/releases )
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.3...0.17.5 )
---
updated-dependencies:
- dependency-name: indicatif
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-06-11 20:21:10 +09:00
Kaede Hoshikawa
71b0f206a1
Allow any type to be used as Children (take 2) ( #3289 )
...
* Partially copy useful implementation.
* Adjust conversion.
* Temporary fix iterator.
* Add ToString implementation.
* Add Renderable trait.
* Make Macro tests pass.
* Add tests for render_prop as Children.
* Update benchmark and Children used in yew packages.
* Selective suppress lints.
* Rollback unintentional rollback.
* Fix rustfmt.
* Remove unneeded implementation.
* Update Comment.
* Rollback more changes.
* Rollback more changes.
* Fix website.
* Fix documentation tests.
* Add prelude.
* Fix test.
* Blanket Implementation for &'_ T for Renderable types.
* Implement Renderable for &str.
* Update signature.
* Update children to Html in examples.
* Remove unnecessary dereferencing.
* Rollback nested_list example.
* Fix comment.
* Convert to Pattern Matching.
* Add tracing issue.
* Rename Renderable to ToHtml.
* Move ToHtml to yew::html.
* Convert more to match pattern.
2023-06-11 15:33:39 +05:00
Shubh Sharma
40514a91d9
Improve SECURITY.md ( #3277 )
...
* Improve SECURITY.md
* Update SECURITY.md
* Update SECURITY.md
2023-06-01 21:11:37 +05:00
Valentin Golev
b9990e8410
An experiment macro to automatically derive Properties structs from args for Yew components. ( #3275 )
...
* Update properties.mdx
* Update awesome.md
* prettier'
2023-06-01 23:30:39 +09:00
dependabot[bot]
b5de832c77
Bump fake from 2.5.0 to 2.6.1 ( #3267 )
...
Bumps [fake](https://github.com/cksac/fake-rs ) from 2.5.0 to 2.6.1.
- [Commits](https://github.com/cksac/fake-rs/commits )
---
updated-dependencies:
- dependency-name: fake
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 17:09:31 +05:00
dependabot[bot]
f41b0b8d80
Bump tokio from 1.28.0 to 1.28.1 ( #3270 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.1 )
---
updated-dependencies:
- dependency-name: tokio
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-06-01 17:09:12 +05:00
dependabot[bot]
3852d2c0af
Bump @docusaurus/plugin-google-analytics from 2.4.0 to 2.4.1 in /website ( #3280 )
...
Bumps [@docusaurus/plugin-google-analytics](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-google-analytics ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.4.1/packages/docusaurus-plugin-google-analytics )
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-google-analytics"
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-06-01 17:00:42 +05:00