Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 0829c46

Browse files
authored
docs(Examples): refactor SourceManager, add toggle for languages (#650)
* docs(Examples): separate contexts, use sources to render dedicated examples * docs(Examples): refactor SourceManager, add toggle for languages * wip * complete TODOs * fix broken code after merge * style improvements * add changelog entries * move to correct CHANGELOG section * use shorthand api as default * rename constant * disable edit to JS examples * rename to renderSourceCode
1 parent b4a0246 commit 0829c46

File tree

11 files changed

+298
-242
lines changed

11 files changed

+298
-242
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2727
- Fix positioning of `Popup` with changable content @layershifter ([#678](https://github.com/stardust-ui/react/pull/678))
2828
- Fix default props in `Accordion` and `Dropdown` components @layershifter ([#675](https://github.com/stardust-ui/react/pull/675))
2929

30+
### Documentation
31+
- Add ability to edit examples' code in JavaScript and TypeScript @layershifter ([#650](https://github.com/stardust-ui/react/pull/650))
32+
- Fix broken switch to Children API when an example is not present @layershifter ([#650](https://github.com/stardust-ui/react/pull/650))
33+
3034
<!--------------------------------[ v0.16.0 ]------------------------------- -->
3135
## [v0.16.0](https://github.com/stardust-ui/react/tree/v0.16.0) (2019-01-07)
3236
[Compare changes](https://github.com/stardust-ui/react/compare/v0.15.0...v0.16.0)

0 commit comments

Comments
 (0)