From 59639b83780f50cd750fdc6a08aaeb4d27b92649 Mon Sep 17 00:00:00 2001 From: milafrerichs Date: Mon, 24 Jun 2019 10:25:43 +0200 Subject: [PATCH] Add Changelog and add new relase --- Changelog.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..bcf8dd7 --- /dev/null +++ b/Changelog.md @@ -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 diff --git a/package.json b/package.json index ca0ecc9..3a84ee4 100644 --- a/package.json +++ b/package.json @@ -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 ",