@liascript/editor 1.1.16--0.16.8 → 1.1.16--0.16.10
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 +20 -0
- package/README.md +1 -1
- package/dist/ace.js +1 -1
- package/dist/index.3dc4fe86.js +6 -0
- package/dist/index.60251167.js +34 -0
- package/dist/index.9d19b7b5.js +1 -0
- package/dist/index.html +1 -1
- package/package.json +5 -5
- package/dist/index.35802a0e.js +0 -6
- package/dist/index.79def3ca.js +0 -1
- package/dist/index.de102c9d.js +0 -34
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ 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.10] - 04/02/2025
|
|
9
|
+
|
|
10
|
+
- fix: keyboard switched direction of left right arrow keys
|
|
11
|
+
|
|
12
|
+
## [0.16.9] - 03/02/2025
|
|
13
|
+
|
|
14
|
+
- fix: associated scripts work now for gap-text paragraphs
|
|
15
|
+
- chore: npm update ace, caniuse, echarts, katex
|
|
16
|
+
- a11y:
|
|
17
|
+
|
|
18
|
+
- add <kbd>Shift</kbd>+<kbd>Alt</kbd>+<kbd>C</kbd> for table of Contents toggle
|
|
19
|
+
- add additional keyboard navigation <kbd>Shift</kbd>+<kbd>Alt</kbd>+<kbd>P|N</kbd> for previous and next slide
|
|
20
|
+
- header levels defined by number of `#`
|
|
21
|
+
- remove alt from logo
|
|
22
|
+
- multiple aria-polite and aria-live optimizations for quizzes, tables and formulas, and the terminal output
|
|
23
|
+
|
|
24
|
+
- 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
|
+
|
|
7
27
|
## [0.16.8] - 06/01/2025
|
|
8
28
|
|
|
9
29
|
- 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.
|
|
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
|