Andrea Frigido
dccad58f1d
Update license field following SPDX 2.1 license expression standard
2023-07-20 18:00:07 +01:00
Jonathan Kelley
79909060cd
Merge pull request #1223 from DioxusLabs/jk/fix-use-future
...
Fix race condition in use_future by using use_state directly.
2023-07-19 20:01:15 -07:00
Jonathan Kelley
b028ca87ec
Merge pull request #1222 from DioxusLabs/jk/add-caching-to-ios
...
Add caching to windows CI, and build for Android + iOS
2023-07-19 20:00:48 -07:00
Jonathan Kelley
1ed277154a
Merge pull request #1210 from Demonthos/desktop-serve-cli
...
Move desktop hot reload into the CLI
2023-07-19 19:48:09 -07:00
Jonathan Kelley
eaaee45fda
Merge pull request #1216 from DioxusLabs/dependabot/npm_and_yarn/packages/extension/word-wrap-1.2.4
...
Bump word-wrap from 1.2.3 to 1.2.4 in /packages/extension
2023-07-19 19:47:35 -07:00
Jonathan Kelley
941641825e
Merge pull request #1226 from DioxusLabs/jk/make-miri-happier
...
Fix: dont use bumpslab anymore, just box scopestates
2023-07-19 19:47:13 -07:00
Jonathan Kelley
223d588c85
Bump msrv to support simple logger
2023-07-19 19:33:39 -07:00
Jonathan Kelley
af7a7df3a6
Merge pull request #1224 from Demonthos/auto-fmt-docsite
...
Improve auto formatting multiline raw attributes/event handlers
2023-07-19 19:04:23 -07:00
Jonathan Kelley
462338e49f
Remove linux from matrix since we already test it with the wasmpack test
2023-07-19 18:48:17 -07:00
Jonathan Kelley
af363b6bb5
Unleash all core tests with miri
2023-07-19 18:42:03 -07:00
Jonathan Kelley
4240f8428c
Fix: dont use bumpslab anymore, just box scopestates
2023-07-19 18:40:43 -07:00
Evan Almloff
330950140c
fix clippy
2023-07-19 18:16:32 -07:00
Jonathan Kelley
9d942f1162
make msrv 1.66
2023-07-19 17:20:48 -07:00
Evan Almloff
b6ea722d94
fix some edge cases around multiline attributes
2023-07-19 16:59:20 -07:00
Jonathan Kelley
afa8687735
Bump rust version to 1.69
2023-07-19 16:22:19 -07:00
Jonathan Kelley
c954a116eb
Fix race condition in use_future
2023-07-19 14:23:34 -07:00
Jonathan Kelley
b1a4ac48d4
Move filedialog code into cfg-ed out folder
2023-07-19 13:52:27 -07:00
Jonathan Kelley
90d23714da
Fix clippy around pathbuf
2023-07-19 13:44:38 -07:00
Jonathan Kelley
9185afdba8
Merge branch 'master' into desktop-serve-cli
2023-07-19 13:33:02 -07:00
Jonathan Kelley
27a6babbd7
Fix syntax error in yml
2023-07-19 13:26:34 -07:00
Jonathan Kelley
d9f0b14968
Rename CI field to enable wasm + linux
2023-07-19 13:22:33 -07:00
Jonathan Kelley
31cde43d6d
Add caching to windows CI and test iOS and android
2023-07-19 13:18:45 -07:00
Jonathan Kelley
72a2a1f820
Merge pull request #1220 from DioxusLabs/jk/event-bubbling-fix
...
Don't use boxed cell slice, use a refcell instead
2023-07-19 13:03:59 -07:00
Jonathan Kelley
b7ceae89cc
Merge pull request #1221 from DioxusLabs/jk/kill-previous-ci
...
Kill previous CI jobs when new pushed
2023-07-19 13:03:44 -07:00
Jonathan Kelley
d82b2f226f
Kill previous CI jobs when new pushed
2023-07-19 12:50:28 -07:00
Jonathan Kelley
163fe68f45
Remove a bit more unsafe
2023-07-19 12:26:32 -07:00
Jonathan Kelley
2871c8bb4d
Don't use boxed cell slice, use a refcell instead
2023-07-19 12:08:13 -07:00
Jonathan Kelley
8df0d59767
Merge pull request #1218 from DioxusLabs/jk/playright-in-dir
...
Fix playwright (again) and move the playwright stuff into the playwright directory
2023-07-19 10:33:33 -07:00
Jonathan Kelley
eb43429ff6
Bump versions, move paths
2023-07-19 10:16:27 -07:00
Jonathan Kelley
0ceaaa6c96
Don't install the CLI
2023-07-19 10:11:11 -07:00
Jonathan Kelley
22ea04e45d
Use different path for cli
2023-07-19 10:08:50 -07:00
Jonathan Kelley
da21e5f4c1
Move order around, set default working directory
2023-07-19 10:03:28 -07:00
Jonathan Kelley
f51b0099dd
CD as a step
2023-07-19 09:59:05 -07:00
Jonathan Kelley
5eac6cd1c5
Add working dir
2023-07-19 09:57:00 -07:00
Jonathan Kelley
b9794aaad4
Only run miri for changed files
2023-07-19 09:54:54 -07:00
Jonathan Kelley
8527e60e01
Move playwright stuff into its own directory
2023-07-19 09:52:51 -07:00
Jonathan Kelley
f69b84bf34
Fix playwrite cli args
2023-07-18 18:39:06 -07:00
Jonathan Kelley
236ffe4cb9
Merge pull request #1194 from DioxusLabs/jk/remove-dioxus-bin
...
Remove the `dioxus` bin for the `dx` bin
2023-07-18 18:36:30 -07:00
Jonathan Kelley
31a68a9743
Rename dioxus to dx
2023-07-18 18:33:14 -07:00
Jonathan Kelley
cd30b42e2d
Merge branch 'master' into jk/remove-dioxus-bin
2023-07-18 18:31:48 -07:00
Jonathan Kelley
4e278fead5
rustfmt
2023-07-18 18:23:55 -07:00
Jonathan Kelley
41c4b57984
Merge pull request #1074 from kaid/directory-selection-dialog
...
Add directory support for file input.
2023-07-18 18:23:23 -07:00
Jonathan Kelley
1d371bf971
Merge pull request #1213 from Demonthos/prep-sledgehammer-liveview
...
Prepare for Sledgehammer Bindgen in Liveview
2023-07-18 18:10:48 -07:00
Jonathan Kelley
a6002a6c42
Merge pull request #1197 from DioxusLabs/jk/simple-suspense
...
Rip out async components in favor of a simpler suspense
2023-07-18 18:10:11 -07:00
dependabot[bot]
7a518f540f
Bump word-wrap from 1.2.3 to 1.2.4 in /packages/extension
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 01:07:27 +00:00
Jonathan Kelley
69a0e706af
Merge pull request #1020 from Demonthos/router-typesafe
...
Enum Based Router
2023-07-18 18:06:45 -07:00
Evan Almloff
61e9fd9973
use :.. instead of :...
2023-07-18 16:34:27 -07:00
Jason Schein
01e5e7e47f
hooks.md and walkthrough_readme.md updates. ( #1094 )
...
* Minor improvements to hooks.md, mostly adding more links.
* walkthrough_readme.md updated to be more friendly to unfamiliar readers.
---------
Co-authored-by: ealmloff <evanalmloff@gmail.com>
2023-07-18 15:49:20 -05:00
Evan Almloff
a96ccdc6f3
fix clippy
2023-07-18 13:16:17 -07:00
Evan Almloff
8188011fe3
fix adapters
2023-07-18 13:03:34 -07:00