dioxus/packages
Evan Almloff d649b0c54d
Fix mount use after removal/Simplify mounts a bit (#2834)
* remove clone mounted; mounted nodes should never leak into components?

* Remove the mount from vnodes after unmounting them

* Fix use after removal in iterator diffing

* remove logs

* Re-fix keyed list diffing

* Use new.len for diffing keyed lens and remove redundant check

* simplify core list diffing logic a bit

* remove println

* add proper asserts for new tests

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-08-13 22:47:12 -07:00
..
autofmt Fix Links & Add Link Checker (#2769) 2024-08-02 10:46:18 -07:00
check Fix Links & Add Link Checker (#2769) 2024-08-02 10:46:18 -07:00
cli Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
cli-config Add liveview support to the CLI and make fullstack runnable from dist (#2759) 2024-08-01 17:46:35 -07:00
config-macro Fix Links & Add Link Checker (#2769) 2024-08-02 10:46:18 -07:00
core Fix mount use after removal/Simplify mounts a bit (#2834) 2024-08-13 22:47:12 -07:00
core-macro Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
desktop Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
dioxus Re-export the axum feature flag under "server" (#2786) 2024-08-06 21:35:04 +00:00
dioxus-lib Fix #2378: CLI MSRV and add MSRV to CI (#2716) 2024-07-26 19:24:40 -05:00
extension Fix: #2604, Fix: #2240, Fix: #2341, Fix #1355 - Better error handling and and spaces handling in autofmt (#2736) 2024-07-30 18:36:13 -07:00
fullstack Fix nested rsx expansion by not using template titles (#2799) 2024-08-13 01:59:04 +00:00
generational-box Add a warning when a copy value is used in a higher scope than it was created in (#2771) 2024-08-02 10:48:13 -07:00
hooks remove: changelog.md (#2776) 2024-08-02 23:29:28 +00:00
hot-reload Fix templates merging in debug mode in macros (#2828) 2024-08-13 20:18:54 +00:00
html Fix templates merging in debug mode in macros (#2828) 2024-08-13 20:18:54 +00:00
html-internal-macro Hotreloading of for/if/body, formatted strings, literals, component props, nested rsx, light CLI rewrite, cli TUI (#2258) 2024-07-17 19:11:18 -07:00
interpreter Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
lazy-js-bundle switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
liveview Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
mobile remove: changelog.md (#2776) 2024-08-02 23:29:28 +00:00
playwright-tests Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
router Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
router-macro Parse redirects in the same order they appear in (#2650) 2024-07-25 17:47:38 -07:00
rsx Fix templates merging in debug mode in macros (#2828) 2024-08-13 20:18:54 +00:00
rsx-rosetta Fix Links & Add Link Checker (#2769) 2024-08-02 10:46:18 -07:00
server-macro Hotreloading of for/if/body, formatted strings, literals, component props, nested rsx, light CLI rewrite, cli TUI (#2258) 2024-07-17 19:11:18 -07:00
signals Add a warning when a copy value is used in a higher scope than it was created in (#2771) 2024-08-02 10:48:13 -07:00
ssr Fix nested rsx expansion by not using template titles (#2799) 2024-08-13 01:59:04 +00:00
static-generation Fix Links & Add Link Checker (#2769) 2024-08-02 10:46:18 -07:00
web Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00