Chrome extension that automatically opens Zoom, Google Meet, Teams, and other meeting URLs associated with your Google Calendar shortly before the meeting starts.
withastro/astro (astro)
### [`v2.10.15`](https://togithub.com/withastro/astro/releases/tag/astro%402.10.15)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.14...astro@2.10.15)
##### Patch Changes
- [#8268](https://togithub.com/withastro/astro/pull/8268) [`3b0d805bd`](https://togithub.com/withastro/astro/commit/3b0d805bdabcbc75f26b1d29890b689b40fab220) Thanks [@matthewp](https://togithub.com/matthewp)! - Prevent ViewTransition script from being added by mistake
### [`v2.10.14`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21014)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.13...astro@2.10.14)
##### Patch Changes
- [#8206](https://togithub.com/withastro/astro/pull/8206) [`52606a390`](https://togithub.com/withastro/astro/commit/52606a3909f9de5ced9b9ba3ba25832f73a8689e) Thanks [@martrapp](https://togithub.com/martrapp)! - fix: View Transition: swap attributes of document's root element
### [`v2.10.13`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21013)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.12...astro@2.10.13)
##### Patch Changes
- [#8152](https://togithub.com/withastro/astro/pull/8152) [`582132328`](https://togithub.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57) Thanks [@andremralves](https://togithub.com/andremralves)! - Displays a new config error if `outDir` is placed within `publicDir`.
- [#8166](https://togithub.com/withastro/astro/pull/8166) [`fddd4dc71`](https://togithub.com/withastro/astro/commit/fddd4dc71af321bd6b4d01bb4b1b955284846e60) Thanks [@martrapp](https://togithub.com/martrapp)! - ViewTransitions: Fixes in the client-side router
- [#8182](https://togithub.com/withastro/astro/pull/8182) [`cfc465dde`](https://togithub.com/withastro/astro/commit/cfc465ddebcc58d20f29ecffaa857a77525435a9) Thanks [@martrapp](https://togithub.com/martrapp)! - View Transitions: self link (`href=""`) does not trigger page reload
- [#8171](https://togithub.com/withastro/astro/pull/8171) [`95120efbe`](https://togithub.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493) Thanks [@Princesseuh](https://togithub.com/Princesseuh)! - Fix missing type for `imageConfig` export from `astro:assets`
- [#8187](https://togithub.com/withastro/astro/pull/8187) [`273335cb0`](https://togithub.com/withastro/astro/commit/273335cb01615c3c06d46c02464f4496a81f8d0b) Thanks [@bluwy](https://togithub.com/bluwy)! - Fix Astro components parent-child render order
- [#8184](https://togithub.com/withastro/astro/pull/8184) [`9142178b1`](https://togithub.com/withastro/astro/commit/9142178b113443749b87c1d259859b42a3d7a9c4) Thanks [@martrapp](https://togithub.com/martrapp)! - Fix: The scrolling behavior of ViewTransitions is now more similar to the expected browser behavior
- [#8163](https://togithub.com/withastro/astro/pull/8163) [`179796405`](https://togithub.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a) Thanks [@delucis](https://togithub.com/delucis)! - Make typing of `defineCollection` more permissive to support advanced union and intersection types
### [`v2.10.12`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21012)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.11...astro@2.10.12)
##### Patch Changes
- [#8144](https://togithub.com/withastro/astro/pull/8144) [`04caa99c4`](https://togithub.com/withastro/astro/commit/04caa99c48ce604ca3b90302ff0df8dcdbeee650) Thanks [@lilnasy](https://togithub.com/lilnasy)! - Fixed an issue where data entries' id included backslashes instead of forward slashes on Windows.
### [`v2.10.11`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21011)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.10...astro@2.10.11)
##### Patch Changes
- [#8136](https://togithub.com/withastro/astro/pull/8136) [`97c8760d7`](https://togithub.com/withastro/astro/commit/97c8760d78ffd172149f7776442725861576fba7) Thanks [@andremralves](https://togithub.com/andremralves)! - Fix 404 response leading to an infinite loop when there is no 404 page.
### [`v2.10.10`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21010)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.9...astro@2.10.10)
##### Patch Changes
- [#8127](https://togithub.com/withastro/astro/pull/8127) [`b12c8471f`](https://togithub.com/withastro/astro/commit/b12c8471f413c0291de4a9c444bfe3079a192034) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Do not throw Error when users pass an object with a "type" property
- [#8092](https://togithub.com/withastro/astro/pull/8092) [`7177f7579`](https://togithub.com/withastro/astro/commit/7177f7579b6e866f0fd895b3fd079d8ba330b1a9) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Ensure dotfiles are cleaned during static builds
- [#8122](https://togithub.com/withastro/astro/pull/8122) [`fa6b68a77`](https://togithub.com/withastro/astro/commit/fa6b68a776c5b3cc8167fc042b7d305234ebcff9) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Improve fidelity of time stats when running `astro build`
- [#8070](https://togithub.com/withastro/astro/pull/8070) [`097a8e4e9`](https://togithub.com/withastro/astro/commit/097a8e4e916c7df18eafdaa6c8d6ce2991c17ab6) Thanks [@lilnasy](https://togithub.com/lilnasy)! - Fix a handful of edge cases with prerendered 404/500 pages
- [#8123](https://togithub.com/withastro/astro/pull/8123) [`1f6497c33`](https://togithub.com/withastro/astro/commit/1f6497c3341231ee76fc4538cfe7624cf4721d56) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Open to configured `base` when `astro dev --open` runs
- [#8105](https://togithub.com/withastro/astro/pull/8105) [`0e0fa605d`](https://togithub.com/withastro/astro/commit/0e0fa605d109cc91e08a1ae1cc560ea240fe631b) Thanks [@martrapp](https://togithub.com/martrapp)! - ViewTransition: bug fix for lost scroll position in browser history
- [#8116](https://togithub.com/withastro/astro/pull/8116) [`b290f0a99`](https://togithub.com/withastro/astro/commit/b290f0a99778a9b9c1045f3cd06b6aee934d7c03) Thanks [@martrapp](https://togithub.com/martrapp)! - On back navigation only animate view transitions that were animated going forward.
- [#7778](https://togithub.com/withastro/astro/pull/7778) [`d6b494376`](https://togithub.com/withastro/astro/commit/d6b4943764989c0e89df2d6875cd19691566dfb3) Thanks [@y-nk](https://togithub.com/y-nk)! - Added support for optimizing remote images from authorized sources when using `astro:assets`. This comes with two new parameters to specify which domains (`image.domains`) and host patterns (`image.remotePatterns`) are authorized for remote images.
For example, the following configuration will only allow remote images from `astro.build` to be optimized:
```ts
// astro.config.mjs
export default defineConfig({
image: {
domains: ['astro.build'],
},
});
```
The following configuration will only allow remote images from HTTPS hosts:
```ts
// astro.config.mjs
export default defineConfig({
image: {
remotePatterns: [{ protocol: 'https' }],
},
});
```
- [#8109](https://togithub.com/withastro/astro/pull/8109) [`da6e3da1c`](https://togithub.com/withastro/astro/commit/da6e3da1ce00bed625fc568cfe4693713448e93f) Thanks [@martrapp](https://togithub.com/martrapp)! - fix: reinsert attribute to specify direction of ViewTransition (forward / back)
### [`v2.10.9`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2109)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.8...astro@2.10.9)
##### Patch Changes
- [#8091](https://togithub.com/withastro/astro/pull/8091) [`56e7c5177`](https://togithub.com/withastro/astro/commit/56e7c5177bd61b404978dc9b82e2d34d76a4b2f9) Thanks [@martrapp](https://togithub.com/martrapp)! - Handle `
This PR contains the following updates:
2.0.10
->2.10.15
Release Notes
withastro/astro (astro)
### [`v2.10.15`](https://togithub.com/withastro/astro/releases/tag/astro%402.10.15) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.14...astro@2.10.15) ##### Patch Changes - [#8268](https://togithub.com/withastro/astro/pull/8268) [`3b0d805bd`](https://togithub.com/withastro/astro/commit/3b0d805bdabcbc75f26b1d29890b689b40fab220) Thanks [@matthewp](https://togithub.com/matthewp)! - Prevent ViewTransition script from being added by mistake ### [`v2.10.14`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21014) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.13...astro@2.10.14) ##### Patch Changes - [#8206](https://togithub.com/withastro/astro/pull/8206) [`52606a390`](https://togithub.com/withastro/astro/commit/52606a3909f9de5ced9b9ba3ba25832f73a8689e) Thanks [@martrapp](https://togithub.com/martrapp)! - fix: View Transition: swap attributes of document's root element ### [`v2.10.13`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21013) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.12...astro@2.10.13) ##### Patch Changes - [#8152](https://togithub.com/withastro/astro/pull/8152) [`582132328`](https://togithub.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57) Thanks [@andremralves](https://togithub.com/andremralves)! - Displays a new config error if `outDir` is placed within `publicDir`. - [#8166](https://togithub.com/withastro/astro/pull/8166) [`fddd4dc71`](https://togithub.com/withastro/astro/commit/fddd4dc71af321bd6b4d01bb4b1b955284846e60) Thanks [@martrapp](https://togithub.com/martrapp)! - ViewTransitions: Fixes in the client-side router - [#8182](https://togithub.com/withastro/astro/pull/8182) [`cfc465dde`](https://togithub.com/withastro/astro/commit/cfc465ddebcc58d20f29ecffaa857a77525435a9) Thanks [@martrapp](https://togithub.com/martrapp)! - View Transitions: self link (`href=""`) does not trigger page reload - [#8171](https://togithub.com/withastro/astro/pull/8171) [`95120efbe`](https://togithub.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493) Thanks [@Princesseuh](https://togithub.com/Princesseuh)! - Fix missing type for `imageConfig` export from `astro:assets` - [#8187](https://togithub.com/withastro/astro/pull/8187) [`273335cb0`](https://togithub.com/withastro/astro/commit/273335cb01615c3c06d46c02464f4496a81f8d0b) Thanks [@bluwy](https://togithub.com/bluwy)! - Fix Astro components parent-child render order - [#8184](https://togithub.com/withastro/astro/pull/8184) [`9142178b1`](https://togithub.com/withastro/astro/commit/9142178b113443749b87c1d259859b42a3d7a9c4) Thanks [@martrapp](https://togithub.com/martrapp)! - Fix: The scrolling behavior of ViewTransitions is now more similar to the expected browser behavior - [#8163](https://togithub.com/withastro/astro/pull/8163) [`179796405`](https://togithub.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a) Thanks [@delucis](https://togithub.com/delucis)! - Make typing of `defineCollection` more permissive to support advanced union and intersection types ### [`v2.10.12`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21012) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.11...astro@2.10.12) ##### Patch Changes - [#8144](https://togithub.com/withastro/astro/pull/8144) [`04caa99c4`](https://togithub.com/withastro/astro/commit/04caa99c48ce604ca3b90302ff0df8dcdbeee650) Thanks [@lilnasy](https://togithub.com/lilnasy)! - Fixed an issue where data entries' id included backslashes instead of forward slashes on Windows. ### [`v2.10.11`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21011) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.10...astro@2.10.11) ##### Patch Changes - [#8136](https://togithub.com/withastro/astro/pull/8136) [`97c8760d7`](https://togithub.com/withastro/astro/commit/97c8760d78ffd172149f7776442725861576fba7) Thanks [@andremralves](https://togithub.com/andremralves)! - Fix 404 response leading to an infinite loop when there is no 404 page. ### [`v2.10.10`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#21010) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.9...astro@2.10.10) ##### Patch Changes - [#8127](https://togithub.com/withastro/astro/pull/8127) [`b12c8471f`](https://togithub.com/withastro/astro/commit/b12c8471f413c0291de4a9c444bfe3079a192034) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Do not throw Error when users pass an object with a "type" property - [#8092](https://togithub.com/withastro/astro/pull/8092) [`7177f7579`](https://togithub.com/withastro/astro/commit/7177f7579b6e866f0fd895b3fd079d8ba330b1a9) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Ensure dotfiles are cleaned during static builds - [#8122](https://togithub.com/withastro/astro/pull/8122) [`fa6b68a77`](https://togithub.com/withastro/astro/commit/fa6b68a776c5b3cc8167fc042b7d305234ebcff9) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Improve fidelity of time stats when running `astro build` - [#8070](https://togithub.com/withastro/astro/pull/8070) [`097a8e4e9`](https://togithub.com/withastro/astro/commit/097a8e4e916c7df18eafdaa6c8d6ce2991c17ab6) Thanks [@lilnasy](https://togithub.com/lilnasy)! - Fix a handful of edge cases with prerendered 404/500 pages - [#8123](https://togithub.com/withastro/astro/pull/8123) [`1f6497c33`](https://togithub.com/withastro/astro/commit/1f6497c3341231ee76fc4538cfe7624cf4721d56) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Open to configured `base` when `astro dev --open` runs - [#8105](https://togithub.com/withastro/astro/pull/8105) [`0e0fa605d`](https://togithub.com/withastro/astro/commit/0e0fa605d109cc91e08a1ae1cc560ea240fe631b) Thanks [@martrapp](https://togithub.com/martrapp)! - ViewTransition: bug fix for lost scroll position in browser history - [#8116](https://togithub.com/withastro/astro/pull/8116) [`b290f0a99`](https://togithub.com/withastro/astro/commit/b290f0a99778a9b9c1045f3cd06b6aee934d7c03) Thanks [@martrapp](https://togithub.com/martrapp)! - On back navigation only animate view transitions that were animated going forward. - [#7778](https://togithub.com/withastro/astro/pull/7778) [`d6b494376`](https://togithub.com/withastro/astro/commit/d6b4943764989c0e89df2d6875cd19691566dfb3) Thanks [@y-nk](https://togithub.com/y-nk)! - Added support for optimizing remote images from authorized sources when using `astro:assets`. This comes with two new parameters to specify which domains (`image.domains`) and host patterns (`image.remotePatterns`) are authorized for remote images. For example, the following configuration will only allow remote images from `astro.build` to be optimized: ```ts // astro.config.mjs export default defineConfig({ image: { domains: ['astro.build'], }, }); ``` The following configuration will only allow remote images from HTTPS hosts: ```ts // astro.config.mjs export default defineConfig({ image: { remotePatterns: [{ protocol: 'https' }], }, }); ``` - [#8109](https://togithub.com/withastro/astro/pull/8109) [`da6e3da1c`](https://togithub.com/withastro/astro/commit/da6e3da1ce00bed625fc568cfe4693713448e93f) Thanks [@martrapp](https://togithub.com/martrapp)! - fix: reinsert attribute to specify direction of ViewTransition (forward / back) ### [`v2.10.9`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2109) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.8...astro@2.10.9) ##### Patch Changes - [#8091](https://togithub.com/withastro/astro/pull/8091) [`56e7c5177`](https://togithub.com/withastro/astro/commit/56e7c5177bd61b404978dc9b82e2d34d76a4b2f9) Thanks [@martrapp](https://togithub.com/martrapp)! - Handle `