From 701ecb3b346f455a7ce23325a1843e228cb5e763 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Sun, 21 Jan 2018 19:16:49 +0100 Subject: [PATCH] =?UTF-8?q?Changelog:=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## New features * New option `editorConfig` to change CodeMirror options (#648, [#662](https://github.com/styleguidist/react-styleguidist/issues/662) by @SaraVieira) * Allow descriptions for sections ([#743](https://github.com/styleguidist/react-styleguidist/issues/743) by @SaraVieira) * Add TypeScript files to default components and ignore patterns ([#749](https://github.com/styleguidist/react-styleguidist/issues/749), part of [#750](https://github.com/styleguidist/react-styleguidist/issues/750)) ## Bug fixes * Fix global access to all components in isolation mode ([#738](https://github.com/styleguidist/react-styleguidist/issues/738)) * Fix color issue in Safari ([#739](https://github.com/styleguidist/react-styleguidist/issues/739)) * Allow overriding of renderer-only components ([#710](https://github.com/styleguidist/react-styleguidist/issues/710)) * Do not overflow floated elements in examples (#772, [#773](https://github.com/styleguidist/react-styleguidist/issues/773) by @roblevintennis) * HTML escaping in Add example block ([#741](https://github.com/styleguidist/react-styleguidist/issues/741)) * Fix infinite loop caused by markdown-to-jsx ([#742](https://github.com/styleguidist/react-styleguidist/issues/742))