Skip to content

v1.2.0

Choose a tag to compare

@TechAkayy TechAkayy released this 20 Jan 11:31
· 43 commits to main since this release
  • The v-cloak or x-cloak inline style tag can be added to the <head> tag via the Frameworks menu.

  • 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 true in the control, but not anymore. It will always be in sync with the actual attribute key-value pairs. This also fixes #2.

    image
    image

  • 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 the Frameworks menu.
    • 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 an on:visible directive similar to Iles/Astro's client:visible directive).
    • 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.