|
1 | 1 | # @theguild/components
|
2 | 2 |
|
| 3 | +## 9.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [#1953](https://github.com/the-guild-org/docs/pull/1953) |
| 8 | + [`3f9d6e6`](https://github.com/the-guild-org/docs/commit/3f9d6e6ef3fd6d4cb2f28c0820c5a7072366cc4e) |
| 9 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 10 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/nextra/v/4.0.0) (from |
| 11 | + `4.0.0-app-router.43`, in `dependencies`) |
| 12 | + - Updated dependency |
| 13 | + [`[email protected]` ↗︎ ](https://www.npmjs.com/package/nextra-theme-docs/v/4.0.0) (from |
| 14 | + `4.0.0-app-router.43`, in `dependencies`) |
| 15 | + |
| 16 | +### Minor Changes |
| 17 | + |
| 18 | +- [#1927](https://github.com/the-guild-org/docs/pull/1927) |
| 19 | + [`da72f38`](https://github.com/the-guild-org/docs/commit/da72f380b1203765af1e26c45d8611e74cf15f40) |
| 20 | + Thanks [@dimaMachina](https://github.com/dimaMachina)! - - add `<ComparisonTable>` component |
| 21 | + - add `<AttachPageFAQSchema>` component |
| 22 | + - add `<FrequentlyAskedQuestions>` component |
| 23 | + - move `<Search>` styles from Tailwind CSS classes to `style.css` because in Yoga we use |
| 24 | + `<VersionedSearch>` |
| 25 | + - add `remarkLinkRewrite` plugin |
| 26 | + |
| 27 | +### Patch Changes |
| 28 | + |
| 29 | +- [#1927](https://github.com/the-guild-org/docs/pull/1927) |
| 30 | + [`da72f38`](https://github.com/the-guild-org/docs/commit/da72f380b1203765af1e26c45d8611e74cf15f40) |
| 31 | + Thanks [@dimaMachina](https://github.com/dimaMachina)! - dependencies updates: |
| 32 | + |
| 33 | + - Added dependency |
| 34 | + [`@radix-ui/react-accordion@^1.2.2` ↗︎](https://www.npmjs.com/package/@radix-ui/react-accordion/v/1.2.2) |
| 35 | + (to `dependencies`) |
| 36 | + - Added dependency |
| 37 | + [`@radix-ui/react-icons@^1.3.2` ↗︎](https://www.npmjs.com/package/@radix-ui/react-icons/v/1.3.2) |
| 38 | + (to `dependencies`) |
| 39 | + - Added dependency |
| 40 | + [`[email protected]` ↗︎ ](https://www.npmjs.com/package/unist-util-visit/v/5.0.0) (to |
| 41 | + `dependencies`) |
| 42 | + |
| 43 | +- [#1946](https://github.com/the-guild-org/docs/pull/1946) |
| 44 | + [`fbca4af`](https://github.com/the-guild-org/docs/commit/fbca4afec0671ebb8d5fa6d76c5e33d01aabba37) |
| 45 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 46 | + |
| 47 | + - Updated dependency |
| 48 | + [`[email protected]` ↗︎ ](https://www.npmjs.com/package/nextra/v/4.0.0) (from |
| 49 | + `4.0.0-app-router.42`, in `dependencies`) |
| 50 | + - Updated dependency |
| 51 | + [`[email protected]` ↗︎ ](https://www.npmjs.com/package/nextra-theme-docs/v/4.0.0) |
| 52 | + (from `4.0.0-app-router.42`, in `dependencies`) |
| 53 | + |
| 54 | +- [#1958](https://github.com/the-guild-org/docs/pull/1958) |
| 55 | + [`02128da`](https://github.com/the-guild-org/docs/commit/02128da210a486f58acb0bb53a27db1093c863c9) |
| 56 | + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 57 | + |
| 58 | + - Updated dependency |
| 59 | + [`@next/[email protected]` ↗︎ ](https://www.npmjs.com/package/@next/bundle-analyzer/v/15.1.4) |
| 60 | + (from `15.1.3`, in `dependencies`) |
| 61 | + |
| 62 | +- [#1951](https://github.com/the-guild-org/docs/pull/1951) |
| 63 | + [`15972ea`](https://github.com/the-guild-org/docs/commit/15972ea6eff3ee7c2b0528384d62e598f83757a0) |
| 64 | + Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix hidden decoration for Mesh product |
| 65 | + card on hover, when there is both `<ExploreMainProductCards />` and `<ToolsAndLibrariesCards />` |
| 66 | + on page |
| 67 | + |
| 68 | +- [#1956](https://github.com/the-guild-org/docs/pull/1956) |
| 69 | + [`d05b5a6`](https://github.com/the-guild-org/docs/commit/d05b5a69cb108266b175916514b24ba4b35e914f) |
| 70 | + Thanks [@hasparus](https://github.com/hasparus)! - Tweak ProductCard styles on mobile |
| 71 | + |
| 72 | +- [#1963](https://github.com/the-guild-org/docs/pull/1963) |
| 73 | + [`b5e4c55`](https://github.com/the-guild-org/docs/commit/b5e4c559e621ba37aabb0cffff8c93e53bb91b89) |
| 74 | + Thanks [@hasparus](https://github.com/hasparus)! - Fix ArrowIcon viewBox case to camelCase |
| 75 | + |
3 | 76 | ## 8.2.0
|
4 | 77 |
|
5 | 78 | ### Minor Changes
|
|
0 commit comments