134 Commits

Author SHA1 Message Date
Techuuu
61ae2aa4ef
Update README.md (#3500)
Improved typos and documentation
2025-07-20 23:19:20 +09:00
Aftab Alam
8c97bfbb9b
updated README.md (#2919)
* updated README.md

added hyperlink to banner

* updated hyperlink linked to Examples

the link is updated. now the text 'Examples' when clicked redirects to the master branch and with that to the up-to-date examples.
2022-10-15 16:15:51 +02:00
Spencer C. Imbleau (he/him)
a4dcdedf30
Fixes #2789 (#2791) 2022-07-27 03:06:14 +02:00
乐平
9446e94564
docs: fix README.md jump link. (#2752) 2022-06-26 13:06:32 +02:00
Muhammad Hamza
526ecb975e
Increase MSRV to 1.56.1 (#2740) 2022-06-19 18:45:52 +05:00
Simon
9bdf3014c2
Update references to gitlocalize project (#2427) 2022-01-31 21:40:56 +02:00
Matt
b165037381
Incorporate in-code translation in the workflow (#2349)
* implements #2276

* add localization and website contributing guides

* fix typo

* Update build-website.yml

* add note for write-translations

* attempt 2 at making CI build the stubs

* experiment: delete part of the stubs...
expecting ci to rebuild it

* write-translations for dev and check- for ci

* catch promise errors

* commit the missing mdx instruction

* fix English grammar in check report
2022-01-12 18:23:30 +05:00
Muhammad Hamza
b456636111
Bump minimal supported rust version (MSRV) to 1.56 (#2334)
* Bump MSRV to 1.54

* add rust version to Cargo.toml

* update macro test stderr

* 1.56 go brrrr

* 1.56 go brrrr: part 2 electric boogaloo
2022-01-06 19:32:48 +02:00
Matt
90b4e55ebc
Docusaurus Overhaul (#2275)
* change suffixes from md to mdx
fix broken links for English locale
tree shake and update docusaurus
add docusaurus ideal image plugin
use svg and themed image
delete unused static asset

* move localized landing page

* change GitLocalize project page

* nit pick

* remove ignore to have the block checked
2021-12-20 12:10:45 +02:00
Taillook
5e1174a815
Fix: readme missing link (#2242) 2021-12-06 11:41:51 +01:00
Marcel
25839f55fa
Update note to warn about API changes. (#2227) 2021-12-01 22:02:05 +05:00
Muhammad Hamza
996bf5b41a
Final documentation touch ups & tag 0.19.0 (#2220)
* some documentation fixes

* more fixes

* why it didn't work before is beyond me

* next redirect

* change 0.18 docs folder structure to make it inline with next

* move docs to /docs

now that home is its own page, docs should be under `/docs/`

* tag 0.19.0 version on website
2021-11-30 00:06:51 +05:00
mc1098
9b6bc96826
Remove Issuehunt info from README (#2209) 2021-11-27 22:31:37 +05:00
bakape
d89f1ccc5c
Optimize VTag construction, memory footprint and patching (#1947)
* yew-macro: optimize VTag construction in html! macro

* yew/vtag: decrease VTag memory footpting and construction args

* yew,yew-macro: optimize VTag contruction, memory footprint and diffing

* yew/vlist: revert to VTag boxing

* yew-macro: add clippy allow for nightly rust

* yew-macro:  fix allow namespace

* *: bump MSRV to 1.49.0

* yew/vnode: restore == for VTag comparison

* yew/vtag: clean up reference casting

* yew-macro/html_element: fix error span regression
2021-07-18 18:26:52 +02:00
Foo-x
5e683b7067
docs: fix broken link (#1926)
Refs #1421
2021-06-20 14:02:51 +02:00
Muhammad Hamza
ec1ebe6756
Fix broken home link (#1918)
* Serve docs at `/` instead of `/docs`, no `/intro`

* fix links

* update workflow
2021-06-13 20:25:48 +02:00
Cecile Tonglet
679f0c854b Changelog fixes (#1849) 2021-06-05 23:00:58 +02:00
sot528
915c5270d5
fix links. (#1893) 2021-06-01 18:45:36 +02:00
Dirk Kelly
4d334fd327
Update README Docs Repo link (#1889) 2021-05-31 18:35:44 +02:00
Muhammad Hamza
f024874026
Fix broken link/redirects (#1881)
* Fix broken link/redirects

* Remove index page, update `commentURLPath`
2021-05-27 17:11:49 +02:00
Simon
03abde607b
Update logo URL 2021-02-13 13:25:56 +01:00
Simon
cbf6a13ac2
Correct documentation redirects (and fix the workflow) (#1621)
* checkout before artifact

* config for fork

* pass pull request number (again)

* worthless change to trigger build

* use comment url path

* let's play around with redirects

* trigger change

* redirects

* update config

* remove firebase.json from pull request

* remove redirects

* use an index page instead of redirects

* intro -> index

* revert unnecessary changes

* correct format
2020-10-15 22:11:30 +02:00
Muhammad Hamza
7e6d6c43f0
Add latest docs link to readme (#1595)
* Add master docs link to readme

* Replace "master" with "latest"

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
2020-10-03 15:15:53 +02:00
komi
75d044409e
Modified links for documents (#1562)
* added link for Japanese docs

* removed last slash

* enabled to match trailing slash

* Revert "enabled to match trailing slash"

This reverts commit 51ecb29eab474246d340531fd27b17cef3efab47.
2020-09-18 19:40:47 +02:00
Justin Starry
6d23b690a9
Add GitLocalize and docs links to README (#1493) 2020-08-16 16:05:36 +08:00
Justin Starry
a8f1667332
Remove proc-macro-hack and bump MSRV to 1.45 (#1452)
* Remove proc-macro-hack and fix warnings

* Bump MSRV to 1.45

* Fix tests

* Add set_boolean_attribute method

* Fix component clippy warnings

* Feedback

* Suppress clippy warnings

* Fix new clippy warnings
2020-08-15 23:01:58 +08:00
Arend van Beelen jr
afabbf08f2
Update link to docs (#1442)
* Update link to docs

* Remove unnecessary capitalization
2020-07-23 22:00:47 +02:00
Justin Starry
844aa4bf15
Prep 0.17 release (#1355) 2020-06-29 23:57:04 +08:00
Dirk Puge
a49291a5b1
Added period for Note (#1335) 2020-06-21 17:02:03 +08:00
Connor Skees
5f8b049bec
update link to roadmap (#1239)
Old link 302'd to `https://yew.rs/docs/docs/more/roadmap`, which does not exist
2020-05-17 11:00:01 +08:00
Michal Kawalec
eb841bb7cf
Conditially require serialize (#1195)
* conditially require serialize

* we're using a trait alias and a clearer implementation of the constraints

* after merging with separated agent

* no trait aliases :(

* specialized the types for Drop a bit

* added an additional constraint on an agent

* emitted with fmt fixes

* dropped the useless debug constraint on the input

* fix stdweb examples

* dropped unneeded debug constraints

* linter
2020-05-12 16:43:21 +08:00
Justin Starry
d95b196b50
Release Yew v0.16 (#1194) 2020-05-09 23:22:39 +08:00
Justin Starry
e3e21ca2d0
Update README.md 2020-05-03 22:06:05 +08:00
Teymour Aldridge
43c73fc93b
Change link from Gitter to Discord. (#1180) 2020-05-03 16:20:13 +08:00
Justin Starry
10555fd69a
Bump MSRV to v1.40.0 (#1152) 2020-04-28 00:09:44 +08:00
Justin Starry
731f989768
Update README.md 2020-04-25 22:33:40 +08:00
Justin Starry
6498a462be Prep v0.15 release 2020-04-25 11:24:11 +00:00
Justin Starry
688a568445
Update README.md 2020-04-19 22:41:40 +08:00
Justin Starry
19b6d11aed
Update README.md 2020-04-18 22:48:34 +08:00
Justin Starry
21fd8a4cbb
Update README.md 2020-04-18 22:41:30 +08:00
Justin Starry
b0873bf54d
Update README.md 2020-04-18 22:41:12 +08:00
Justin Starry
ebbd145bcd
Prep release for v0.14 (#1027) 2020-03-14 18:50:46 +08:00
Justin Starry
d36da62115
Prepare v0.13 release (#986)
* Prepare v0.13 release

* add a few more changelog items
2020-03-01 23:56:02 +08:00
Justin Starry
bf0a6bbeb2 Update README.md 2020-02-10 16:24:49 +08:00
Justin Starry
f703bdd987
Clean up readme (#930)
* Clean up README

* Remove bors
2020-02-09 18:00:13 +08:00
Justin Starry
12981dd193 Update README.md 2020-02-09 11:03:29 +08:00
Leo Ribeiro
d1180c0369 fix native_worker.js 404 error (#900)
* fix native_worker.js 404 error

* fix contribute link

* drops contribute link
2020-01-28 10:56:53 +08:00
Peter Mezei
b4bd3f1054 Update README.md (#890)
Agent example updated
2020-01-22 18:05:24 +08:00
jess
1abef04207 Added financial contributors to the README (#880) 2020-01-18 11:12:59 +08:00
Justin Starry
84a9ed0e09
Make virtual dom cloneable (#786) 2019-12-28 20:53:29 -06:00