Commit graph

6351 commits

Author SHA1 Message Date
Jonathan Kelley
208bc04575
fix versions in more places 2024-11-17 20:02:27 -05:00
Jonathan Kelley
de9fdefa84
update readmes to reflect new versions 2024-11-17 19:58:01 -05:00
Jonathan Kelley
06a269a285
update readme, alias signal 2024-11-17 19:18:40 -05:00
Jonathan Kelley
2ea22ff531
add stable urls for images 2024-11-17 18:26:45 -05:00
Jonathan Kelley
540a6f972b
dark/light header cargo doc 2024-11-17 18:25:18 -05:00
Jonathan Kelley
84b8724286
small with transparency 2024-11-17 18:08:26 -05:00
Jonathan Kelley
166e9b55d2
wrong url... 2024-11-17 18:05:43 -05:00
Jonathan Kelley
31c923b214
bust cache 2024-11-17 18:05:15 -05:00
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