Evan Almloff
|
36f67bd5e2
|
update 0.4 doc links to 0.5
|
2024-03-27 20:42:07 -05:00 |
|
Miles Murgaw
|
3cbe6ff96e
|
Fix Outdated README.md (#2147)
* fix: outdated readme
* Fix missing readme
---------
Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
|
2024-03-26 19:17:02 -07:00 |
|
Evan Almloff
|
dadbab5d72
|
make some enums non-exhaustive (#2140)
|
2024-03-26 19:14:48 -07:00 |
|
Evan Almloff
|
0662033c84
|
Fix early drop of eventhandlers (#2126)
* fix early drop of eventhandlers
* add a test for stale props that are memorized in place
* fix clippy
|
2024-03-22 14:37:02 -07:00 |
|
Jonathan Kelley
|
ad7a350d2e
|
fix hotreloading issues in the CLI
|
2024-03-12 13:39:42 -07:00 |
|
Jonathan Kelley
|
0bd9692e45
|
Fix cargo test and a number of little cleanup bugs
|
2024-01-30 17:33:14 -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 |
|
Leonard
|
2d1234c3d1
|
Include README and Dioxus logo in package docs (#1536)
* Include README in docs.rs and add Dioxus logo
* Update README.md
|
2023-10-10 10:52:48 -05:00 |
|
Marc Espín
|
c8c4e85e65
|
feat: Remove unused deps (#1447)
* feat: Reduce dioxus-cli deps
* remove more unused deps
|
2023-10-09 10:14:46 -05:00 |
|
marc2332
|
7f8c963cd9
|
fix: Update doc links from v3 to v4
|
2023-09-16 19:03:27 +02:00 |
|
Jonathan Kelley
|
39e89c1fac
|
Bump crate versions, fix any publish errors
|
2023-07-31 18:49:54 -07:00 |
|
Brian Donovan
|
0e841f8411
|
fix(check): allow hook calls inside closure hooks
|
2023-07-24 18:58:19 -07:00 |
|
Brian Donovan
|
8f8627af18
|
attempt to hoist prettier-please dependencies
|
2023-07-23 16:06:55 -07:00 |
|
Brian Donovan
|
1531893a45
|
improve test coverage and display output
|
2023-07-23 16:06:55 -07:00 |
|
Brian Donovan
|
899d9562b3
|
fix(check): colorize line numbers a la rustc
|
2023-07-23 16:06:55 -07:00 |
|
Brian Donovan
|
eb4438ef74
|
docs(check): update README
It was just copy-pasted from `dioxus-autofmt`.
|
2023-07-23 16:06:55 -07:00 |
|
Brian Donovan
|
2c2534d1cc
|
feat(check): adds dx check
At the moment this only checks the Rules of Hooks, ensuring that hook functions (i.e. `use_*`) are being called as expected.
https://dioxuslabs.com/docs/0.3/guide/en/interactivity/hooks.html
Closes #1202
|
2023-07-23 16:06:55 -07:00 |
|