Skip to content

Tags: mrholek/react-styleguidist

Tags

v12.0.0-alpha2

Toggle v12.0.0-alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build(deps): Bump node-notifier from 8.0.0 to 8.0.1 (styleguidist#1735)

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](mikaelbr/node-notifier@v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v12.0.0-alpha1

Toggle v12.0.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build(deps): Bump node-notifier from 8.0.0 to 8.0.1 (styleguidist#1735)

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](mikaelbr/node-notifier@v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v11.1.5

Toggle v11.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix type description tooltip spacing in Firefox (styleguidist#1724)

Closes styleguidist#1723

v11.1.4

Toggle v11.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Paragraphs should use `text` font size from the theme (styleguid…

…ist#1717)

v11.1.3

Toggle v11.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix links with`pagePerSection` (styleguidist#1715)

Fixes styleguidist#1702

v11.1.2

Toggle v11.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: [CVE-2020-7753] Update remark to 13.0.0 (styleguidist#1710)

v11.1.1

Toggle v11.1.1's commit message
test: Fix tests — no idea what happened here 🍄

v11.1.0

Toggle v11.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add `expand` option for sections and allow custom root section …

…options (styleguidist#1689)

v11.0.11

Toggle v11.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix broken assetsDir due to updated copy-webpack-plugin (stylegu…

…idist#1690)

Because copy-webpack-pluign was updated, the assetsDir was broken.
We need to update the config being passed to the plugin to make it
work again. Update the plugin to latest version 6.1.0 and update
the config and tests to make it work.

Fixes styleguidist#1676

v11.0.10

Toggle v11.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Handle visibleName with non-alphanumeric characters (styleguidis…

…t#1675)

Refs styleguidist/react-docgen-typescript#292