Jonathan Kelley
|
94b17cc8ca
|
Fix non tokio builds for desktop
|
2024-01-18 04:07:28 -08:00 |
|
Evan Almloff
|
205a005142
|
fix dioxus web
|
2024-01-17 08:40:42 -06:00 |
|
Evan Almloff
|
701093ede5
|
Try to rerun all dirty scopes before polling any tasks to fix effect ordering
|
2024-01-17 08:17:30 -06:00 |
|
Evan Almloff
|
397015df31
|
fix some clippy lints in dioxus signals
|
2024-01-16 16:31:07 -06:00 |
|
Evan Almloff
|
f6fd20bb61
|
fix signals
|
2024-01-16 13:57:31 -06:00 |
|
Evan Almloff
|
611f0d3b5f
|
Merge branch 'maybe-sync-signal' into breaking
|
2024-01-16 13:49:53 -06:00 |
|
Evan Almloff
|
e65c5f0eb3
|
depreciate the render macro
|
2024-01-16 13:18:46 -06:00 |
|
Jonathan Kelley
|
98bd78de43
|
Fix issue with mutability in component macro
|
2024-01-15 23:57:10 -08:00 |
|
Jonathan Kelley
|
8559984e9d
|
and mut bound to mut methods on signals
|
2024-01-15 23:24:59 -08:00 |
|
Jonathan Kelley
|
d88561f973
|
Adjust impl for signal syntax to allow cloned values
|
2024-01-15 21:43:30 -08:00 |
|
Jonathan Kelley
|
33bba24867
|
Experiment with call syntax only working for copy types
|
2024-01-15 21:12:44 -08:00 |
|
Jonathan Kelley
|
bb750f5336
|
Fix effect stack issue
|
2024-01-15 20:45:59 -08:00 |
|
Jonathan Kelley
|
a32ae8b112
|
Remove push_future, get use_future kinda working again
|
2024-01-15 19:34:04 -08:00 |
|
Jonathan Kelley
|
74aa55f85f
|
Bring back mroe hooks, remove old hooks, cleanup a number of examples
|
2024-01-15 17:04:39 -08:00 |
|
Jonathan Kelley
|
6134a2ce24
|
Clean up a number of examples
|
2024-01-15 13:06:05 -08:00 |
|
Evan Almloff
|
20480c0a2d
|
fix use_hook imports
|
2024-01-15 09:10:15 -06:00 |
|
Evan Almloff
|
01726d6656
|
remove once, restore use_hook
|
2024-01-15 09:05:46 -06:00 |
|
Jonathan Kelley
|
9881a94e67
|
Remove cx in more places
|
2024-01-13 21:18:36 -08:00 |
|
Jonathan Kelley
|
1dde044697
|
remove cx.render
|
2024-01-13 21:12:21 -08:00 |
|
Jonathan Kelley
|
fae0b08e61
|
Fix the router and stub out a number of crates to get compiling
|
2024-01-13 20:51:37 -08:00 |
|
Evan Almloff
|
6c29e2b825
|
clean up some core context APIs
|
2024-01-11 17:21:13 -06:00 |
|
Evan Almloff
|
55f76fede6
|
work on fixing some core tests
|
2024-01-10 19:21:15 -06:00 |
|
Evan Almloff
|
78a5592d6d
|
fix comparer
|
2024-01-08 14:03:17 -06:00 |
|
Evan Almloff
|
69a1ec0e3c
|
Merge branch 'create-comparer' into maybe-sync-signal
|
2024-01-08 13:56:11 -06:00 |
|
ealmloff
|
f54ee1c361
|
Merge branch 'master' into map-signal
|
2024-01-05 18:30:31 -06:00 |
|
Evan Almloff
|
4013341b6c
|
hello world example working
|
2024-01-05 18:01:05 -06:00 |
|
Evan Almloff
|
b7c9817cf3
|
fix tests
|
2024-01-02 15:19:01 -06:00 |
|
Evan Almloff
|
73b7f450a5
|
fix merge errors
|
2024-01-02 14:55:46 -06:00 |
|
Evan Almloff
|
cddcd69200
|
Merge branch 'maybe-sync-signal' into map-signal
|
2024-01-02 14:17:01 -06:00 |
|
Evan Almloff
|
ccd0ccffa7
|
fix formatting
|
2024-01-01 10:47:45 -06:00 |
|
Evan Almloff
|
b9d179c494
|
add as_mapped_ref
|
2024-01-01 10:44:21 -06:00 |
|
werner291
|
a0b95a82a0
|
Implemented From<Signal<T>> for ReadOnlySignal<T> (#1772)
|
2024-01-01 10:22:52 -06:00 |
|
Evan Almloff
|
e45739ac04
|
fix examples
|
2023-12-23 13:57:49 -06:00 |
|
Evan Almloff
|
31489167f7
|
use map in the signal iterator
|
2023-12-23 13:52:23 -06:00 |
|
Evan Almloff
|
0c7729da05
|
Merge branch 'master' into map-signal
|
2023-12-23 13:43:54 -06:00 |
|
Evan Almloff
|
a2fadc8d11
|
Make the function bounds for map less restrictive
|
2023-12-23 13:43:27 -06:00 |
|
Evan Almloff
|
5ab0c48ddd
|
fix clippy
|
2023-12-17 17:55:02 -06:00 |
|
Evan Almloff
|
6b17d3db1e
|
fix signals crate
|
2023-12-15 18:35:48 -06:00 |
|
Evan Almloff
|
9e388c3c51
|
refactor generational box into multiple files
|
2023-12-15 08:50:54 -06:00 |
|
Evan Almloff
|
70c3abb8df
|
Merge branch 'master' into maybe-sync-signal
|
2023-12-14 12:29:32 -06:00 |
|
Jonathan Kelley
|
028ffad95a
|
Merge pull request #1593 from ealmloff/signal-read-untracked
|
2023-12-07 11:12:14 -08:00 |
|
Exotik850
|
fc31876a57
|
Wasm target check before build (#1689)
* Add `rustup show` check for wasm32 target
* better place for check
* fmt
* clippy fmt
|
2023-12-07 12:35:16 -06:00 |
|
Evan Almloff
|
a1550460ce
|
Fix peek spelling
|
2023-12-07 11:37:59 -06:00 |
|
Evan Almloff
|
1c2a6fa010
|
fix signals with debug information
|
2023-12-07 07:19:41 -06:00 |
|
ealmloff
|
c67e0705ea
|
Merge branch 'master' into signal-read-untracked
|
2023-12-07 07:12:30 -06:00 |
|
Evan Almloff
|
2bab4eb6c3
|
rename read_untracked to peak
|
2023-12-07 07:06:43 -06:00 |
|
Jonathan Kelley
|
ccd850edf6
|
Merge pull request #1383 from ealmloff/debug-signals
Add debug information to borrows and ownership in signals
|
2023-12-06 21:19:38 -08:00 |
|
Jonathan Kelley
|
16982c9f69
|
Add metadata for signals crate
|
2023-12-06 20:54:50 -08:00 |
|
Jonathan Kelley
|
d3f6ff703c
|
Release 0.4.3
dioxus@0.4.3
dioxus-autofmt@0.4.3
dioxus-check@0.4.3
dioxus-cli@0.4.3
dioxus-core@0.4.3
dioxus-core-macro@0.4.3
dioxus-desktop@0.4.3
dioxus-fullstack@0.4.3
dioxus-hooks@0.4.3
dioxus-hot-reload@0.4.3
dioxus-html@0.4.3
dioxus-interpreter-js@0.4.3
dioxus-liveview@0.4.3
dioxus-mobile@0.4.3
dioxus-native-core@0.4.3
dioxus-native-core-macro@0.4.3
dioxus-router@0.4.3
dioxus-router-macro@0.4.3
dioxus-rsx@0.4.3
dioxus-signals@0.4.3
dioxus-ssr@0.4.3
dioxus-tui@0.4.3
dioxus-web@0.4.3
dioxus_server_macro@0.4.3
fermi@0.4.3
generational-box@0.4.3
plasmo@0.4.3
rsx-rosetta@0.4.3
Generated by cargo-workspaces
|
2023-12-06 16:56:35 -08:00 |
|
Evan Almloff
|
b3c5158524
|
fix tests
|
2023-11-07 13:15:19 -06:00 |
|