diff options
author | 2022-09-29 08:20:00 -0700 | |
---|---|---|
committer | 2022-09-29 11:20:00 -0400 | |
commit | d08093f7d4f9762c0edc71e14c796d7ea8038cda (patch) | |
tree | fae95330db4aeaf16841e16bd24c24e61c11c107 /.changeset | |
parent | 10317c65feefd34a2b4b6142a4bdd1f1cc19f58e (diff) | |
download | astro-@astrojs/netlify@1.1.0.tar.gz astro-@astrojs/netlify@1.1.0.tar.zst astro-@astrojs/netlify@1.1.0.zip |
[ci] release (#4903)astro@1.4.0@astrojs/vue@1.1.0@astrojs/vercel@2.1.0@astrojs/telemetry@1.0.1@astrojs/tailwind@2.0.2@astrojs/svelte@1.0.1@astrojs/rss@1.0.2@astrojs/preact@1.1.1@astrojs/node@1.1.0@astrojs/netlify@1.1.0@astrojs/mdx@0.11.3@astrojs/markdown-remark@1.1.3@astrojs/image@0.8.1@astrojs/deno@1.1.0@astrojs/cloudflare@2.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/fuzzy-garlics-obey.md | 5 | ||||
-rw-r--r-- | .changeset/honest-melons-walk.md | 6 | ||||
-rw-r--r-- | .changeset/itchy-guests-perform.md | 5 | ||||
-rw-r--r-- | .changeset/odd-elephants-argue.md | 5 | ||||
-rw-r--r-- | .changeset/popular-horses-lie.md | 5 | ||||
-rw-r--r-- | .changeset/silver-rats-know.md | 15 | ||||
-rw-r--r-- | .changeset/small-bugs-prove.md | 34 | ||||
-rw-r--r-- | .changeset/smart-elephants-check.md | 5 | ||||
-rw-r--r-- | .changeset/thin-news-collect.md | 48 | ||||
-rw-r--r-- | .changeset/young-pens-lick.md | 5 |
10 files changed, 0 insertions, 133 deletions
diff --git a/.changeset/fuzzy-garlics-obey.md b/.changeset/fuzzy-garlics-obey.md deleted file mode 100644 index 442c961b8..000000000 --- a/.changeset/fuzzy-garlics-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Updates the default image service to use format-specific quality defaults diff --git a/.changeset/honest-melons-walk.md b/.changeset/honest-melons-walk.md deleted file mode 100644 index 36226b4aa..000000000 --- a/.changeset/honest-melons-walk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/vue': minor -'astro': patch ---- - -Support Vue JSX diff --git a/.changeset/itchy-guests-perform.md b/.changeset/itchy-guests-perform.md deleted file mode 100644 index 1d17db5a5..000000000 --- a/.changeset/itchy-guests-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Specify sharp as optional peer dependency diff --git a/.changeset/odd-elephants-argue.md b/.changeset/odd-elephants-argue.md deleted file mode 100644 index cb69ae270..000000000 --- a/.changeset/odd-elephants-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Fix non-hoisted remark/rehype plugin loading diff --git a/.changeset/popular-horses-lie.md b/.changeset/popular-horses-lie.md deleted file mode 100644 index 6d9ffdbbd..000000000 --- a/.changeset/popular-horses-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevent multiple rendering of head content diff --git a/.changeset/silver-rats-know.md b/.changeset/silver-rats-know.md deleted file mode 100644 index 9d0517c9f..000000000 --- a/.changeset/silver-rats-know.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'astro': patch -'@astrojs/image': patch -'@astrojs/mdx': patch -'@astrojs/netlify': patch -'@astrojs/preact': patch -'@astrojs/rss': patch -'@astrojs/svelte': patch -'@astrojs/tailwind': patch -'@astrojs/vue': patch -'@astrojs/markdown-remark': patch -'@astrojs/telemetry': patch ---- - -Add missing dependencies, support strict dependency installation (e.g. pnpm) diff --git a/.changeset/small-bugs-prove.md b/.changeset/small-bugs-prove.md deleted file mode 100644 index 16a89271d..000000000 --- a/.changeset/small-bugs-prove.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -'astro': minor ---- - -Order Astro styles last, to override imported styles - -This fixes CSS ordering so that imported styles are placed *higher* than page/component level styles. This means that if you do: - -```astro ---- -import '../styles/global.css'; ---- -<style> - body { - background: limegreen; - } -</style> -``` - -The `<style>` defined in this component will be placed *below* the imported CSS. When compiled for production this will result in something like this: - -```css -/* /src/styles/global.css */ -body { - background: blue; -} - -/* /src/pages/index.astro */ -body:where(.astro-12345) { - background: limegreen; -} -``` - -Given Astro's 0-specificity hashing, this change effectively makes it so that Astro styles "win" when they have the same specificity as global styles. diff --git a/.changeset/smart-elephants-check.md b/.changeset/smart-elephants-check.md deleted file mode 100644 index 0096e0314..000000000 --- a/.changeset/smart-elephants-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Hoist hydration scripts out of slot templates diff --git a/.changeset/thin-news-collect.md b/.changeset/thin-news-collect.md deleted file mode 100644 index 7779013b8..000000000 --- a/.changeset/thin-news-collect.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -'astro': minor -'@astrojs/cloudflare': minor -'@astrojs/deno': minor -'@astrojs/netlify': minor -'@astrojs/node': minor -'@astrojs/vercel': minor ---- - -Adds the Astro.cookies API - -`Astro.cookies` is a new API for manipulating cookies in Astro components and API routes. - -In Astro components, the new `Astro.cookies` object is a map-like object that allows you to get, set, delete, and check for a cookie's existence (`has`): - -```astro ---- -type Prefs = { - darkMode: boolean; -} - -Astro.cookies.set<Prefs>('prefs', { darkMode: true }, { - expires: '1 month' -}); - -const prefs = Astro.cookies.get<Prefs>('prefs').json(); ---- -<body data-theme={prefs.darkMode ? 'dark' : 'light'}> -``` - -Once you've set a cookie with Astro.cookies it will automatically be included in the outgoing response. - -This API is also available with the same functionality in API routes: - -```js -export function post({ cookies }) { - cookies.set('loggedIn', false); - - return new Response(null, { - status: 302, - headers: { - Location: '/login' - } - }); -} -``` - -See [the RFC](https://github.com/withastro/rfcs/blob/main/proposals/0025-cookie-management.md) to learn more. diff --git a/.changeset/young-pens-lick.md b/.changeset/young-pens-lick.md deleted file mode 100644 index 3dcb03925..000000000 --- a/.changeset/young-pens-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': patch ---- - -Remove path-browserify dependency |