Commit graph

3703 commits

Author SHA1 Message Date
Evan Almloff
383e7e6a58 Use more precice timestamp in hot reloading 2023-05-19 12:33:07 -05:00
Jonathan Kelley
c97f43146d bump hooks and web crates 2023-05-18 13:42:15 +02:00
Jon Kelley
3661682340
Merge pull request #916 from Demonthos/server-fn
Fullstack Utilities Crate (server functions)
2023-05-18 13:18:49 +02:00
Jon Kelley
6bd3437e3a
Merge branch 'master' into server-fn 2023-05-18 13:18:41 +02:00
Jon Kelley
c86aaa6819
Merge pull request #912 from Demonthos/full-tailwind-css-example
Create complete tailwind example project with steps to setup tailwind
2023-05-18 13:17:56 +02:00
Jon Kelley
379ea09b12
Merge pull request #894 from Demonthos/query-system
Create onmounted Event
2023-05-18 13:17:15 +02:00
Jon Kelley
7a620daad7
Merge pull request #995 from Demonthos/mock-event-tests
Mock Desktop Tests
2023-05-18 13:16:21 +02:00
Jon Kelley
e110fee100
Merge pull request #980 from Demonthos/improve-custom-hooks-docs
Improve the custom hooks chapter in the guide
2023-05-18 13:16:05 +02:00
Jon Kelley
a9c1ce2b86
Merge pull request #1028 from Demonthos/add-use-element
Add use element to html
2023-05-18 13:15:53 +02:00
Jon Kelley
7f74927d82
Merge pull request #1021 from Demonthos/fix-web-event-bubbling-on-text-nodes
Fix web events starting on a text node
2023-05-18 13:15:40 +02:00
Jon Kelley
651e7a3f2a
Merge pull request #1030 from nicoburns/taffy-0.3
Support CSS Grid (+upgrade Taffy to 0.3.x)
2023-05-18 13:15:09 +02:00
Jon Kelley
d3860e2a16
Merge pull request #1007 from Demonthos/contributor-guide
Create Contributor Guide
2023-05-18 13:14:28 +02:00
Jon Kelley
616617137e
Merge pull request #1014 from Byron/master
Add mailmap to unify name of Jonathan Kelley
2023-05-18 13:14:03 +02:00
Nico Burns
d82ae5cb16 dummy commit 2023-05-17 13:19:18 +01:00
Nico Burns
287227bf48 Fix clippy lints 2023-05-17 13:13:57 +01:00
Nico Burns
f4b828b949 Bump Taffy version in dioxus-tui 2023-05-17 13:12:00 +01:00
Nico Burns
2d40e0a261 Fix rink compilation with Taffy 0.3 2023-05-17 10:47:31 +01:00
Nico Burns
67d99b3a16 Add support for parsing grid value of Display property 2023-05-16 20:24:44 +01:00
Nico Burns
8010d9b4e3 Fix unused import 2023-05-16 19:15:29 +01:00
Nico Burns
c1f7600085 native-core: add support for CSS Grid properties 2023-05-16 19:10:11 +01:00
Nico Burns
2b0a86701e Upgrade Taffy to v0.3.12] 2023-05-16 10:46:13 +01:00
YuKun Liu
fa7c297953
Merge pull request #140 from DogeDark/fix-wasm-bindgen 2023-05-15 13:50:56 -07:00
Evan Almloff
633eae2d5c add use element to html 2023-05-15 14:39:32 -05:00
Miles Murgaw
7fd9940379 fix: wasm version mismatch 2023-05-14 13:52:46 -04:00
Weru
6acec6f020
fix router book link (#1024)
Signed-off-by: weru <fromweru@gmail.com>
2023-05-14 08:16:05 -05:00
Jon Kelley
5d4650f04b
Merge pull request #1023 from DogeDark/fix-doc 2023-05-13 18:56:09 +02:00
Miles Murgaw
06233ac550 fix: rustfmt 2023-05-13 12:41:00 -04:00
Miles Murgaw
d059b2bc05 doc: mention futures-util in use_coroutine hook 2023-05-13 11:50:24 -04:00
Ell
3b1eec2ed2
Merge branch 'DioxusLabs:master' into make-clone-repo-err-clear 2023-05-13 12:18:57 +05:00
Evan Almloff
4a8542c28e fix response spelling 2023-05-11 18:40:02 -05:00
Alexander Keliris
35cb6616af
Add hgroup html tag (#1016)
The [<hgroup>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup) HTML element represents a heading and related content. It groups a single <h1>–<h6> element with one or more <p>.
2023-05-10 08:21:05 -05:00
Sebastian Thiel
40feb00f49
Add mailmap to unify name of Jonathan Kelley 2023-05-10 14:45:12 +02:00
Evan Almloff
ae8a7ccbd2 fix docs build command 2023-05-09 07:24:17 -05:00
Evan Almloff
d1afd99b10 fix clippy 2023-05-08 17:58:56 -05:00
Evan Almloff
043aae1689 fix the onload event 2023-05-08 17:49:28 -05:00
Evan Almloff
6fc65e9565 finish guiding principles 2023-05-08 15:42:43 -05:00
Evan Almloff
fe695bbc00 finish the readme walkthrough 2023-05-08 15:17:40 -05:00
Evan Almloff
f593b655e2 start README example internals walkthrough 2023-05-07 18:26:30 -05:00
YuKun Liu
a169fd647b
Merge pull request #138 from chaosprint/shared_array_buffer_as_optional_config
add shared array buffer support for dev server as optional config
2023-05-07 00:55:08 -07:00
YuKun Liu
3fd2eb844c docs: add document 2023-05-07 00:40:25 -07:00
YuKun Liu
b196affb02 fix: changed flag name to cross-origin-policy 2023-05-06 19:37:36 -07:00
Evan Almloff
ff91379aaf Merge branch 'upstream' into contributor-guide 2023-05-06 15:20:47 -05:00
Evan Almloff
5f1f3e1b58 start a contributing guide 2023-05-06 15:15:49 -05:00
Evan Almloff
1959da1ec6 include desktop tests in test with browser 2023-05-06 09:15:09 -05:00
Qichao Lan
4f95a0ba6b
Merge branch 'master' into shared_array_buffer_as_optional_config 2023-05-06 08:18:29 +02:00
chaosprint
257465a6d5 add shared array buffer support for dev server as opt config 2023-05-06 08:13:28 +02:00
Evan Almloff
ec5999b3b4 fix clippy 2023-05-05 15:45:38 -05:00
Evan Almloff
ae71e4ce33 don't render headless tests 2023-05-05 11:11:50 -05:00
Evan Almloff
19436e210f Merge branch 'upstream' into query-system 2023-05-05 11:09:25 -05:00
YuKun Liu
cabec80ac5
Merge pull request #137 from chaosprint/support_dev_server_shared_array_buffer
set headers to support sab on dev server
2023-05-04 23:24:21 -07:00