- #8737
6f60da805Thanks @ematipico! - Add provenance statement when publishing the library from CI
- #8365
a525d5db1Thanks @ryansolid! - Fix hydration in Solid renderer
-
#8188
d0679a666Thanks @ematipico! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023. -
#7924
519a1c4e8Thanks @matthewp! - Newincludeandexcludeconfig optionsThe Solid integration now has new
includeandexcludeconfig options. Use these if you want to use Solid alongside another JSX framework; include specifies files to be compiled for Solid andexcludedoes the opposite. -
#8179
6011d52d3Thanks @matthewp! - Astro 3.0 Release Candidate
- #8264
1f58a7a1bThanks @natemoo-re! - Automatically unmount islands whenastro:unmountis fired
- #8264
1f58a7a1bThanks @natemoo-re! - Automatically unmount islands whenastro:unmountis fired
- #8107
5b4b78245Thanks @natemoo-re! - Updatebabel-preset-soliddependency to^1.7.7
-
#7924
519a1c4e8Thanks @matthewp! - Newincludeandexcludeconfig optionsThe Solid integration now has new
includeandexcludeconfig options. Use these if you want to use Solid alongside another JSX framework; include specifies files to be compiled for Solid andexcludedoes the opposite.
1eae2e3f7Thanks @Princesseuh! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.
- #8107
5b4b78245Thanks @natemoo-re! - Updatebabel-preset-soliddependency to^1.7.7
-
#7093
3d525efc9Thanks @matthewp! - Prevent removal of nested slots within islandsThis change introduces a new flag that renderers can add called
supportsAstroStaticSlot. What this does is let Astro know that the render is sending<astro-static-slot>as placeholder values for static (non-hydrated) slots which Astro will then remove.This change is completely backwards compatible, but fixes bugs caused by combining ssr-only and client-side framework components like so:
<Component> <div> <Component client:load> <span>Nested</span> </Component> </div> </Component>
-
#7101
2994bc52dThanks @bluwy! - Always build edge/worker runtime with VitewebworkerSSR target -
#7104
826e02890Thanks @bluwy! - Specify"files"field to only publish necessary files
- #6934
b6797fc85Thanks @matthewp! - Allow Solid ecosystem packages to not need special export map configuration. By default Solid is now treated as an external package in SSR, so any other dependent packages will receive the same instance.
- #6213
afbbc4d5bThanks @Princesseuh! - Updated compilation settings to disable downlevelling for Node 14
- #6104
8c80e78ddThanks @yasserhennawi! - Bump vitefu for peerDep warning with Vite 4
- #5782
1f92d64eaThanks @Princesseuh! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
See changes in 2.0.0-beta.0
- #5782
1f92d64eaThanks @Princesseuh! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
- #4888
2dc582ac5Thanks @AirBorne04! - adjusting the build settings for cloudflare (reverting back to platform browser over neutral) adjusting the ssr settings for solidjs (to build for node)
-
04ad44563- > Astro v1.0 is out! Read the official announcement post.No breaking changes. This package is now officially stable and compatible with
astro@1.0.0!
- #3914
b48767985Thanks @ran-dall! - Rollback supportednode@16version. Minimum versions are nownode@14.20.0ornode@16.14.0.
- #3871
1cc5b7890Thanks @natemoo-re! - Update supportednodeversions. Minimum versions are nownode@14.20.0ornode@16.16.0.
- #3854
b012ee55Thanks @bholmesdev! - [astro add] Support adapters and third party packages
515e8765Thanks @FredKSchott! - Update peerDependencies to "solid@^1.4.3"
-
#3652
7373d61cThanks @natemoo-re! - Add support for passing named slots from.astro=> framework components.Each
slotis be passed as a top-level prop. For example:// From .astro <Component> <h2 slot="title">Hello world!</h2> <h2 slot="slot-with-dash">Dash</h2> <div>Default</div> </Component>; // For .jsx export default function Component({ title, slotWithDash, children }) { return ( <> <div id="title">{title}</div> <div id="slot-with-dash">{slotWithDash}</div> <div id="main">{children}</div> </> ); }
- #3505
2b35650bThanks @bholmesdev! - Fix newline characters in SolidJS JSX attributes (ex: multiline CSS classes)
- #3455
e9a77d86Thanks @natemoo-re! - Update client hydration to check forssrattribute. Requiresastro@^1.0.0-beta.36.
- #3140
5e28b790Thanks @hippotastic! - Fix location of SolidJS pre-hydration code
815d62f1Thanks @FredKSchott! - no changes.
- #3003
13b782f4Thanks @ryansolid! - Improve nested hydration with Solid
- #3003
13b782f4Thanks @ryansolid! - Improve nested hydration with Solid
- #2889
71c12b90Thanks @zadeviggers! - Correct package name in README. Package is@astrojs/solid-js, not@astrojs/solid.
- #2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations
- #2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site
- #2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site