v1.2.0
-
The v-cloak or x-cloak inline style tag can be added to the
<head>tag via theFrameworksmenu. -
Directives and page templates have been refreshed.
-
Directives input box now includes both a clear icon and a delete icon. Previously, truthy directives were displayed as
truein the control, but not anymore. It will always be in sync with the actual attribute key-value pairs. This also fixes #2. -
Progressive Enhancement -> Progressive Hydration (how/when to hydrate islands to improve performance)
- Progressive hydration (islands architecture) using the Eleventy is-land package (
@llty/is-land) can be added via theFrameworksmenu. - This includes a sample Pikaday datepicker integration that gets added to the end of the
<body>tag and partially hydrates when entering the viewport (uses anon:visibledirective similar to Iles/Astro'sclient:visibledirective). - While Iles/Astro supports only certain frameworks and requires a build tool (Vite), the Eleventy is-land solution is framework-independent and can be used on islands in static/server-rendered HTML files.
- Progressive hydration (islands architecture) using the Eleventy is-land package (

