@liascript/editor 1.1.41--1.0.3 → 1.1.41--1.0.5

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,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
+ ## [1.0.5] - 09/04/2026
8
+
9
+ - feat: TTS now uses a scored voice-selection algorithm with language fallback chains covering 200+ languages. If a voice for the requested language is not available, linguistically related languages are tried in order.
10
+ - fix: TTS German voice detection
11
+ - fix: `scroll into view` no longer fails on persistent slides when inactive elements share the same id ([#279](https://github.com/LiaScript/LiaScript/issues/279))
12
+ - fix: ASCII-Art arrows now render correctly on first load without requiring a page reload ([#278](https://github.com/LiaScript/LiaScript/issues/278))
13
+ - fix: Escaped and angle-bracket-wrapped URLs now parse correctly, e.g. `<https://doi.org/...>` and percent/backslash-encoded parentheses in links ([#281](https://github.com/LiaScript/LiaScript/issues/281))
14
+ - fix: Dark mode inactive buttons are now consistently gray, matching light mode
15
+ - fix: Removed false background from transparent icon buttons
16
+ - hotfix: Added legacy RTL language codes (e.g. `iw` for Hebrew)
17
+ - chore: npm update (elm-review, eslint, prettier, sass, katex, ace-builds, caniuse-lite)
18
+
19
+ ## [1.0.4] - 25/03/2026
20
+
21
+ - improve: RTL support for LiaScript that changes the direction of the text and the layout of the course to better support languages that are written from right to left, such as Arabic, Hebrew, Persian, etc. This includes changes to the CSS and the HTML structure of the course to ensure that the content is displayed correctly and that the navigation works as expected.
22
+ - improve: Accessibility better focus-ring visibility and keyboard navigation.
23
+ - improve: Classrooms with updated Yjs merging strategies and backends.
24
+ - fix: onload macros with `;\n` separator were not working as expected, now the onload macros are separated by a `;\n` to ensure that they are executed in the correct order and that they are properly separated.
25
+
26
+
7
27
  ## [1.0.3] - 18/02/2026
8
28
 
9
29
  - fix: onload macro with `;` separator was not working as expected, now the onload macros are separated by a `;\n` to ensure that they are executed in the correct order and that they are properly separated.