Releases: milafrerichs/browser-repl-js
Releases · milafrerichs/browser-repl-js
Fix Bug: Code Editing
Code editing works again :)
Bug Fix: Solution Changes
Fix a bug where the solution was actually never correctly updated or to be more precise overwritten by the code.
Styling
Add the ability to style the component
Added classes for all components. added a few opinionated divs to it. :)
Prototype of Tutorial Component
Basic version that can be used but is not styled yet.
Chapters
The content for the tutorial component is added via chapters
. Each Chapter has the following format:
{
content: '# Markdown content',
code: 'initial javascript code visible to the user',
solution: 'solution code will be shown when you click show solution'
}
Code editing
Users can edit the code and see the results right away