Commit graph

2951 commits

Author SHA1 Message Date
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
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
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
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
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
Jonathan Kelley
b6463e4b27 bump core 2023-05-04 12:04:21 -07:00
Jon Kelley
2e58c7bf1d
Merge pull request #1002 from Demonthos/fix-workspace-name-collisions
Fix duplicate example and test names
2023-05-04 11:13:52 -07:00
Jon Kelley
2b421e055b
Merge pull request #997 from stephenandary/dioxus-devcontainer
Devcontainer for Contributors
2023-05-04 11:13:37 -07:00
Jon Kelley
b632bf182b
Merge pull request #973 from Icekey/select_example
added select element example
2023-05-04 11:10:33 -07:00
Jon Kelley
ed934d4bec
Merge pull request #996 from Demonthos/fix-dioxus-tui-widgets-link
Fix the link to tui widgets in the guide
2023-05-04 11:09:12 -07:00
Evan Almloff
230afadf3d Fix web events starting on a text node 2023-05-03 09:00:17 -05:00
Evan Almloff
ed4709101c fix duplicate example names 2023-05-02 09:38:58 -05:00
stephenandary
d3cf9f728c
WIP - remove comment in Dockerfile 2023-05-01 14:54:21 -04:00
stephenandary
5f3c3d3f04
WIP - Update base image to nightly so format on save works 2023-05-01 14:49:38 -04:00
stephenandary
e68c806f8c
WIP - Update Readme Codespaces section with setup link 2023-05-01 14:27:47 -04:00
stephenandary
856650eb4d
WIP - Add README 2023-05-01 14:25:54 -04:00
stephenandary
a78ee4ffe7
WIP - Update devcontainer to use debian bookworm 2023-05-01 14:12:08 -04:00
stephenandary
74cb70590c
WIP - Initial commit of devcontainer 2023-04-29 11:44:28 -04:00
Evan Almloff
3317dc3e17 fix the link to tui widgets in the guide 2023-04-29 07:58:43 -05:00
Icekey
72258a593c
Merge branch 'DioxusLabs:master' into select_example 2023-04-27 23:38:54 +02:00
Jon Kelley
8bf2475802
Merge pull request #994 from Demonthos/fix-click-events 2023-04-27 14:35:14 -07:00
Evan Almloff
f044bb2128 fix onclick event 2023-04-27 15:19:10 -05:00
Icekey
f01db7461f
Merge branch 'DioxusLabs:master' into select_example 2023-04-27 21:07:29 +02:00
Attilio
c645e1c6aa
Allow multiple prevent default for Web, Desktop and LiveView (#987)
* Allow multiple prevent default in dioxus_web

* Use SplitWhitespace for prevent default requests

* Add multiple prevent default option to liveview and desktop

* Update docs about prevent_default attribute

* cargo clippy

* update prevent default guide example

---------

Co-authored-by: Evan Almloff <ealmlof1@stumail.jccc.edu>
2023-04-27 11:26:04 -05:00
Tim Newsome
c904411190
Fix typo in event_handlers.md (#991) 2023-04-27 07:27:07 -05:00
Jon Kelley
fb52673433
Merge pull request #990 from Demonthos/fix-form-event-deserialization
make files optional when deserializing form data
2023-04-26 17:22:38 -07:00
Evan Almloff
cfe94950c6 make files optional when deserializing form data 2023-04-26 18:05:13 -05:00
Jon Kelley
06ae3756ad
Merge pull request #965 from Demonthos/implement-file-engine
Implement file engine on each platform
2023-04-26 15:33:42 -07:00
Jonathan Kelley
22cfff647c Merge branch 'master' into implement-file-engine 2023-04-26 15:32:34 -07:00
Jon Kelley
79c62e5545
Merge pull request #974 from Demonthos/fix-selected-desktop
Fix selected and checked with boolean attributes
2023-04-26 15:21:29 -07:00
Jon Kelley
3962c92f03
Merge pull request #952 from Demonthos/fix-non-bubbling-events
Fix non-bubbling event propagation
2023-04-26 15:21:19 -07:00