Skip to content

Releases: commercetools/commercetools-docs-kit

v1.4.0

27 Dec 09:42
b74593b
Compare
Choose a tag to compare

1.4.0 (2019-12-27)

🐛 Type: Bug

  • gatsby-theme-docs, ui-kit
    • #176 fix(theme): small layout responsive issues (@emmenko)

⛑ Type: Refactoring

  • gatsby-theme-docs
    • #170 refactor(theme): to change layout to a full (content) page scroll (@emmenko)
    • #173 refactor(theme): to configure svgr plugin for optimized svg files (@emmenko)
    • #172 refactor(theme): to render navigation overlays into a portal (@emmenko)

🤖 Type: Dependencies

  • gatsby-theme-docs
  • broken-link-checker, gatsby-theme-api-docs, gatsby-theme-docs, gatsby-transformer-mdx-introspection
  • Other
  • gatsby-theme-api-docs, gatsby-theme-docs, ui-kit

v1.3.2

13 Dec 20:06
7f35d42
Compare
Choose a tag to compare

1.3.2 (2019-12-13)

🐛 Type: Bug

  • ui-kit

v1.3.1

13 Dec 14:30
13fdfe0
Compare
Choose a tag to compare

1.3.1 (2019-12-13)

🐛 Type: Bug

  • gatsby-theme-docs, ui-kit
    • #160 fix(theme): missing exports, add README to uikit (@emmenko)

v1.3.0

13 Dec 13:52
6fa23cd
Compare
Choose a tag to compare

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)

v1.2.1

12 Dec 09:25
d70b217
Compare
Choose a tag to compare

1.2.1 (2019-12-12)

🐛 Type: Bug

  • broken-link-checker

v1.2.0

12 Dec 08:49
45966dc
Compare
Choose a tag to compare

1.2.0 (2019-12-12)

🚀 Type: New Feature

  • gatsby-theme-api-docs, gatsby-theme-docs, gatsby-transformer-mdx-introspection

⛑ Type: Refactoring

  • broken-link-checker
    • #147 refactor(broken-link-checker): read checker options from a config file (@emmenko)

v1.1.0

11 Dec 14:19
88133f4
Compare
Choose a tag to compare

1.1.0 (2019-12-11)

🐛 Type: Bug

  • gatsby-theme-docs
    • #139 fix(theme): match chapter links also for flat page structure (@emmenko)

🚀 Type: New Feature

  • gatsby-theme-docs
    • #132 feat(theme): style definition list elements (@emmenko)

⛑ Type: Refactoring

  • gatsby-theme-docs
    • #140 refactor(theme): to expose CodeBlock component with generic props (no mdx specific) (@emmenko)

v1.0.5

11 Dec 14:19
7da64a6
Compare
Choose a tag to compare

1.0.5 (2019-12-10)

🐛 Type: Bug

  • broken-link-checker

v1.0.4

10 Dec 16:28
149e518
Compare
Choose a tag to compare

1.0.4 (2019-12-10)

⛑ Type: Refactoring

  • broken-link-checker
    • #135 refactor(broken-link-checker): allow to pass excluded-keywords option (@emmenko)

v1.0.3

10 Dec 13:54
b8eed71
Compare
Choose a tag to compare

1.0.3 (2019-12-10)

🐛 Type: Bug

  • gatsby-theme-docs
    • #129 fix(theme): SSR style tags messing with nth selectors (@emmenko)

⛑ Type: Refactoring

  • gatsby-theme-docs
    • #133 refactor(theme): to support absolute imports (@emmenko)
  • writing-style
    • #131 refactor(writing-styles): add postinstall script to download vale binary based on OS platform (@emmenko)