Skip to content

Releases: milafrerichs/browser-repl-js

Fix Bug: Code Editing

18 Jun 11:16
08baae8
Compare
Choose a tag to compare

Code editing works again :)

Bug Fix: Solution Changes

18 Jun 11:06
45be11f
Compare
Choose a tag to compare

Fix a bug where the solution was actually never correctly updated or to be more precise overwritten by the code.

Styling

18 Jun 09:33
ed4eeef
Compare
Choose a tag to compare

Add the ability to style the component

Added classes for all components. added a few opinionated divs to it. :)

Prototype of Tutorial Component

18 Jun 07:56
4762da2
Compare
Choose a tag to compare

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