@astro-community/astro-embed-baseline-status
Version:
Component to easily embed the Baseline status of a web feature on your Astro site
43 lines (22 loc) • 2.61 kB
Markdown
# @astro-community/astro-embed-baseline-status
## 0.2.1
### Patch Changes
- [#219](https://github.com/delucis/astro-embed/pull/219) [`d90ce7a`](https://github.com/delucis/astro-embed/commit/d90ce7aee92bcfafc66ae82a89a463dafed39992) Thanks [@delucis](https://github.com/delucis)! - No code changes. This release is the first published using OIDC trusted publisher configuration for improved security.
- Updated dependencies [[`d90ce7a`](https://github.com/delucis/astro-embed/commit/d90ce7aee92bcfafc66ae82a89a463dafed39992)]:
- @astro-community/astro-embed-utils@0.1.5
## 0.2.0
### Minor Changes
- [#206](https://github.com/delucis/astro-embed/pull/206) [`d2f7b94b1185905bdf173b60df93353e6a42d127`](https://github.com/delucis/astro-embed/commit/d2f7b94b1185905bdf173b60df93353e6a42d127) Thanks [@pawcoding](https://github.com/pawcoding)! - Adds `::part(link-container)` as additional styling target
- [#206](https://github.com/delucis/astro-embed/pull/206) [`d2f7b94b1185905bdf173b60df93353e6a42d127`](https://github.com/delucis/astro-embed/commit/d2f7b94b1185905bdf173b60df93353e6a42d127) Thanks [@pawcoding](https://github.com/pawcoding)! - Adds `--animation-duration` CSS variable to control animation speed
### Patch Changes
- [#206](https://github.com/delucis/astro-embed/pull/206) [`d2f7b94b1185905bdf173b60df93353e6a42d127`](https://github.com/delucis/astro-embed/commit/d2f7b94b1185905bdf173b60df93353e6a42d127) Thanks [@pawcoding](https://github.com/pawcoding)! - Skip caret animation when user prefers reduced motion
## 0.1.2
### Patch Changes
- [#163](https://github.com/delucis/astro-embed/pull/163) [`0383e4e6295eea4425c4ba367d677fdb901c3515`](https://github.com/delucis/astro-embed/commit/0383e4e6295eea4425c4ba367d677fdb901c3515) Thanks [@mayank99](https://github.com/mayank99)! - Removes `max-width` from `::part(browsers)` to prevent undesirable wrapping of browser icons.
## 0.1.1
### Patch Changes
- [`a80bb8c8e0368e042ab75d6ff102d260d6400463`](https://github.com/delucis/astro-embed/commit/a80bb8c8e0368e042ab75d6ff102d260d6400463) Thanks [@delucis](https://github.com/delucis)! - Fixes missing README and docs link in the baseline-status package
## 0.1.0
### Minor Changes
- [#156](https://github.com/delucis/astro-embed/pull/156) [`bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca`](https://github.com/delucis/astro-embed/commit/bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca) Thanks [@delucis](https://github.com/delucis)! - Adds new `<BaselineStatus>` component
This component displays the status of a web feature according to the [Baseline](https://web.dev/baseline/) project.