Commit graph

4245 commits

Author SHA1 Message Date
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
Evan Almloff
f55375b8ce simplify fullstack hello world examples 2023-07-19 16:57:43 -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
Evan Almloff
6ade4767e6 merge master 2023-07-19 14:20:18 -07:00
Evan Almloff
7e2ef1260f Merge branch 'master' into use-server-function 2023-07-19 14:19:03 -07:00
Evan Almloff
212022d0c2 more clippy fixes 2023-07-19 13:54:10 -07:00
Jonathan Kelley
b1a4ac48d4
Move filedialog code into cfg-ed out folder 2023-07-19 13:52:27 -07:00
Evan Almloff
1f19ac9334 bump sledgehammer bindgen 2023-07-19 13:45:47 -07:00
Jonathan Kelley
90d23714da
Fix clippy around pathbuf 2023-07-19 13:44:38 -07:00
Evan Almloff
6639011a3e fix autofmt 2023-07-19 13:43:04 -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
ealmloff
c9d00908ec
Update component.rs 2023-07-19 15:00:10 -05: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
Evan Almloff
05a1ea403f use published prettier-please 2023-07-19 10:33:23 -07:00
Evan Almloff
0f3606ea53 use git prettyplease temporarily 2023-07-19 10:21:37 -07:00
Evan Almloff
3d8d8a1b6f half-build-times 2023-07-19 10:19:23 -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