Commit graph

3741 commits

Author SHA1 Message Date
Jonathan Kelley
81075748f6
add simple suspense methods 2023-07-14 16:56:17 -07:00
Jonathan Kelley
cbd88bbcc3
Rip out async components 2023-07-14 16:15:20 -07:00
Jonathan Kelley
4147498041
Merge pull request #1195 from eventualbuddha/patch-1
docs: fix typo in `use_effect` description
2023-07-14 15:42:44 -07:00
Brian Donovan
cad19fb59f
docs: fix typo in use_effect description 2023-07-14 18:38:11 -04:00
Jonathan Kelley
c9dbae8d92
Merge pull request #1112 from DianQK/master
Fix the issue of duplicate unique ID for atoms using `newtype`.
2023-07-14 15:36:41 -07:00
Jonathan Kelley
af49cb4ec6
Merge branch 'master' into master 2023-07-14 15:36:28 -07:00
Jonathan Kelley
78d383bf1f
Merge pull request #1128 from marc2332/feat/improved-docs
feat(docs): Improved shared state, use_effect and use_memo docs
2023-07-14 15:20:40 -07:00
Jonathan Kelley
f2cd6b8af6
Disable LTO on CLI 2023-07-14 14:54:21 -07:00
Jonathan Kelley
17ae835f9e
Try pinning ubuntu version to fix CI 2023-07-14 14:14:51 -07:00
Jonathan Kelley
7ab9115067
Merge pull request #1193 from DioxusLabs/jk/re-add-root-context
Re-add provide_root_context for lazy singleton initialization
2023-07-14 13:32:53 -07:00
Jonathan Kelley
8a9bf294b4
Use local CLI for playright 2023-07-14 13:24:28 -07:00
Jonathan Kelley
f62af4057f
Fix clippy lint 2023-07-14 13:22:08 -07:00
Jonathan Kelley
3b3020edd2
Make clippy ignore dumb lint 2023-07-14 13:13:33 -07:00
Jonathan Kelley
2d8841cf70
Add lazy contexts to signals 2023-07-14 12:52:49 -07:00
Jonathan Kelley
645706c7f4
Merge pull request #1182 from DogeDark/cli-https
CLI HTTPS
2023-07-14 09:03:20 -07:00
marc2332
c07006e9a2
:bowtie: 2023-07-13 22:43:46 +02:00
marc2332
f7dd419043
update 2023-07-13 22:37:05 +02:00
marc2332
39bce476ae
tweaks 2023-07-13 19:06:43 +02:00
Jonathan Kelley
b25501af48
Merge pull request #1139 from Demonthos/add-onunmount-hook
Add on unmount hook
2023-07-12 14:26:56 -07:00
Jonathan Kelley
17f2de81d6 Remove indexmap from core 2023-07-12 14:22:47 -07:00
Jonathan Kelley
e73d426272
Merge pull request #949 from pickfire/timeout-count
Add timeout count example
2023-07-12 13:42:02 -07:00
Jonathan Kelley
5ceb4cc11e
Merge branch 'master' into timeout-count 2023-07-12 13:41:36 -07:00
Miles Murgaw
120fccc53d fix: full & hot reload 2023-07-12 02:09:13 -04:00
Jonathan Kelley
f4b3be1b13
Merge pull request #940 from Demonthos/make-widgets-cross-framework 2023-07-11 20:47:01 -07:00
Miles Murgaw
5bc9e4556b feat: custom mkcert paths 2023-07-11 23:01:37 -04:00
Miles Murgaw
b47e4fedcc feat: default web.https config 2023-07-11 19:49:41 -04:00
Miles Murgaw
d83b00ff0f feat: mkcert 2023-07-11 16:38:34 -04:00
Miles Murgaw
ffb056798a revision: organize 2023-07-11 15:51:56 -04:00
Jonathan Kelley
970c43702e
Merge pull request #1184 from Mouradost/patch-1
Update web.md
2023-07-11 01:47:52 -07:00
Lablack Mourad
49a6a66ab6
Update web.md
Updated the link to dioxus-cli from the depricated repo to the new location.
2023-07-11 15:25:32 +08:00
Miles Murgaw
db93252faf feat: cli use local certificate 2023-07-11 00:25:16 -04:00
Jonathan Kelley
44c0eb66c5
Update dependabot.yml 2023-07-10 10:26:21 -07:00
Jonathan Kelley
37f9f38187
Merge pull request #1170 from DioxusLabs/jk/move-vscode-extension
Extract the vscode extension into its own module with wasm
2023-07-08 20:43:34 -07:00
Jonathan Kelley
e235683242 Bump version and make clippy happy 2023-07-08 19:44:33 -07:00
Jonathan Kelley
c6a5061615 bump version 2023-07-08 19:36:54 -07:00
Jonathan Kelley
d1697642bc Update docs on extension 2023-07-08 19:36:02 -07:00
Jonathan Kelley
f9267fb71f dont add wasm bindgen to cargo 2023-07-08 19:28:47 -07:00
Jonathan Kelley
8d27bb6236 don't add wasmbindgen 2023-07-08 19:28:39 -07:00
Jonathan Kelley
e96fd1ce57 Add a little bit of docs and change activation event 2023-07-08 19:27:25 -07:00
Jonathan Kelley
b5312732ba Get wasm loading in extension 2023-07-08 18:53:43 -07:00
Jonathan Kelley
f59cacb2a0 Get wasm bundling working 2023-07-08 14:24:01 -07:00
Marc Espín
32d4472bfd
fix: Remove duplicated doc links and improved some descriptions (#1167) 2023-07-08 11:04:27 -05:00
Jon Kelley
a4b4252a5a
Merge pull request #1166 from DioxusLabs/jk/alias-dioxus-cli
Feat: add `dx` as a package and move plugin to feature
2023-07-07 18:38:19 -07:00
Jonathan Kelley
9fe7dc9b91 clippy 2023-07-07 18:28:07 -07:00
Jon Kelley
7823d5ce5a
Merge pull request #1165 from DogeDark/patch-1
fix: readme awesome link
2023-07-07 18:22:00 -07:00
Jonathan Kelley
3f74b10e7c Feat: add dx as a package and move plugin to feature 2023-07-07 18:17:42 -07:00
Miles Murgaw
a8a8188e7b
fix: readme awesome link 2023-07-07 21:15:13 -04:00
Jon Kelley
7eeb72b929
Merge pull request #1162 from DioxusLabs/jk/use-linear-scans
Use linear scans when searching for contexts
2023-07-07 13:51:25 -07:00
Jonathan Kelley
1489492ec4 Reuse existing slots in provide context 2023-07-07 12:18:15 -07:00
Jonathan Kelley
3a1b22aec2 Use linear scans on contexts 2023-07-07 12:04:09 -07:00