@astrojs/solid-js
Advanced tools
Comparing version 1.1.0 to 1.1.1
# @astrojs/solid-js | ||
## 1.1.1 | ||
### Patch Changes | ||
- [#4888](https://github.com/withastro/astro/pull/4888) [`2dc582ac5`](https://github.com/withastro/astro/commit/2dc582ac5e2d6e1d434ccfe21616182e453feec3) Thanks [@AirBorne04](https://github.com/AirBorne04)! - adjusting the build settings for cloudflare (reverting back to platform browser over neutral) | ||
adjusting the ssr settings for solidjs (to build for node) | ||
## 1.1.0 | ||
@@ -4,0 +11,0 @@ |
@@ -32,3 +32,5 @@ function getRenderer() { | ||
ssr: { | ||
external: ["babel-preset-solid"] | ||
external: ["babel-preset-solid"], | ||
target: "node", | ||
noExternal: ["solid-js"] | ||
} | ||
@@ -35,0 +37,0 @@ }; |
{ | ||
"name": "@astrojs/solid-js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Use Solid components within Astro", | ||
@@ -33,4 +33,4 @@ "type": "module", | ||
"devDependencies": { | ||
"astro": "1.1.0", | ||
"astro-scripts": "0.0.7", | ||
"astro": "1.4.5", | ||
"astro-scripts": "0.0.8", | ||
"solid-js": "^1.5.1" | ||
@@ -37,0 +37,0 @@ }, |
@@ -19,3 +19,3 @@ # @astrojs/solid-js 💙 | ||
# Using NPM | ||
npm run astro add solid | ||
npx astro add solid | ||
# Using Yarn | ||
@@ -27,3 +27,3 @@ yarn astro add solid | ||
If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below. | ||
If you run into any issues, [feel free to report them to us on GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below. | ||
@@ -62,7 +62,15 @@ ### Install dependencies manually | ||
- 💧 client-side hydration options, and | ||
- 🪆 opportunities to mix and nest frameworks together | ||
- 🤝 opportunities to mix and nest frameworks together | ||
Also check our [Astro Integration Documentation][astro-integration] for more on integrations. | ||
## Troubleshooting | ||
For help, check out the `#support` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help! | ||
You can also check our [Astro Integration Documentation][astro-integration] for more on integrations. | ||
## Contributing | ||
This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! | ||
[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/ | ||
[astro-ui-frameworks]: https://docs.astro.build/en/core-concepts/framework-components/#using-framework-components |
@@ -47,2 +47,4 @@ import type { AstroIntegration, AstroRenderer } from 'astro'; | ||
external: ['babel-preset-solid'], | ||
target: 'node', | ||
noExternal: ['solid-js'], | ||
}, | ||
@@ -49,0 +51,0 @@ }; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25250
374
74
0