Skip to content

Releases: the-guild-org/docs

January 23, 2025

23 Jan 12:22
e2218e6
Compare
Choose a tag to compare

@theguild/[email protected]

Patch Changes

January 21, 2025

21 Jan 19:49
0b07a3c
Compare
Choose a tag to compare

@theguild/[email protected]

Minor Changes

  • #1995
    6cd1c51
    Thanks @hasparus! - Add HiveLayout and HiveLayoutConfig. Tweak
    HiveNavigation and HiveFooter.

Patch Changes

January 21, 2025

21 Jan 17:28
1b10874
Compare
Choose a tag to compare

@theguild/[email protected]

Patch Changes

January 21, 2025

21 Jan 12:51
0883f26
Compare
Choose a tag to compare

@theguild/[email protected]

Patch Changes

January 20, 2025

20 Jan 21:59
0883f26
Compare
Choose a tag to compare

@theguild/[email protected]

Patch Changes

January 16, 2025

16 Jan 16:46
96a275e
Compare
Choose a tag to compare

@theguild/[email protected]

Patch Changes

January 16, 2025

16 Jan 14:20
2dc20c0
Compare
Choose a tag to compare

@theguild/[email protected]

Patch Changes

January 15, 2025

15 Jan 17:21
79740cb
Compare
Choose a tag to compare

@theguild/[email protected]

Minor Changes

  • #1977
    e7d506f
    Thanks @hasparus! - Add hiveMdxComponents for use in
    Hive-rebranding themed websites

    Usage

    import { WebsiteSpecificComponent } from './components/WebsiteSpecificComponent'
    
    export { useHiveMDXComponents } from '@theguild/components/server'
    
    export const useMDXComponents = components => {
      return useHiveMDXComponents({
        ...components,
        WebsiteSpecificComponent
      })
    }

January 15, 2025

15 Jan 16:31
05d3623
Compare
Choose a tag to compare

@theguild/[email protected]

Minor Changes

January 14, 2025

14 Jan 10:06
05d3623
Compare
Choose a tag to compare

@theguild/[email protected]

Major Changes

Minor Changes

  • #1927
    da72f38
    Thanks @dimaMachina! - - add <ComparisonTable> component
    • add <AttachPageFAQSchema> component
    • add <FrequentlyAskedQuestions> component
    • move <Search> styles from Tailwind CSS classes to style.css because in Yoga we use
      <VersionedSearch>
    • add remarkLinkRewrite plugin

Patch Changes