-
04ad44563
- > Astro v1.0 is out! Read the official announcement post.No breaking changes. This package is now officially stable and compatible with
[email protected]
!
- #3854
b012ee55
Thanks @bholmesdev! - [astro add] Support adapters and third party packages
-
#3652
7373d61c
Thanks @natemoo-re! - Adds support for passing named slots from.astro
=> Lit components.All slots are treated as Light DOM content.
-
#3625
f5afaf24
Thanks @matthewp! - Conform to Constructor based renderingThis changes
@astrojs/lit
to conform to the way rendering happens in all other frameworks. Instead of using the tag name<my-element client:load>
you use the imported constructor function,<MyElement client:load>
like you would do with any other framework.Support for
tag-name
syntax had to be removed due to the fact that it was a runtime feature that was not statically analyzable. To improve build performance, we have removed all runtime based component discovery. Using the imported Constructor name allows Astro to discover what components need to be built and bundled for production without ever running your file.
- #3511
2fedb974
Thanks @natemoo-re! - Patch Lit's server shim to allow forsass
compatability
- #3375
fe61e469
Thanks @jdvivar! - Added tests and fix a small edge case for when you call render with no props/attrs
815d62f1
Thanks @FredKSchott! - no changes.
- #2979
9d7a4b59
Thanks @FredKSchott! - Welcome to the Astro v1.0.0 Beta! Read the official announcement for more details.
- #2885
6b004363
Thanks @bholmesdev! - Add README across Astro built-in integrations
- #2847
3b621f7a
Thanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site
- #2847
3b621f7a
Thanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site