Commit Graph

180 Commits

Author SHA1 Message Date
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
Greg Johnston 2d2f2a52a4 Update all libraries and examples to use new set_x API 2022-10-08 20:39:13 -04:00
Greg Johnston b23a6b6a26 Add version number for leptos dependencies 2022-10-07 06:53:17 -04:00
Greg Johnston 97d7afec2e Fix `authors` field 2022-10-07 06:50:21 -04:00
Greg Johnston 5742cc8bd9 Set versions 2022-10-07 06:41:50 -04:00
Greg Johnston 2e11e2037f Fix stylesheet hydration 2022-09-28 21:35:17 -04:00
Greg Johnston b2fcb552ea Add <Stylesheet> component to meta 2022-09-28 20:54:56 -04:00
Greg Johnston b4cef51f08 Prevent meta from crashing on SSR while this isn't implemented yet 2022-09-25 22:11:00 -04:00
Greg Johnston 0f110cd2a1 Initial <title> work for meta tags 2022-09-23 16:33:00 -04:00