Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

v1.3.0

Choose a tag to compare

@emmenko emmenko released this 13 Dec 13:52
6fa23cd

1.3.0 (2019-12-13)

We added a new package @commercetools-docs/ui-kit that contains the low-level UI components used to build the documentation website.

If you need to use some of these components, you can use do that directly using the package. Previously some of those components were exposed from the @commercetools-docs/gatsby-theme-docs. For backwards compatibility, all exports of @commercetools-docs/ui-kit are exposed on the @commercetools-docs/gatsby-theme-docs package as well.

🐛 Type: Bug

🚀 Type: New Feature

  • gatsby-theme-api-docs, gatsby-theme-docs, ui-kit
    • #150 feat: extract ui components into a uikit package (@emmenko)
  • broken-link-checker
    • #156 feat(broken-link-checker): warn on insecure links (@emmenko)

⛑ Type: Refactoring

  • gatsby-theme-docs
    • #154 refactor(theme): do not render search bar when excludeFromSearchIndex is true (@emmenko)
  • gatsby-theme-api-docs
    • #155 refactor(theme-api): no hardcoded transformer raml options, instead forward options (@emmenko)