Jonathan Kelley
f17b7115ef
smaller transparent avif
2024-11-17 18:04:34 -05:00
Jonathan Kelley
34430be773
update versions
2024-11-17 18:00:15 -05:00
Jonathan Kelley
6078e6871d
its all a link
2024-11-17 17:57:35 -05:00
Jonathan Kelley
b42a14b731
use our own format
2024-11-17 17:56:51 -05:00
Jonathan Kelley
c0e0b9682b
hmm
2024-11-17 17:55:56 -05:00
Jonathan Kelley
32c849868a
hmm
2024-11-17 17:54:59 -05:00
Jonathan Kelley
113dbbe783
hmm
2024-11-17 17:53:41 -05:00
Jonathan Kelley
f44041daa7
add alert for new release
2024-11-17 17:53:15 -05:00
Jonathan Kelley
219e936b05
Merge branch 'main' into jk/new-readmes
2024-11-17 17:49:19 -05:00
Jonathan Kelley
31d72db82d
fix android serverfns ( #3231 )
2024-11-17 01:57:13 -05:00
Jonathan Kelley
493c5c7532
properly expose all symbls in manganis without linker intercept ( #3230 )
...
* force a volatile read of manganis symbols to preserve them in the final binary
2024-11-17 00:36:56 -05:00
Jonathan Kelley
a28a960b0f
clear up mobile support
2024-11-16 23:18:02 -05:00
Jonathan Kelley
851ee88b49
scrub devex section
2024-11-16 23:15:33 -05:00
Jonathan Kelley
aeef6bc003
rename video
2024-11-16 23:14:20 -05:00
Jonathan Kelley
4860b91d67
loop maybe
2024-11-16 23:09:31 -05:00
Jonathan Kelley
34756e42d2
videooo
2024-11-16 23:07:36 -05:00
Jonathan Kelley
ca965ed80e
hmm
2024-11-16 23:05:02 -05:00
Jonathan Kelley
eb430da7c7
uncentered maybe?
2024-11-16 23:02:33 -05:00
Jonathan Kelley
44fe0fc03b
hmm
2024-11-16 23:00:46 -05:00
Jonathan Kelley
772bd2ec8b
whoops wrong url
2024-11-16 22:59:10 -05:00
Jonathan Kelley
023eeb9806
update readme
2024-11-16 22:52:34 -05:00
Jonathan Kelley
017478d212
feat: traverse the target directory instead of intercepting the linker to collect assets ( #3228 )
...
* feat: simply traverse the filesystem instead of intercepting the linker
* handle LTO approach too
* typo...
* add deeplinker just in case
2024-11-16 22:15:00 -05:00
Chris Rogus
1b54cb95a0
fix the downcast for formdata try_as_web_event ( #3227 )
2024-11-16 19:20:51 -05:00
Jonathan Kelley
fe1dd03732
only specify branch if it's none
2024-11-16 14:32:34 -05:00
Jonathan Kelley
7d353c9f17
feat: enable versioned templates ( #3223 )
...
* feat: enable versioned templates
* no subtemplate for 0.6
2024-11-16 12:56:03 -05:00
Jonathan Kelley
9a2eb11ca5
clean up descriptions and hoist some dependencies
2024-11-16 12:55:20 -05:00
Andrew Voynov
fca5a82e2b
Fix (and rewrite) dx init
/dx new
( #2822 )
...
* fix(cli)!: init subcommand now works correctly
* test(cli): added tests for init subcommands
* chore: moved `init` subcommand tests to its own file
* removed unnecessary arguments from tested command
* refactor(cli)!: new subcommand now behaves like cargo
* moved the hidden cursor workaround into a function
* feat(cli): added `branch` flag for init/new subcommands
* feat(cli): added `revision` and `tag` options
2024-11-16 01:20:59 -05:00
Jonathan Kelley
a0e649ad96
Release v0.6.0-alpha.5
2024-11-15 23:46:11 -05:00
Jonathan Kelley
fb7c568275
fix: java_home and cli swallowing logs ( #3221 )
...
* fix: http examples with android, add more important flags
- set java_home from assumed installations
- fix tracing redirection bug
2024-11-15 23:23:45 -05:00
Miles Murgaw
6da7226370
fix: asset warnigns on windows ( #3220 )
2024-11-15 13:52:05 -05:00
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