Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples regression, entities are escaped #741

Closed
frontsideair opened this issue Dec 19, 2017 · 3 comments
Closed

Add examples regression, entities are escaped #741

frontsideair opened this issue Dec 19, 2017 · 3 comments
Labels
Milestone

Comments

@frontsideair
Copy link

I upgraded from 6.0.33 to 6.1.0 and when I click Add examples to this component I see this instead of 馃崟:
screenshot 2017-12-19 14 37 57

@sapegin
Copy link
Member

sapegin commented Dec 19, 2017

Thanks for bug report! I鈥檒l take a look, but feel free to send a pull request if you have time ;-)

@sapegin sapegin added the bug label Dec 19, 2017
@frontsideair
Copy link
Author

Sure, I hope I'll have time, I've always wanted to contribute.

@sapegin sapegin added this to the 6.2.0 milestone Dec 19, 2017
sapegin added a commit that referenced this issue Jan 21, 2018
## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](#662) by @SaraVieira)
* Allow descriptions for sections ([#743](#743) by @SaraVieira)
* Add TypeScript files to default components and ignore patterns ([#749](#749), part of [#750](#750))

## Bug fixes

* Fix global access to all components in isolation mode ([#738](#738))
* Fix color issue in Safari ([#739](#739))
* Allow overriding of renderer-only components ([#710](#710))
* Do not overflow floated elements in examples (#772, [#773](#773) by @roblevintennis)
* HTML escaping in Add example block ([#741](#741))
* Fix infinite loop caused by markdown-to-jsx ([#742](#742))
sapegin added a commit that referenced this issue Jan 21, 2018
## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](#662) by @SaraVieira)
* Allow descriptions for sections ([#743](#743) by @SaraVieira)
* Add TypeScript files to default components and ignore patterns ([#749](#749), part of [#750](#750))

## Bug fixes

* Fix global access to all components in isolation mode ([#738](#738))
* Fix color issue in Safari ([#739](#739))
* Allow overriding of renderer-only components ([#710](#710))
* Do not overflow floated elements in examples (#772, [#773](#773) by @roblevintennis)
* HTML escaping in Add example block ([#741](#741))
* Fix infinite loop caused by markdown-to-jsx ([#742](#742))
@sapegin
Copy link
Member

sapegin commented Jan 21, 2018

Out in 6.2.0!

sapegin added a commit that referenced this issue Jan 21, 2018
## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](#662) by @SaraVieira)
* Allow descriptions for sections ([#743](#743) by @SaraVieira)
* Add TypeScript files to default components and ignore patterns ([#749](#749), part of [#750](#750))

## Bug fixes

* Fix global access to all components in isolation mode ([#738](#738))
* Fix color issue in Safari ([#739](#739))
* Allow overriding of renderer-only components ([#710](#710))
* Do not overflow floated elements in examples (#772, [#773](#773) by @roblevintennis)
* HTML escaping in Add example block ([#741](#741))
* Fix infinite loop caused by markdown-to-jsx ([#742](#742))
artem0723 pushed a commit to artem0723/React-Styleguidist that referenced this issue Oct 28, 2021
## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](styleguidist/react-styleguidist#662) by @SaraVieira)
* Allow descriptions for sections ([#743](styleguidist/react-styleguidist#743) by @SaraVieira)
* Add TypeScript files to default components and ignore patterns ([#749](styleguidist/react-styleguidist#749), part of [#750](styleguidist/react-styleguidist#750))

## Bug fixes

* Fix global access to all components in isolation mode ([#738](styleguidist/react-styleguidist#738))
* Fix color issue in Safari ([#739](styleguidist/react-styleguidist#739))
* Allow overriding of renderer-only components ([#710](styleguidist/react-styleguidist#710))
* Do not overflow floated elements in examples (#772, [#773](styleguidist/react-styleguidist#773) by @roblevintennis)
* HTML escaping in Add example block ([#741](styleguidist/react-styleguidist#741))
* Fix infinite loop caused by markdown-to-jsx ([#742](styleguidist/react-styleguidist#742))
artem0723 pushed a commit to artem0723/React-Styleguidist that referenced this issue Oct 28, 2021
## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](styleguidist/react-styleguidist#662) by @SaraVieira)
* Allow descriptions for sections ([#743](styleguidist/react-styleguidist#743) by @SaraVieira)
* Add TypeScript files to default components and ignore patterns ([#749](styleguidist/react-styleguidist#749), part of [#750](styleguidist/react-styleguidist#750))

## Bug fixes

* Fix global access to all components in isolation mode ([#738](styleguidist/react-styleguidist#738))
* Fix color issue in Safari ([#739](styleguidist/react-styleguidist#739))
* Allow overriding of renderer-only components ([#710](styleguidist/react-styleguidist#710))
* Do not overflow floated elements in examples (#772, [#773](styleguidist/react-styleguidist#773) by @roblevintennis)
* HTML escaping in Add example block ([#741](styleguidist/react-styleguidist#741))
* Fix infinite loop caused by markdown-to-jsx ([#742](styleguidist/react-styleguidist#742))
artem0723 pushed a commit to artem0723/React-Styleguidist that referenced this issue Oct 28, 2021
## New features

* New option `editorConfig` to change CodeMirror options (#648, [#662](styleguidist/react-styleguidist#662) by @SaraVieira)
* Allow descriptions for sections ([#743](styleguidist/react-styleguidist#743) by @SaraVieira)
* Add TypeScript files to default components and ignore patterns ([#749](styleguidist/react-styleguidist#749), part of [#750](styleguidist/react-styleguidist#750))

## Bug fixes

* Fix global access to all components in isolation mode ([#738](styleguidist/react-styleguidist#738))
* Fix color issue in Safari ([#739](styleguidist/react-styleguidist#739))
* Allow overriding of renderer-only components ([#710](styleguidist/react-styleguidist#710))
* Do not overflow floated elements in examples (#772, [#773](styleguidist/react-styleguidist#773) by @roblevintennis)
* HTML escaping in Add example block ([#741](styleguidist/react-styleguidist#741))
* Fix infinite loop caused by markdown-to-jsx ([#742](styleguidist/react-styleguidist#742))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants