@astro-community/astro-embed-baseline-status
Version:
Component to easily embed the Baseline status of a web feature on your Astro site
22 lines (11 loc) • 1.12 kB
Markdown
# @astro-community/astro-embed-baseline-status
## 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.