Brian Donovan
|
ab1d64bc4a
|
docs(cli): fix typo (#1294)
"tripple" should be "triple".
|
2023-08-04 12:49:31 -05:00 |
|
Brian Donovan
|
e98e773186
|
doc: fix typo (#1287)
|
2023-08-03 16:32:14 -05:00 |
|
Jonathan Kelley
|
3d4c5d7c98
|
Update fullstack to 0.4.1
|
2023-08-03 12:34:54 -07:00 |
|
Jonathan Kelley
|
88cca9c949
|
Merge pull request #1285 from Demonthos/flexable-server-function-features
Make server function features flexible
|
2023-08-03 12:16:32 -07:00 |
|
Jonathan Kelley
|
3e96dda7c7
|
Merge pull request #1284 from Demonthos/fix-fullstack-docs
Fix Fullstack docs building
|
2023-08-03 12:16:16 -07:00 |
|
Evan Almloff
|
d33ea087d0
|
make server function features flexible
|
2023-08-03 11:13:43 -07:00 |
|
Evan Almloff
|
97eedd22c5
|
fix fullstack docs building
|
2023-08-03 10:45:50 -07:00 |
|
Christian Albrecht
|
c9790860a5
|
fixed "http_equiv" in meta to generate "http-equiv" instead of "http_equiv" (#1277)
|
2023-08-02 11:25:41 -05:00 |
|
Jonathan Kelley
|
c10fd9ab6d
|
Merge pull request #1276 from DioxusLabs/jk/release-new-versions
Release new versions (0.4.1)
|
2023-08-01 18:39:22 -07:00 |
|
Jonathan Kelley
|
906f3ee7db
|
Bump workspace version to 0.4.1
|
2023-08-01 16:37:42 -07:00 |
|
Jonathan Kelley
|
ccbbd701d9
|
Merge branch 'master' into jk/release-new-versions
|
2023-08-01 16:35:19 -07:00 |
|
Jonathan Kelley
|
0b382a468f
|
Merge pull request #1275 from Demonthos/update-scroll-history-lazy
Update scroll history lazily when you leave a page
|
2023-08-01 11:06:33 -07:00 |
|
Jonathan Kelley
|
7c6bb27b1e
|
Bump the router to include #1272
|
2023-08-01 10:52:32 -07:00 |
|
Jonathan Kelley
|
83987f9728
|
Release new version of router including small fixes
|
2023-08-01 10:47:16 -07:00 |
|
Evan Almloff
|
f7eba62a5d
|
Merge branch 'master' into update-scroll-history-lazy
|
2023-08-01 10:47:04 -07:00 |
|
Evan Almloff
|
549db35de3
|
update scroll history lazily when you leave a page
|
2023-08-01 10:45:54 -07:00 |
|
Jonathan Kelley
|
fe1ce3bbe7
|
Merge pull request #1273 from Demonthos/dedup-history
Deduplicate route history
|
2023-08-01 10:35:20 -07:00 |
|
Jonathan Kelley
|
25a2abfa08
|
Merge pull request #1274 from Demonthos/fix-navigator
Fix navigator push/replace route
|
2023-08-01 10:35:01 -07:00 |
|
ealmloff
|
0c093964bc
|
Merge branch 'DioxusLabs:master' into dedup-history
|
2023-08-01 12:32:46 -05:00 |
|
ealmloff
|
61ce3dd6b7
|
Reject all external routes when parsing a route (#1272)
* reject all external routes when parsing a route
* fix children routers
|
2023-08-01 12:29:35 -05:00 |
|
Evan Almloff
|
4062e232d9
|
fix navigator
|
2023-08-01 10:21:16 -07:00 |
|
Evan Almloff
|
98de423d99
|
deduplicate route history
|
2023-08-01 10:16:19 -07:00 |
|
Jonathan Kelley
|
39e89c1fac
|
Bump crate versions, fix any publish errors
|
2023-07-31 18:49:54 -07:00 |
|
Jonathan Kelley
|
f80c3c9ffb
|
Bump core and interpreter
|
2023-07-31 18:02:23 -07:00 |
|
Jonathan Kelley
|
8a875acdd2
|
Adjust versions, add authors, move server macro to top level
|
2023-07-31 17:59:36 -07:00 |
|
Jonathan Kelley
|
09cce6bdfb
|
Merge pull request #1270 from Demonthos/add-authors
Add authors to all crates
|
2023-07-31 17:38:44 -07:00 |
|
Jonathan Kelley
|
456b553c93
|
Merge pull request #1230 from Demonthos/add-computed
Add computed hook
|
2023-07-31 17:37:47 -07:00 |
|
Jonathan Kelley
|
59016007f2
|
Merge pull request #1251 from DioxusLabs/make-ssr-state-public
Make SsrState public
|
2023-07-31 17:37:35 -07:00 |
|
Evan Almloff
|
3eab363e51
|
Add authors to all crates
|
2023-07-31 17:30:18 -07:00 |
|
Jonathan Kelley
|
f704d81519
|
Merge pull request #1253 from Demonthos/fix-map-route
Fix finding files with a custom map_path
|
2023-07-31 17:28:03 -07:00 |
|
Jonathan Kelley
|
8cf59fe52e
|
Merge pull request #1265 from Demonthos/dioxus-web-features
Create default enabled features for large web events
|
2023-07-31 17:14:07 -07:00 |
|
Jonathan Kelley
|
e1dcc335c0
|
Merge pull request #1263 from Demonthos/builder-launch-fullstack
Switch to launch builder instead of macro for fullstack
|
2023-07-31 11:44:36 -07:00 |
|
Evan Almloff
|
45d386810b
|
create features for large web-sys events/types
|
2023-07-28 15:38:07 -07:00 |
|
Jonathan Kelley
|
b526fa3ebc
|
Merge pull request #1264 from Demonthos/spawn-pinned
Don't spawn a new tokio runtime every fullstack request
|
2023-07-28 14:58:45 -07:00 |
|
Evan Almloff
|
d7f7116ce3
|
clean up the API a bit
|
2023-07-28 14:17:52 -07:00 |
|
Evan Almloff
|
fcb993a2cb
|
don't spawn a new runtime every request
|
2023-07-28 13:14:26 -07:00 |
|
Evan Almloff
|
cabeacfcee
|
fix formatting
|
2023-07-28 13:04:56 -07:00 |
|
Evan Almloff
|
9f891f9478
|
switch to launch builder instead of macro for fullstack
|
2023-07-28 12:58:34 -07:00 |
|
ealmloff
|
cfd62e274e
|
Make deprecated use router (#1260)
* make router props expansion better
* fix router data fields
* make a deprecated use_router hook
|
2023-07-27 10:32:23 -07:00 |
|
Jonathan Kelley
|
5e3451a6f2
|
Quiet cargo warnings
|
2023-07-26 21:02:39 -07:00 |
|
Jonathan Kelley
|
30f8218251
|
Add simpler router
|
2023-07-26 19:19:51 -07:00 |
|
Jonathan Kelley
|
694fc22acb
|
Merge pull request #1255 from Demonthos/core-private
Make more of core private
|
2023-07-26 18:31:29 -07:00 |
|
Jonathan Kelley
|
418c03e2cd
|
Merge pull request #1252 from Demonthos/non-generic-link
Remove autogenerated functions/components from the routable macro
|
2023-07-26 18:11:32 -07:00 |
|
Jonathan Kelley
|
4b96b00591
|
Merge pull request #1254 from Demonthos/add-bundle-command
Create cli bundle command
|
2023-07-26 16:54:59 -07:00 |
|
Evan Almloff
|
20296b5038
|
fix some examples that used the private API
|
2023-07-26 16:50:04 -07:00 |
|
Evan Almloff
|
2d51a1c4f2
|
make more of core private
|
2023-07-26 16:17:48 -07:00 |
|
Evan Almloff
|
7bf0926938
|
use tauri bundle 1.2
|
2023-07-26 12:53:00 -07:00 |
|
Evan Almloff
|
489338d642
|
create cli bundle command
|
2023-07-26 12:40:50 -07:00 |
|
Evan Almloff
|
d2ec27e761
|
fix clippy
|
2023-07-26 11:29:34 -07:00 |
|
Evan Almloff
|
715289c3de
|
fix finding files with a custom map_path
|
2023-07-26 11:16:31 -07:00 |
|