Evan Almloff
|
6bc9bc6ef9
|
fix nodes not being marked as dirty with multiple mutations
|
2023-03-24 12:57:19 -05:00 |
|
Jonathan Kelley
|
b06228be70
|
publish rosetta
|
2023-03-24 09:39:52 -07:00 |
|
Jonathan Kelley
|
ab74fd2b5c
|
Merge branch 'master' of github.com:DioxusLabs/dioxus
|
2023-03-24 09:34:48 -07:00 |
|
Jonathan Kelley
|
d658f50141
|
publish autofmt
|
2023-03-24 09:34:40 -07:00 |
|
Jon Kelley
|
972cd25476
|
Merge pull request #907 from Demonthos/allow-paths-in-formatted-segments
Allow paths in format expressions
|
2023-03-23 15:19:11 -07:00 |
|
Evan Almloff
|
e0563bd637
|
allow paths in format expressions
|
2023-03-23 13:15:47 -05:00 |
|
Evan Almloff
|
c8880fac36
|
expose data directory in desktop config
|
2023-03-22 13:53:20 -05:00 |
|
Evan Almloff
|
468f684d7d
|
fix style attributes in SSR
|
2023-03-22 10:10:18 -05:00 |
|
Evan Almloff
|
b19e7ce455
|
fix non-bubbling listener hydration
|
2023-03-22 09:17:27 -05:00 |
|
Evan Almloff
|
96397f08d0
|
fix int and float raw values in ssr
|
2023-03-22 08:43:58 -05:00 |
|
Evan Almloff
|
f0bcb3c2c6
|
make dioxus intigration generic over custom value type
|
2023-03-19 07:14:35 -05:00 |
|
Evan Almloff
|
9a16687bdc
|
fix custom attribute values and add example
|
2023-03-18 07:16:53 -05:00 |
|
marcerhans
|
46cc07e048
|
Updated links in docs for custom use_hook. (#891)
Found some more dead links.
|
2023-03-17 07:15:18 -05:00 |
|
marcerhans
|
f0c9dadf77
|
Added mention of StreamExt trait extension. (#886)
|
2023-03-15 09:08:29 -05:00 |
|
Evan Almloff
|
a974fb3a8a
|
fix clippy lints in native-core tests
|
2023-03-14 18:07:52 -05:00 |
|
Evan Almloff
|
6ee1c5ea16
|
fix custom renderer imports
|
2023-03-14 17:58:42 -05:00 |
|
Evan Almloff
|
ed6d813a9c
|
update Rink and Dioxus-TUI readmes
|
2023-03-14 17:31:21 -05:00 |
|
Evan Almloff
|
8b5551e5d2
|
fix formatting
|
2023-03-14 17:26:59 -05:00 |
|
Evan Almloff
|
a37b29947b
|
Remove the box::new passed into RealDom::new
|
2023-03-14 16:35:11 -05:00 |
|
Evan Almloff
|
d1155d159c
|
restore some unintended changes
|
2023-03-14 16:27:01 -05:00 |
|
Evan Almloff
|
4b1ebca4ca
|
Merge remote-tracking branch 'upstream/master' into simplify-native-core
|
2023-03-14 16:24:46 -05:00 |
|
Evan Almloff
|
41bf87e74f
|
Merge branch 'upstream' into simplify-native-core
|
2023-03-14 16:21:39 -05:00 |
|
Evan Almloff
|
4b81cdbf1b
|
Update custom renderer guide
|
2023-03-14 16:06:32 -05:00 |
|
Jon Kelley
|
059f6b18db
|
Merge pull request #869 from ndarilek/master
Add function to remove all global shortcuts.
|
2023-03-13 22:41:39 -04:00 |
|
Jon Kelley
|
05b3f1395d
|
Merge pull request #871 from DioxusLabs/jk/liveview-pool
Allow liveview to spawn pre-built virtualdoms
|
2023-03-13 22:40:49 -04:00 |
|
Evan Almloff
|
ae1300b015
|
improve ergonomics of custom drivers and add a counter example to rink
|
2023-03-13 21:26:44 -05:00 |
|
Jonathan Kelley
|
55446c184c
|
Merge branch 'master' into jk/liveview-pool
|
2023-03-13 21:45:27 -04:00 |
|
Evan Almloff
|
b255800511
|
fix TUI and tests building
|
2023-03-13 18:09:20 -05:00 |
|
Evan Almloff
|
daac9f540f
|
document every item in native-core
|
2023-03-13 17:49:37 -05:00 |
|
Jon Kelley
|
07fc95954e
|
Merge pull request #881 from Demonthos/fix-waking-on-shutdown
Fix panic when waking future on shutdown
|
2023-03-13 17:38:07 -04:00 |
|
Evan Almloff
|
226bd3a6e1
|
fix panic when waking future on shutdown
|
2023-03-13 15:50:05 -05:00 |
|
Jon Kelley
|
4227edf77a
|
Merge pull request #878 from Demonthos/fix-event-bubbling-within-template
Fix event bubbling within a single template
|
2023-03-13 10:25:41 -07:00 |
|
Evan Almloff
|
f34fa5d974
|
Move dioxus-specifc code into dioxus-tui crate and rename core crate to Rink
|
2023-03-13 12:04:51 -05:00 |
|
Evan Almloff
|
8e8c89c99e
|
shink grid size in driven example
|
2023-03-13 10:21:30 -05:00 |
|
Evan Almloff
|
080a9bdba0
|
fix driven example
|
2023-03-13 10:14:31 -05:00 |
|
Evan Almloff
|
9121d68d84
|
fix focus events subscriptions
|
2023-03-13 10:04:01 -05:00 |
|
Evan Almloff
|
ad374a8b9d
|
fix formatting and lints
|
2023-03-13 10:03:45 -05:00 |
|
marcerhans
|
2a64822615
|
Updated link in docs for use_hook. (#880)
|
2023-03-13 08:12:41 -05:00 |
|
Jonathan Kelley
|
a85d0c52ef
|
Merge branch 'master' into fix-event-bubbling-within-template
|
2023-03-12 19:49:36 -04:00 |
|
Evan Almloff
|
40292e40b2
|
improve performance and disable parallelism by default
|
2023-03-12 18:06:40 -05:00 |
|
Evan Almloff
|
0f5833d4c0
|
Improve benchmarks to also test for updating many elements at once
|
2023-03-12 16:56:02 -05:00 |
|
Jon Kelley
|
fdca2abf05
|
Merge pull request #879 from Demonthos/fix-clippy
Fix new Clippy lints
|
2023-03-12 14:30:21 -07:00 |
|
Evan Almloff
|
c4845d5c8d
|
update TUI to new native-core
|
2023-03-12 16:20:01 -05:00 |
|
Evan Almloff
|
865c5aa957
|
all native-core tests passing
|
2023-03-12 15:35:48 -05:00 |
|
Evan Almloff
|
fda125de5f
|
fix clippy
|
2023-03-12 15:13:34 -05:00 |
|
Evan Almloff
|
4847789a83
|
fix event bubbling within a single template
|
2023-03-12 14:47:30 -05:00 |
|
Evan Almloff
|
ec3e02e4bb
|
finish macro
|
2023-03-12 08:26:16 -05:00 |
|
Kyle Smith
|
eee6cbabb2
|
Update Router book to reflect crate separation and need for web feature. (#873)
|
2023-03-10 07:07:53 -06:00 |
|
Jonathan Kelley
|
9ae5f47d19
|
Allow liveview to spawn pre-injected virtualdoms
|
2023-03-09 17:01:41 -08:00 |
|
Jon Kelley
|
79074a0a7c
|
Merge pull request #870 from mwcz/patch-1
fix Guide link in README
|
2023-03-09 12:56:57 -08:00 |
|