Commit graph

3977 commits

Author SHA1 Message Date
erithax
ae80702ed9 fix chosing launch target
it used to match in order:
* first binary alphabetically
* library
now matches in order:
1. default-run binary
2. binary with name of crate or located at src/main.rs
3. first binary alphabetically
4. library
2023-06-16 17:58:38 +02:00
ealmloff
c33d1f5dc2
Merge branch 'DioxusLabs:master' into router-typesafe 2023-06-14 16:22:24 +03:00
YuKun Liu
5f35fa6e16
Merge pull request #149 from xpe/patch-1
Fix typo: "NetWork" -> "Network"
2023-06-14 00:13:51 +08:00
David James
741098e893
Fix typo: "NetWork" -> "Network"
"W" -> "w". In ASCII, that is +32 :)
2023-06-10 22:45:44 -04:00
Marc Espín
1546fce485
fix: Properly drop UseFuture's values to avoid leaking memory 2023-06-10 18:26:02 +02:00
Jonathan Kelley
f63220019d bump liveview version 2023-06-08 15:08:40 +00:00
Jon Kelley
d34c2e395f
Merge pull request #1065 from Demonthos/fix-events-on-placeholders
Fix panic when events trigger on placeholders
2023-06-08 14:52:18 +00:00
Jon Kelley
5b0b23f96b
Merge pull request #1062 from Demonthos/fix-raw-strings-autofmt
Fix autoformatting raw strings
2023-06-08 14:51:13 +00:00
Evan Almloff
8acac270a6 fix playwright spelling 2023-06-07 17:42:49 +03:00
Kaid
277436f673 Changed underlying directory attribute to webkitdirectory, fixed attribute parsing to properly toggle it. 2023-06-06 08:06:27 +08:00
Evan Almloff
f2da7a21dd increase timeout 2023-06-05 14:23:40 -05:00
Evan Almloff
4a842e796f install playwrite test in CI 2023-06-05 14:08:16 -05:00
Evan Almloff
741ff97882 create end to end tests using playwright 2023-06-05 13:48:58 -05:00
Kaid
37a8fb5391 Add directory support for file input. 2023-06-05 16:47:04 +08:00
Miles Murgaw
0fec47db72
Fix liveview interpreter JS (#1073)
* fix: liveview interpreter js

* fix: rustfmt
2023-06-04 21:34:43 -05:00
Miles Murgaw
9d7aeb398b fix: vscode extension autofmt 2023-06-04 21:40:52 -04:00
Miles Murgaw
510c242883
fix: move bool_attrs to common.js (#1072) 2023-06-04 14:15:46 -05:00
Miles Murgaw
8cf6f60e93 fix: change error println to eprintln 2023-06-04 12:49:22 -04:00
Miles Murgaw
e8d011b476 revision: fmt 2023-06-04 12:48:28 -04:00
Miles Murgaw
c398372785 fix: formatting a single file with --file 2023-06-04 12:44:43 -04:00
Miles Murgaw
d09c92beda
Add initial_value attribute & fix static special attribute handling (#1063)
* feat & fix: initial_value attribute, special attribute handling

* revision: rename js file

* fix: rustfmt

* fix: clippy

* fix: desktop not finding common.js

* fix: desktop failing to render

Missed a single ``this.SetAttributeInner`` as it was now ``setAttributeInner``
Javascript didn't even throw any errors about this smh

* revision: no need for match statement
2023-06-04 11:29:34 -05:00
Tilman
0f684f0567
Fix typo (#1071) 2023-06-04 08:39:21 -05:00
trevyn
6306e3ca5f Fix spelling: "inhert" -> "inherit" 2023-06-04 14:39:19 +04:00
Jon Kelley
b264211cc2
Merge pull request #1066 from Demonthos/update-all-ids
Update All Element Ids
2023-06-03 11:11:03 +02:00
Evan Almloff
db44721c3d update all element ids 2023-06-02 14:23:16 -05:00
Evan Almloff
9d5f115e30 fix events triggering on placeholders causing panics 2023-06-02 14:21:49 -05:00
Evan Almloff
fe162f4a79 expanded fuzzing 2023-06-02 14:20:03 -05:00
Evan Almloff
a9307e57e6 fix CI 2023-06-02 12:33:47 -05:00
Evan Almloff
d9e0b9a918 fix autoformatting raw strings 2023-06-02 12:03:56 -05:00
Evan Almloff
60abafb381 fix macos hot reloading on forced exit 2023-06-02 10:30:40 -05:00
Timo Kösters
808da6e07f
fix: disable base_path changes for serve 2023-06-02 07:35:03 +02:00
Evan Almloff
577f99e68c link to the router guide in the readme 2023-06-01 17:50:42 -05:00
Evan Almloff
5117d7380a fix clippy 2023-06-01 17:49:12 -05:00
Evan Almloff
bc99d9b01a fix formatting 2023-06-01 17:48:43 -05:00
Evan Almloff
b5a2f0d6cb finish router refrence 2023-06-01 17:31:13 -05:00
Jonathan Kelley
563a2b0953 Bump interpreter 2023-06-01 22:39:43 +02:00
Jon Kelley
9390820f36
Merge pull request #1055 from Demonthos/fix-hot-reload-svg
Fix hot reloading with namespaces
2023-06-01 21:21:56 +02:00
Evan Almloff
07446386e6 fix external router examples 2023-06-01 14:10:33 -05:00
dependabot[bot]
f0f1dc414c
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#1052)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2)

---
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>
2023-06-01 13:17:12 -05:00
Evan Almloff
45a004bf74 remove nightly docs 2023-06-01 13:14:44 -05:00
Evan Almloff
0d3ea377ce update the router guide 2023-06-01 13:13:59 -05:00
Evan Almloff
67992f7da9 create cfg factory 2023-06-01 13:13:50 -05:00
Evan Almloff
037a248ad9 fix queries 2023-06-01 11:09:51 -05:00
Evan Almloff
2f473f7c97 make serde optional 2023-06-01 11:03:44 -05:00
Evan Almloff
fe601e2a48 restore navigator 2023-06-01 09:45:31 -05:00
Evan Almloff
92755a381d Merge branch 'upstream' into router-typesafe 2023-05-31 17:16:27 -05:00
Evan Almloff
ed0184685d fix doc links 2023-05-31 17:14:40 -05:00
Evan Almloff
ece8f0fb22 general cleanup 2023-05-31 17:12:52 -05:00
Evan Almloff
09cabe4e8b update doc examples 2023-05-31 15:51:26 -05:00
Evan Almloff
35befa1784 update tests 2023-05-31 13:57:33 -05:00