-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from milafrerichs/release-v0.0.8
Add Changelog and add new relase
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|