@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 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.20--0.16.9`. The second version mirrors current version of LiaScript,
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