@liascript/editor 1.1.7--0.16.0 → 1.1.7--0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/README.md +1 -1
- package/dist/index.5ecf2628.js +1 -0
- package/dist/index.7d02065b.js +1 -0
- package/dist/index.html +1 -1
- package/package.json +2 -7
- package/dist/index.11182e74.js +0 -1
- package/dist/index.691fb05c.js +0 -1
- package/dist/jszip.min.0e12e848.js +0 -13
- package/dist/jszip.min.a7b69263.js +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [0.16.
|
|
7
|
+
## [0.16.1] - 27/09/2024
|
|
8
8
|
|
|
9
9
|
- feat: Allow to upload LiaScript courses at the Index-page directly from the device as single files or as ZIP archives
|
|
10
10
|
- improve: Hide skip navigation link
|
|
11
|
-
- improve(Macro): Escaping of
|
|
11
|
+
- improve(Macro): Escaping of `${` as `\${`
|
|
12
12
|
|
|
13
13
|
## [0.15.12] - 28/08/2024
|
|
14
14
|
|
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ install via npm:
|
|
|
23
23
|
`npm i @liascript/editor`
|
|
24
24
|
|
|
25
25
|
> **Note:** The version information might look a bit different e.g.
|
|
26
|
-
> `1.1.7--0.16.
|
|
26
|
+
> `1.1.7--0.16.1`. The second version mirrors current version of LiaScript,
|
|
27
27
|
> while the first number is referring to the changes of the editor-branch.
|
|
28
28
|
|
|
29
29
|
## HowTo
|