dioxus/packages
Evan Almloff 176e67e5b7
switch to a Document trait and introduce Script/Head/Style/Meta components (#2635)
* switch to a Document trait and introduce Script/Head/Style/Meta components

* Fix desktop title

* Insert special elements into the head during the inital SSR render

* Make all head component attributes optional

* hydrate head elements

* improve the server streaming head warning

* Document fullstack head hydration approach

* deduplicate head elements by href

* move Link into head::Link

* document head components

* add meta and title examples

* Fix a few doc examples

* fix formatting

* Add title to playwright tests

* serde is optional on web, but it is enabled by hydrate

* remove leftover console log
2024-07-17 20:54:03 -05:00
..
autofmt fix fmt tests 2024-07-02 17:22:53 -07:00
check Improve inline docs (#2460) 2024-06-06 18:15:17 -07:00
cli Feat: CLI Settings (#2424) 2024-07-02 21:43:58 -07:00
cli-config Add a playwright test that checks static generation (#2608) 2024-07-10 12:43:02 -07:00
config-macro Simplify dioxus-config-macro (#2514) 2024-06-18 16:10:23 -07:00
core switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
core-macro Remove deprecated macros: inline_props, format_args_f!, render! (#2574) 2024-07-02 21:46:11 -07:00
desktop switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
dioxus switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
dioxus-lib Remove deprecated macros: inline_props, format_args_f!, render! (#2574) 2024-07-02 21:46:11 -07:00
extension Switch to using refs instead of owned for autofmt write block out (#2573) 2024-07-02 12:27:11 -07:00
fullstack switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
generational-box Add CI step to test packages with debug assertions off (#2507) 2024-06-12 13:07:52 -07:00
hooks Suspense boundaries/out of order streaming/anyhow like error handling (#2365) 2024-07-01 20:50:36 -07:00
hot-reload Partially Fix Hotreload (#2557) 2024-07-02 21:45:12 -07:00
html switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
html-internal-macro Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
interpreter switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
lazy-js-bundle switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
liveview switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
mobile set up example scaping for docs.rs (#2450) 2024-05-28 13:05:55 -07:00
playwright-tests switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
router switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
router-macro Suspense boundaries/out of order streaming/anyhow like error handling (#2365) 2024-07-01 20:50:36 -07:00
rsx Expand component definition before errors to fix component autocomplete from other modules (#2609) 2024-07-08 11:21:20 -07:00
rsx-rosetta Switch to using refs instead of owned for autofmt write block out (#2573) 2024-07-02 12:27:11 -07:00
server-macro Chore: move todo!() to unimplemented!() (#2558) 2024-06-27 16:27:27 -05:00
signals Suspense boundaries/out of order streaming/anyhow like error handling (#2365) 2024-07-01 20:50:36 -07:00
ssr switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
static-generation expose static site generation in the launch builder and prelude 2024-07-10 16:59:08 -07:00
web switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00