Jonathan Kelley
992c2b0b9c
feat: add keep-symbols flag, change ssg format to Vec<String> ( #3217 )
2024-11-15 02:06:01 -05:00
Miles Murgaw
af53354b28
Feat: Android Dynamic Arch Support ( #3215 )
...
* feat: android multi-arch support
* revision: make krate immutable
* revision: minor tweaks
* revision: make pub crate
* revision: dedup arch access
* revision: minor tweaks
2024-11-14 13:24:48 -05:00
Jonathan Kelley
5ecbb6594c
fixes: light qol fixes for ssg and logging on dx run
( #3216 )
2024-11-14 13:11:13 -05:00
Jonathan Kelley
ba4389567d
Deprecate relative asset paths, better warnings for asset!() ( #3214 )
...
* Deprecate relative asset paths
* fix paths, better warnings in asset parser
2024-11-13 19:52:23 -05:00
Jonathan Kelley
8a2922c663
feat: allow android apps with any name, fix android + windows for aarch64 target ( #3213 )
...
* use llvm objcopy to rename syms
* use handlebars
* it works!
* remove linker code
* better docs internally about dev.dioxus.main
* use bundle identifier
* double check bundle identifier is proper
2024-11-13 18:48:21 -05:00
Alex Andreba
1370bce182
Add support for user-provided event loops & event handlers ( #3180 )
...
* added support for custom event loop
* added support for custom event callbacks
2024-11-13 18:44:29 -05:00
Leon Wimbes
e7e624f05e
Enable External Links Without Modifier ( #2983 )
...
* make external links usable without modifier
---------
Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-11-13 13:43:38 -05:00
Evan Almloff
21465390f8
Fix write on render warning with read only signal props ( #3194 )
2024-11-13 11:48:43 -05:00
Evan Almloff
128608f3b2
Don't run effects from dead recycled scopes ( #3201 )
...
* Don't run effects from dead recycled scopes
* Fix scheduler
2024-11-13 11:48:30 -05:00
Jonathan Kelley
c1f3a6868e
fix: autodetect android install ( #3200 )
...
* fix: autodetect android install
* use clang
2024-11-12 10:26:00 -05:00
Jonathan Kelley
ac3e33af46
cli json output, dx bundle fix, dx serve --platform android
, race condition, drop ssg platform ( #3186 )
...
* clean up logging to avoid random extra trace
* fix race condition with updates
* properly wire up verbose
* fix bundling (macos) and logging
* Add structured output
* clean up clap names
* extract out wire format
* switch structured key to json
* fix random println, fallback to `dioxus/platform`
* clean up logging for run/build
* clean up logging around project
* remove manual exits
* fix tokio runtime for mobile
* rework dog app
* rip out ssg
* Switch dioxus/axum to dioxus/server
* add android template inline
* pre restructure for bundle prep
* add the whole res directory
* Better theme for the app
* remove mobile demo now that most apps work natively
* self-referential android
* only use deep linking for assets
* fix imports for android
* clippy, fixup ios and android
* I'm not boxing compiler message you can't make me
* fix clippy on unix
2024-11-12 09:01:01 -05:00
Miles Murgaw
8a998e7d49
fix: fullstack server exec ext ( #3198 )
2024-11-12 08:57:55 -05:00
AHQ
ce0c3771ec
Replace "and soon, mobile" to "and mobile" to reflect the tauri v2 launch ( #3199 )
2024-11-12 08:07:30 -05:00
dependabot[bot]
239a4b82dc
Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 ( #3193 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.6.8 to 4.6.9.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.8...v4.6.9 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 18:27:38 -05:00
Evan Almloff
45a1147ffd
Fix subscriptions for read only signals passed as props ( #3173 )
...
* add a fuzzing test for reference counted generational boxes
* Fix subscriptions for readonlysignal passed as props
* Don't subscribe to dropped contexts
---------
Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-11-10 21:35:33 -05:00
Evan Almloff
5186d8dded
Fix as web event ( #3178 )
2024-11-06 23:53:56 -05:00
Evan Almloff
416811ba3a
Fix providing context to server functions ( #3174 )
...
* Fix providing context to server functions
* Fix fullstack context test
2024-11-06 13:30:41 -05:00
Chung
3c30a2bffb
complete implementation of IntoAttributeValue for number types ( #3169 )
2024-11-06 13:30:12 -05:00
Rahul721999
2f8f185930
Remove debug printlns ( #3179 )
2024-11-05 07:25:30 -06:00
Jonathan Kelley
8b586352a2
Make wasm-bindgen parallel/disable log, speed up 2-10x ( #3161 )
...
* wip: pull out incr linker intercept and debug=true for wasm for faster builds
* make walrus parallel
* clean up impl
2024-11-04 18:32:23 -08:00
Jonathan Kelley
e700e00b6a
wip: faster playwright test with better caching ( #3160 )
2024-11-02 00:57:40 -07:00
Ali Fellahi
9e621746d1
Typo in README.md ( #3158 )
2024-11-01 17:20:25 -07:00
Jonathan Kelley
cf64eb909b
fmt
2024-11-01 17:18:55 -07:00
Jonathan Kelley
d126466702
Convert warn to trace to silence warnings before launching in serve
2024-11-01 17:15:54 -07:00
Jonathan Kelley
e0575b3eb5
Release: dioxus v0.6.0-alpha.4
2024-11-01 16:39:02 -07:00
Jonathan Kelley
61f5aa090c
hoist and bump versions
2024-11-01 16:24:51 -07:00
Jonathan Kelley
a2e8e1d69e
Remove latent dependencies in router
2024-11-01 16:11:24 -07:00
Jonathan Kelley
aa9216d34c
fix: clippy
2024-11-01 15:55:35 -07:00
Jonathan Kelley
4a7f669245
fix: pin throbber widgets
2024-11-01 15:45:45 -07:00
Jonathan Kelley
e19e8d48fe
Fix: race condition in asset resolution
2024-11-01 15:34:48 -07:00
Jonathan Kelley
24b6853c24
reset log levels
2024-11-01 15:18:41 -07:00
Jonathan Kelley
85c4c09811
feat: enable ssg using /api/static_routes
( #3157 )
...
* feat: enable ssg using `/api/static_routes`
2024-11-01 15:02:23 -07:00
Evan Almloff
bb0de9a55a
Fix isg streaming ( #3156 )
2024-11-01 13:01:04 -07:00
Jonathan Kelley
3d16ae855e
remove latent comment with typo
2024-11-01 12:08:09 -07:00
Evan Almloff
412f0b5c44
Fix the current route in ssr fullstack rendering ( #3153 )
2024-11-01 11:30:52 -07:00
Evan Almloff
caa9759e44
add a warning about using use_hook(RefCell) in the docs ( #3151 )
2024-10-31 12:49:49 -07:00
Evan Almloff
37a6e9200f
Fix if chain attributes with mixed expressions and strings ( #3149 )
...
* Fix if chain attributes with mixed expressions and strings
2024-10-31 12:48:25 -07:00
Klemen
292f757d5d
SystemTray ( #3123 )
...
* Added tray icon
2024-10-31 12:46:17 -07:00
Evan Almloff
281087469a
Move the history provider into the context ( #3048 )
...
* move history providers into a separate crate
* start moving route providers into the renderers
* clean up intoroutable
* remove into routable
* fix router tests
* Provide history providers in each renderer
* implement nested routers
* move the lens out of the history crate
* re-export dioxus history trait in the prelude
* also re-export the history function
* fix history doctests
* some light cleanups
---------
Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-10-31 12:44:04 -07:00
Chris Rogus
e5a1a62644
use DragEvent not MouseEvent for drag events ( #3137 )
...
* use DragEvent not MouseEvent for drag events
* Simplify drag events and remove WebDragData struct
* use DragEvent not MouseEvent for drag events
* re-add the web_sys event reference for drag + mouse data
* remove now vestigial impls for MouseEvent
---------
Co-authored-by: Matt Hunzinger <matthunz2@gmail.com>
2024-10-31 09:44:27 -05:00
Evan Almloff
5d99889728
Fix liveview launch ( #3145 )
2024-10-30 09:32:18 -07:00
Jonathan Kelley
a35655a457
fix: don't panic while reading file in hotreload ( #3142 )
2024-10-30 00:37:49 -07:00
Jonathan Kelley
6216a26a40
fix: allow deadcode for rustflags
2024-10-29 17:05:04 -07:00
Jonathan Kelley
c487071cfd
Don't set rustflags in CLI
2024-10-29 17:02:14 -07:00
Jonathan Kelley
5f34822a66
Fix prevent_default on external link
2024-10-28 22:11:21 -07:00
Jonathan Kelley
04dbb7939c
fix href on stylesheet
2024-10-28 17:55:56 -07:00
Jonathan Kelley
42f6b91390
feat: add stylesheet component to dioxus document ( #3138 )
...
* feat: add stylesheet component to dioxus document
* fix asset path
* add cache key to playwright
2024-10-28 17:52:28 -07:00
Miles Murgaw
9ebcbc6bd9
fix: no-default-features ( #3130 )
2024-10-28 12:27:35 -07:00
Jonathan Kelley
38c8469d5c
Remove println!() in serve
2024-10-28 11:30:44 -07:00
Jonathan Kelley
ebaca480a1
Better caching in CI ( #3127 )
...
* merge nix, better caching
* use faster runner for playwright
2024-10-28 11:25:31 -07:00