Greg Johnston
|
8915e2615b
|
Adjust default features for meta and router
|
2023-01-07 14:43:32 -05:00 |
|
hakesson
|
b852e459a9
|
Unify workspace dependencies
|
2023-01-07 18:00:37 +01:00 |
|
Greg Johnston
|
46e91a538c
|
Merge branch 'main' of https://github.com/gbj/leptos
|
2023-01-07 08:32:45 -05:00 |
|
Greg Johnston
|
1fe526c99c
|
Remove erroneous log
|
2023-01-07 08:32:39 -05:00 |
|
Greg Johnston
|
05d2eb8ce0
|
Improve CI disk space usage
|
2023-01-07 07:43:52 -05:00 |
|
Greg Johnston
|
0b80bba4ec
|
Fix tests
|
2023-01-06 23:04:25 -05:00 |
|
Greg Johnston
|
9cc38988d8
|
Corrects style docs
|
2023-01-06 22:56:23 -05:00 |
|
Greg Johnston
|
0d92a5dec8
|
Add <Script/> and <Style/> components
|
2023-01-06 22:54:35 -05:00 |
|
Greg Johnston
|
bc43a9d329
|
Use builder syntax and refactor tag registration
|
2023-01-06 16:49:26 -05:00 |
|
Greg Johnston
|
1850c28d3a
|
Add <Link/> and refactor <Stylesheet/> to use it
|
2023-01-06 16:06:03 -05:00 |
|
Greg Johnston
|
7db292779b
|
Correct on_cleanup import
|
2023-01-04 22:41:46 -05:00 |
|
Greg Johnston
|
e2496e01d0
|
Correctly hydrate stylesheets, and correctly clean up stylesheets and metadata
|
2023-01-04 22:39:54 -05:00 |
|
Greg Johnston
|
c7fa041469
|
Working on disposing metadata tags
|
2023-01-04 16:56:04 -05:00 |
|
Greg Johnston
|
9537cafe25
|
Add version for publishing
|
2023-01-02 16:49:45 -05:00 |
|
Greg Johnston
|
755ceb7d75
|
0.1.0-beta
|
2023-01-02 16:35:00 -05:00 |
|
Greg Johnston
|
4264b15aab
|
Correct hydration behavior of <Stylesheet id=.../> (necessary for cargo-leptos CSS reloading)
|
2023-01-01 22:56:17 -05:00 |
|
Greg Johnston
|
7946df8bfc
|
Merge pull request #209 from benwis/cargo-leptos-release-testing
Update all examples to use cargo-leptos and patch integrations for latest cargo-leptos support
|
2023-01-01 07:56:41 -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 |
|
Greg Johnston
|
26b28be436
|
Fix warning about MetaContext so it's less misleading.
|
2022-12-30 19:30:35 -05:00 |
|
Greg Johnston
|
333f60cfb7
|
Changes for stable in router and meta
|
2022-12-29 18:10:14 -05:00 |
|
Greg Johnston
|
528a9d7a6f
|
Fix merge
|
2022-12-29 12:13:52 -05: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
|
c44693e0a4
|
Use #[component] macro for leptos_meta to generate docs
|
2022-12-29 08:46:41 -05:00 |
|
Greg Johnston
|
b86e7f33dc
|
Bump versions for new cargo-leptos compatible integrations
|
2022-12-29 08:04:22 -05:00 |
|
Greg Johnston
|
4b1fce4c9c
|
Revert "Merge branch 'main' into pr/119"
This reverts commit 63f680f37d , reversing
changes made to 50ba796f49 .
|
2022-12-28 15:06:46 -05:00 |
|
Greg Johnston
|
63f680f37d
|
Merge branch 'main' into pr/119
|
2022-12-28 14:21:54 -05:00 |
|
Greg Johnston
|
e3c4e9f6a4
|
chores: fix failing tests, update docs, suppress warnings
|
2022-12-28 11:33:26 -05:00 |
|
Greg Johnston
|
55b27f7aec
|
Fix <Meta/> tag hydration lookup
|
2022-12-28 08:19:56 -05:00 |
|
Ben Wishovich
|
f8f0d9fae0
|
Merge branch 'main' into cargo-leptos-beta
|
2022-12-27 12:49:17 -08:00 |
|
Greg Johnston
|
5540bb8e8c
|
Bump version to 0.1.0-alpha
|
2022-12-25 22:58:07 -05:00 |
|
Greg Johnston
|
c1d6ff51a6
|
Update meta and router versions
|
2022-12-23 13:19:51 -05:00 |
|
Ben Wishovich
|
428999fd14
|
Updated all the examples to use the new leptos_options, and make cargo-leptos porting easy. Refactored the Tailwind example to bring it closer to leptos norms
|
2022-12-21 23:08:39 -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
|
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
|
1804a65857
|
Merge in updates to meta package
|
2022-12-12 13:39:30 -05:00 |
|
Greg Johnston
|
2b726f1a88
|
Fix docs on props for each component
|
2022-12-06 11:42:47 -05:00 |
|
Greg Johnston
|
5c45538e9f
|
Make necessary changes for stable support for router and meta
|
2022-12-05 18:55:03 -05:00 |
|
Greg Johnston
|
7f696a9ac4
|
support
|
2022-12-05 17:25:02 -05:00 |
|
Greg Johnston
|
5152703f0c
|
Clear warnings
|
2022-12-02 12:39:32 -05:00 |
|
Greg Johnston
|
3d54055573
|
Add <Meta/> component to leptos_meta
|
2022-12-02 12:36:51 -05:00 |
|
Greg Johnston
|
36de06f183
|
0.0.19
|
2022-11-27 09:13:21 -05:00 |
|
Greg Johnston
|
4f205b5368
|
0.0.18
|
2022-11-22 07:32:12 -05:00 |
|
Greg Johnston
|
2651bf5fef
|
Fix meta and router tests
|
2022-11-21 22:45:56 -05:00 |
|
Greg Johnston
|
4f522d135b
|
Fx doctests
|
2022-11-21 16:50:04 -05:00 |
|
Greg Johnston
|
89f837d3b6
|
Fixes #98, cleans up leptos_meta , and improves interface by removing manual .into() calls
|
2022-11-21 10:47:54 -05:00 |
|
Greg Johnston
|
4e8c1758c3
|
render_app_to_stream helper in leptos_actix
|
2022-11-20 16:03:08 -05:00 |
|
Greg Johnston
|
1bbbdbf29e
|
Rationalize features and set up defaults so that a) users don't need to specify csr mode by default and b) tests pass without feature flags
|
2022-10-18 10:42:55 -04:00 |
|
Greg Johnston
|
3f7e7193ea
|
Clearing up some of the flood of warnings for unused imports etc. that have come up as I've shifted around implementations
|
2022-10-17 10:45:20 -04:00 |
|
Greg Johnston
|
a03cee3faf
|
Simply versioning of interrelated packages
|
2022-10-12 22:30:33 -04:00 |
|