@liascript/editor 1.1.16--0.16.8 → 1.1.16--0.16.9

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,22 @@ 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
+
8
+ ## [0.16.9] - 03/02/2025
9
+
10
+ - fix: associated scripts work now for gap-text paragraphs
11
+ - chore: npm update ace, caniuse, echarts, katex
12
+ - a11y:
13
+
14
+ - add <kbd>Shift</kbd>+<kbd>Alt</kbd>+<kbd>C</kbd> for table of Contents toggle
15
+ - add additional keyboard navigation <kbd>Shift</kbd>+<kbd>Alt</kbd>+<kbd>P|N</kbd> for previous and next slide
16
+ - header levels defined by number of `#`
17
+ - remove alt from logo
18
+ - multiple aria-polite and aria-live optimizations for quizzes, tables and formulas, and the terminal output
19
+
20
+ - 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
21
+ -
22
+
7
23
  ## [0.16.8] - 06/01/2025
8
24
 
9
25
  - chore: npm update ace, katex, caniuse-lite
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.16--0.16.8`. The second version mirrors current version of LiaScript,
26
+ > `1.1.16--0.16.9`. 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