Skip to content

Commit

Permalink
Merge pull request #21 from milafrerichs/release-v0.0.8
Browse files Browse the repository at this point in the history
Add Changelog and add new relase
  • Loading branch information
milafrerichs authored Jun 24, 2019
2 parents 1f7cb1c + 59639b8 commit 5b7f7cc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# v0.0.8
## Added
- Console component; display only the ouput of `console.log` statements
- `viewOnly` option for a chapter; will hide the Code Editor

# v0.0.7
Minor Bug Fix

## Fixed
- Manual code editing works again

# v0.0.6
Minor Bug Fix

## Fixed
- Showing the solution works again; was always overwritte by the code

# v0.0.6
Styling of Components

## Added
- default class names for the components
- can be overwritten by adding `css`

# v0.0.5
Prototype
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte-javascript-tutorials",
"svelte": "src/Tutorials.svelte",
"module": "index.mjs",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "index.js",
"author": "Mila Frerichs <[email protected]>",
Expand Down

0 comments on commit 5b7f7cc

Please sign in to comment.