astro/.changeset
Reece McDonald 26bf12ef3c
[Lit] render DSD attributes based on shadowRootOptions (#6351)
* [Lit] render DSD attributes based on `shadowRootOptions`

## Changes

- Update `@astrojs/lit`’s `server.js` to properly render elements with `delegatesFocus: false` set in their `shadowRootOptions`.
- Logic is based on `@lit-labs/ssr` [latest implementation as found here](b0c3f82ef0/packages/labs/ssr/src/lib/render-value.ts (L738))

## Testing

A test was added to ensure an element with `delegatesFocus` set to true has this attribute properly included in the rendered static markup.

* chore: add changeset
2023-02-24 12:10:56 -06:00
..
config.json Add experimental feature (#5681) 2022-12-27 11:43:49 -05:00
old-fireants-allow.md [Lit] render DSD attributes based on shadowRootOptions (#6351) 2023-02-24 12:10:56 -06:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
yellow-kings-rhyme.md fix: bump undici to v5.20.0 (#6355) 2023-02-24 12:10:33 -06:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation