121 Commits

Author SHA1 Message Date
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
Konstantin Itskov
bb2bbb9799 Add extra setup for testing instructions to readme (#798) 2019-12-09 22:45:35 -08:00
Philip Peterson
bf06e36eb7 Some simple proposed renames (#751)
* AgentUpdate -> AgentLifecycleEvent

* Responder::response -> Responder::respond

* AgentLink::response -> AgentLink::respond

* Agent::handle -> Agent::handle_input
2019-12-08 11:03:35 -08:00
Justin Starry
f61667be97
Remove generics from virtual dom (#783)
* Fix tests

* Remove generics from virtual dom

* Prep for degenerify

* Fix examples

* Remove props cloning

* Fix tests
2019-12-08 10:47:51 -08:00
Justin Starry
f48bc90edb
Use callbacks in examples (#781) 2019-12-07 16:56:26 -08:00
Justin Starry
ffbb9e0ac3
Rename methods and loosen mutability for component link and agent (#780)
* Rename methods and loosen mutability for component link and agent

* Update send_back to callback

* mut link -> link
2019-12-07 18:18:33 -05:00
Kelly Thomas Kline
d03f59185f Add roadmap link to the readme (#764) 2019-12-01 11:43:21 -05:00
Justin Starry
e2ed0953d6
Update README.md 2019-11-28 14:27:04 -05:00
Justin Starry
75f8186a05
Update README.md 2019-11-28 12:48:06 -05:00
Justin Starry
c439a3d477
Clean up comments, generics names, and variable names (#752) 2019-11-23 16:50:20 -05:00
Miklós Tusz
c7cc4c2f0e Add link to docs in README (#729) 2019-11-10 21:17:18 -05:00
Justin Starry
6ba83fc061
Update min rust version to 1.39.0 (#730)
* Update min rustc to 1.39.0

* Bump wasm-bindgen to 0.2.54

* always install wasm-bindgen-cli
2019-11-10 20:19:34 -05:00
Justin Starry
43e9347269
Add render method to Component and auto implement Renderable (#563)
* Add render method to Component and auto implement Renderable

* More cleanup

* Rename Renderable method from view to render

* Doc fixes

* fix

* Update CHANGELOG.md
2019-09-30 22:23:25 -04:00
Justin Starry
d04ffd980a
Update README.md 2019-09-28 23:13:32 -04:00