Patrick Auernig
4c23f3c478
chore: remove unused fs dependency from leptos_config ( #787 )
2023-04-02 12:29:30 -04:00
martin frances
81401a738c
chore: bumped typed-builder up to 0.14. ( #648 )
2023-03-09 16:44:27 -05:00
Vanius Bittencourt
1584ab6b72
feat: refactor leptos_config
to allow loading from string ( #628 )
2023-03-08 19:49:19 -05:00
martin frances
27fb430900
bump typed-builder to version 0.13. ( #633 )
2023-03-06 09:07:21 -05:00
Fangdun Tsai
e9c4b490e5
feat: viz integration ( #506 )
2023-02-21 12:29:15 -05:00
Greg Johnston
6bab4ad966
apply new formatting everywhere ( #502 )
2023-02-11 14:30:06 -05:00
Ben Wishovich
76aeb573bf
fix: convert site_address
to site_addr
to match cargo-leptos
( #462 )
2023-02-04 16:37:41 -05:00
Odiseo
fec4ff4381
fix: typo in leptos_config
description ( #455 )
2023-02-03 12:51:26 -05:00
martin frances
0dbcc323ba
Clippy: "{input} is not a supported environment. ( #451 )
2023-02-03 10:08:23 -05:00
g-re-g
cbfb724af2
Dedup from_str implementations for Env ( #426 )
2023-02-02 07:18:20 -05:00
martin frances
465cbc36be
Minor: Bump typed-builder from 0.11 to 0.12. ( #409 )
2023-01-30 19:17:09 -05:00
Greg Johnston
b861f84e40
Fix a large number of small issues in docs ( #386 )
...
* Fix example links in docs
* Restore missing CSR READMEs
* Document need to enable features on `leptos_router` and `leptos_meta`
* Add "Is it production ready?" to FAQs
* Document which types are provided as contexts in server integrations
* Fix broken links and other issues in docs
2023-01-26 21:44:01 -05:00
Greg Johnston
ebe5bf4600
Merge pull request #330 from martinfrances107/typed_builder
...
typed-builder inconsistent version.
2023-01-17 13:53:58 -05:00
Martin
586e9be99a
Minor - type-builder version is inconsistent.
2023-01-17 17:23:05 +00:00
Martin
1fe93fd588
Minor: For each sub crate the landing page should be the root README.md.
2023-01-17 17:05:09 +00:00
benwis
10a833d763
Switch get_configuration calls to None and add a note in the docs for
...
uses of get_configuration()
2023-01-15 12:50:25 -08:00
Greg Johnston
cdf709fb09
0.1.0
2023-01-12 09:57:08 -05:00
Greg Johnston
9e83acfe63
Make cargo fmt happy
2023-01-10 21:18:03 -05:00
hakesson
e324fb6e76
Default site-root to '.'
2023-01-10 10:33:53 +01:00
henrik
75659ce674
Merge branch 'main' into workspace-multi-projects
2023-01-10 09:59:44 +01:00
hakesson
6a68ef67f3
Add LEPTOS prefix to OUTPUT_NAME in all files
2023-01-10 09:26:10 +01:00
hakesson
5bfeb93e3d
Make Cargo.toml optional
2023-01-10 08:26:22 +01:00
hakesson
dd9ae1b7b1
Add LEPTOS prefix to OUTPUT_NAME
2023-01-10 08:25:43 +01:00
Greg Johnston
ad34a5d9c6
Update name to leptos-rs/leptos
2023-01-09 21:59:13 -05:00
Greg Johnston
4df3687463
Forbid unsafe code in all packages
2023-01-09 19:48:51 -05:00
hakesson
1ec603ee58
Use envs for workspace config
2023-01-09 20:06:43 +01:00
benwis
6603c44ce2
Minor fixes and revisions
2023-01-08 19:36:24 -08:00
benwis
6576d8eda1
Change site_root default to ".". Hope that cargo-leptos has that check
2023-01-08 14:54:32 -08:00
benwis
dc60c35b58
Rewrite file handlers for Axum, and update all examples to use the new
...
generated routes. Fix a few issues in the integrations, and reduce the
number of warnings
2023-01-08 14:18:51 -08:00
Martin
7acc309f66
Minor: Clippy format!() all variables now inlined.
2023-01-07 15:46:47 +00:00
Greg Johnston
755ceb7d75
0.1.0-beta
2023-01-02 16:35:00 -05:00
Ben Wishovich
f45d33db73
Move the examples out of the workspace, and standardize naming. All of the SSR examples now work with cargo-leptos
2022-12-31 15:52:19 -08:00
Ben Wishovich
c3fbf13ef3
No leading slashes, and a working todo-app-sqlite example. Improved config section detection
2022-12-30 11:01:01 -08:00
Greg Johnston
70f6297277
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into jquesada2016-leptos_dom_v2
2022-12-29 09:32:12 -05:00
Greg Johnston
b86e7f33dc
Bump versions for new cargo-leptos
compatible integrations
2022-12-29 08:04:22 -05:00
Greg Johnston
a603531409
Typos
2022-12-29 08:02:56 -05:00
Ben Wishovich
f8f0d9fae0
Merge branch 'main' into cargo-leptos-beta
2022-12-27 12:49:17 -08:00
Ben Wishovich
e23c05a1df
Remove unused derives
2022-12-27 11:01:20 -08:00
Ben Wishovich
be94c1b846
Update examples to camelcase and add missing fields for feature flags. Should be working with cargo-leptos beta again
2022-12-27 10:58:05 -08:00
Greg Johnston
5540bb8e8c
Bump version to 0.1.0-alpha
2022-12-25 22:58:07 -05:00
Greg Johnston
391fe89542
0.0.21
2022-12-23 13:01:15 -05:00
Ben Wishovich
ac489e7523
Who let me near the computer before coffee?
2022-12-22 08:42:16 -08:00
Ben Wishovich
0909f60e55
Remove redundant env check and add path option to get_configuration()
2022-12-22 08:39:04 -08:00
Ben Wishovich
5ec76682a7
Fix Websockets Code and re-enable optimizations in tailwind. Remove watch as a param
2022-12-21 23:54:48 -08:00
Ben Wishovich
0d314224c9
Make tests pass, and do small tweaks/cleanup
2022-12-21 11:51:29 -08:00
Ben Wishovich
b4897f7a61
Fix dumb typos and add an option for an id to Stylesheet
2022-12-21 10:15:42 -08:00
Ben Wishovich
f2e9d6f4c3
More small tweaks to support config
2022-12-20 17:56:38 -08:00
Ben Wishovich
ee379bb405
Add errors to leptos_config and more changes to support beta
2022-12-20 12:14:42 -08:00
Ben Wishovich
d5fbeb9474
WIP Implementation of expanded LeptosOptions, which interop with the cargo-leptos beta and allow configuration of Leptos. Adds id option to <Stylesheet/>
2022-12-20 12:14:05 -08:00
Greg Johnston
c4cc3e944b
Merge in changes from main
2022-12-12 09:26:46 -05:00