@liascript/editor 1.1.21--0.16.10 → 1.1.22--0.16.11
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 +13 -1
- package/README.md +1 -1
- package/dist/ace.js +1 -1
- package/dist/ext-inline_autocomplete.js +1 -1
- package/dist/ext-language_tools.js +1 -1
- package/dist/ext-modelist.js +1 -1
- package/dist/ext-options.js +1 -1
- package/dist/ext-prompt.js +1 -1
- package/dist/ext-searchbox.js +1 -1
- package/dist/ext-settings_menu.js +1 -1
- package/dist/ext-simple_tokenizer.js +1 -1
- package/dist/index.387c4605.js +1 -0
- package/dist/index.5a682499.js +1 -0
- package/dist/index.7ac5d5e2.js +1 -0
- package/dist/index.d76a2d9d.js +6 -0
- package/dist/{index.39d7d698.js → index.f1792a69.js} +1 -1
- package/dist/index.html +1 -1
- package/dist/mode-csv.js +1 -0
- package/dist/mode-tsv.js +1 -0
- package/dist/snippets/csv.js +1 -0
- package/dist/snippets/tsv.js +1 -0
- package/dist/worker-javascript.js +1 -1
- package/dist/worker-yaml.js +1 -1
- package/package.json +5 -7
- package/dist/index.16e68bcc.js +0 -1
- package/dist/index.3dc4fe86.js +0 -6
- package/dist/index.4736df9f.js +0 -1
- package/dist/index.6145ad0e.js +0 -1
- package/dist/index.72571d9c.js +0 -1
- package/dist/katex.min.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ 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.11] - 06/03/2025
|
|
8
|
+
|
|
9
|
+
- feat(Formulas): Add chemistry support via https://mhchem.github.io/MathJax-mhchem/
|
|
10
|
+
- improve(Tooltips): Use Wikipedia to generate tooltips for links
|
|
11
|
+
- chore: npm update ace, caniuse, echarts, katex
|
|
12
|
+
- improve(Comment): Better video overlay positioning
|
|
13
|
+
- fix: Working on kaios again
|
|
14
|
+
- update: oEmbed endpoints
|
|
15
|
+
- translations: Add Urdu and Georgian
|
|
16
|
+
- improve(Index): Add popups to index cards for deleting and resetting courses
|
|
17
|
+
- improve(ASCII-Art): Better widechart detection
|
|
18
|
+
- fix: Loading courses from zip-files
|
|
19
|
+
- improved(a11y): Better keyboard navigation for quizzes and surveys and modals
|
|
7
20
|
|
|
8
21
|
## [0.16.10] - 04/02/2025
|
|
9
22
|
|
|
@@ -22,7 +35,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
22
35
|
- multiple aria-polite and aria-live optimizations for quizzes, tables and formulas, and the terminal output
|
|
23
36
|
|
|
24
37
|
- feat: in script for the modify parameter it is now possible true or false the modification but also to add a string that is used as a code separator to allow modifications only for a certain part
|
|
25
|
-
-
|
|
26
38
|
|
|
27
39
|
## [0.16.8] - 06/01/2025
|
|
28
40
|
|
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.
|
|
26
|
+
> `1.1.22--0.16.11`. 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
|