Releases: commercetools/commercetools-docs-kit
Releases · commercetools/commercetools-docs-kit
v1.4.0
1.4.0 (2019-12-27)
🐛 Type: Bug
gatsby-theme-docs
, ui-kit
⛑ 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
1.3.2 (2019-12-13)
🐛 Type: Bug
v1.3.1
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
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
1.2.1 (2019-12-12)
🐛 Type: Bug
v1.2.0
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
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
⛑ Type: Refactoring
gatsby-theme-docs
- #140 refactor(theme): to expose CodeBlock component with generic props (no mdx specific) (@emmenko)
v1.0.5
1.0.5 (2019-12-10)
🐛 Type: Bug
v1.0.4
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
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)