Demonthos
|
3a5d1a2ff8
|
fix web imports and extract hot reload handlers into seperate files (#484)
|
2022-07-04 13:18:11 -05:00 |
|
Evan Almloff
|
f0655a11ad
|
panic on errors in hot-reload if no error handler socket is connected
|
2022-07-01 09:01:15 -05:00 |
|
Reinis Mazeiks
|
0777437243
|
Merge branch 'master' of https://github.com/DioxusLabs/dioxus into rusty-events
Conflicts:
packages/tui/tests/events.rs
|
2022-06-29 02:18:57 +03:00 |
|
Reinis Mazeiks
|
f3fcec2bdf
|
Merge branch 'master' of https://github.com/DioxusLabs/dioxus into rusty-events
Conflicts:
packages/html/src/events.rs
packages/tui/src/hooks.rs
|
2022-06-28 21:09:20 +03:00 |
|
Evan Almloff
|
041f474329
|
Merge remote-tracking branch 'upstream/master' into clean_up_rsx_imports
|
2022-06-26 07:22:55 -05:00 |
|
YuKun Liu
|
0af69f83f2
|
Rename hot_reload to hot-reload
|
2022-06-26 14:23:19 +08:00 |
|
Evan Almloff
|
ef4ece42b3
|
Merge remote-tracking branch 'upstream/master' into clean_up_rsx_imports
|
2022-06-25 08:27:32 -05:00 |
|
Evan Almloff
|
fbf8e13b8d
|
clean up imports
|
2022-06-25 08:27:10 -05:00 |
|
Evan Almloff
|
11d9a7d013
|
Merge remote-tracking branch 'upstream/master' into fix_nonbubbling_web_events
|
2022-06-22 13:59:10 -05:00 |
|
Evan Almloff
|
61b4bb2f19
|
handle bubbling events
|
2022-06-22 13:57:05 -05:00 |
|
Evan Almloff
|
75e13749ea
|
set multiple rsx calls at once to prevent duplicated errors
|
2022-06-16 09:11:56 -05:00 |
|
Demonthos
|
df4ea20bb8
|
create serde compatible parse error
|
2022-06-15 12:58:08 -05:00 |
|
Evan Almloff
|
586983291a
|
log parse errors
|
2022-06-13 17:02:43 -05:00 |
|
Evan Almloff
|
71d31556e5
|
Merge https://github.com/DioxusLabs/dioxus into jk/rsx-refactor
|
2022-06-10 18:16:05 -05:00 |
|
Jon Kelley
|
ea4eb218ab
|
Merge pull request #422 from rMazeiks/fix-web-missing-event-types
Fix web missing event types
|
2022-06-10 11:44:38 -04:00 |
|
Evan Almloff
|
017d269ca8
|
fix websocket error reporting
|
2022-06-09 09:36:28 -05:00 |
|
Evan Almloff
|
e7cf382784
|
create websocket for hot reloading
|
2022-06-06 13:30:32 -05:00 |
|
Reinis Mazeiks
|
f792ed7a17
|
Update virtual_event_from_websys_event based on make_synthetic_event in the desktop crate
|
2022-05-23 10:12:12 +03:00 |
|
Reinis Mazeiks
|
60e74b2ec0
|
Add missing event types to web (copied from desktop)
Related: #416
|
2022-05-23 10:12:11 +03:00 |
|
Evan Almloff
|
db1866090a
|
fix broken doc links
|
2022-05-22 20:44:32 -05:00 |
|
duanzhou
|
328bab0f5b
|
Fix: enable dioxus-core serialize feature in dioxuse-web
|
2022-05-18 00:30:36 +08:00 |
|
Reinis Mazeiks
|
45980f9a1e
|
Update examples to avoid deprecated API
|
2022-05-12 15:00:43 +03:00 |
|
Jonathan Kelley
|
356f37e9ee
|
feat: arbitrary attributes
|
2022-05-05 16:50:33 -04:00 |
|
Jonathan Kelley
|
3febd42588
|
Release dioxus-core v0.2.1, dioxus-core-macro v0.2.1, dioxus-html v0.2.1, dioxus-interpreter-js v0.2.1, dioxus-desktop v0.2.3, dioxus-hooks v0.2.1, dioxus-liveview v0.1.0, dioxus-native-core v0.2.0, dioxus-native-core-macro v0.2.0, dioxus-router v0.2.3, dioxus-ssr v0.2.1, dioxus-tui v0.2.2, dioxus-web v0.2.1, fermi v0.2.1, dioxus v0.2.4
|
2022-05-02 23:57:20 -04:00 |
|
Aster
|
329b182e2d
|
Add feature gate
|
2022-04-24 11:48:15 +08:00 |
|
Jon Kelley
|
c4a19f71af
|
Merge branch 'master' into master
|
2022-04-23 23:08:58 -04:00 |
|
Jon Kelley
|
56ea9e42fa
|
Merge pull request #318 from overlisted/eval-stuff
Eval stuff
|
2022-04-04 13:01:35 -04:00 |
|
Jonathan Kelley
|
dfc69c0905
|
fix: compile fail for web
|
2022-04-04 12:29:00 -04:00 |
|
Jon Kelley
|
6c72ed5dd3
|
Merge pull request #333 from naturalethic/fix-incorrect-form-element-pointer
Fix form value collecting from form element instead of input element
|
2022-03-28 11:04:37 -04:00 |
|
Joshua Kifer
|
213f54c4d8
|
Convert all logs to trace
|
2022-03-27 09:23:44 -06:00 |
|
Joshua Kifer
|
2acacdd5a4
|
Fix form value collecting from form element instead of input element
|
2022-03-26 19:42:05 -06:00 |
|
Ilya Maximov
|
d31edfa7d7
|
rustfmt when the
|
2022-03-21 22:02:04 +01:00 |
|
Ilya Maximov
|
ee22881e08
|
Merge branch 'master' into eval-stuff
|
2022-03-21 22:00:17 +01:00 |
|
Ilya Maximov
|
6e8fdc1e4d
|
make the closure dyn
|
2022-03-21 21:57:29 +01:00 |
|
Jon Kelley
|
5c6ff70dd4
|
Merge pull request #316 from DioxusLabs/jk/fix-hydration
fix: setnode method for rehydration code
|
2022-03-20 20:11:55 -04:00 |
|
Joshua Kifer
|
ab4e37fbf2
|
Capture correct radio button value in a form input event
|
2022-03-19 12:24:29 -06:00 |
|
Ilya Maximov
|
b4a5fe9845
|
use ToString
|
2022-03-19 02:57:39 +01:00 |
|
Ilya Maximov
|
5cbf2698fd
|
add use_eval() to desktop and web
|
2022-03-17 23:47:11 +01:00 |
|
Jonathan Kelley
|
f26f704b6b
|
fix: setnode method for rehydration code
|
2022-03-17 10:51:23 -04:00 |
|
Joshua Kifer
|
1b736f1001
|
Remove release_max_level features from several Cargo.toml log dependencies
|
2022-03-15 17:59:30 -06:00 |
|
Jonathan Kelley
|
e7505188d6
|
release: make a new 0.2.0 release of Dioxus
|
2022-03-09 14:24:05 -05:00 |
|
Jonathan Kelley
|
77631bff1f
|
Merge branch 'master' into jk/documet-everything
|
2022-02-26 17:33:06 -05:00 |
|
Shuanghui Yan
|
4eeb3da8c9
|
fix: add ns param for removeAttribute
|
2022-02-22 23:14:11 +08:00 |
|
Jonathan Kelley
|
b2a4d387c7
|
docs: document all of desktop crate
|
2022-02-20 23:52:36 -05:00 |
|
Jonathan Kelley
|
3873cd1a60
|
fix: remove unused depds
|
2022-02-16 14:40:45 -05:00 |
|
Jonathan Kelley
|
e43a8a9b6a
|
feat: remove old async channel for new channel in ric raf web code
|
2022-02-15 11:03:13 -05:00 |
|
Aster
|
8d42191d7a
|
Add From trait to convert web_sys Events to html Data
|
2022-02-12 20:57:13 +08:00 |
|
t1m0t
|
eb39f360e3
|
fix some uncaught error during runtime test
|
2022-02-11 17:59:59 +01:00 |
|
Jonathan Kelley
|
4a3680ee1b
|
chore: remove all warnings
|
2022-02-10 21:00:15 -05:00 |
|
Jonathan Kelley
|
4f46089fce
|
feat: use serde-wasm-bindgen crate for speedup
|
2022-02-07 10:17:16 -05:00 |
|