lambda-packages
lambda-packages copied to clipboard
The web framework for content-driven websites. ⭐️ Star to support our work!
### What version of `astro` are you using? 1.2.7 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? pnpm ###...
### What version of `astro` are you using? ^1.2.7 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...
## Changes - Adds a new image service based on [Squoosh](https://squoosh.app/) and [next/image](https://nextjs.org/docs/api-reference/next/image) - Adds a new `astro:build:generated` hook - Removes additional Node.js dependencies in the SSR bundle, currently blocking...
## Changes Alway write chosen config to `tsconfig.json`. - Before: Only when `strict` or `strictest` was selected - After: Also when `base` is selected (via "Relaxed" or "I prefer not...
## Changes This changes the blog post data text color in the examples repo to meet WCAG constrat-ratio guidelines ## Testing The new color, `#595959` was tested on a white...
### What version of `astro` are you using? 1.1.1 ### Are you using an SSR adapter? If so, which one? @astrojs/vercel ### What package manager are you using? npm ###...
## Changes The image variable of getPicture contains a width and height property, which we usually require. In this case, the image is wrapped in a picture tag, and the...
### What version of `astro` are you using? 1.1.6 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...
## Changes This change adds support for importing markdown files from outside the root directory of a project, which is very common in monorepo setups ## Testing TODO - I'll...
### What version of `astro` are you using? 1.2.6 ### Are you using an SSR adapter? If so, which one? Vercel ### What package manager are you using? npm ###...