@liascript/editor 1.1.43--1.0.10 → 1.1.43--1.1.0
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
|
+
## [1.1.0] - 08/07/2026
|
|
8
|
+
|
|
9
|
+
- feat: RTL support for the code editor
|
|
10
|
+
- fix: re-derive edit/sharing/classroom/persistent settings when restoring a cached course
|
|
11
|
+
- fix: TTS video-overlay triggered even without an active translation
|
|
12
|
+
- fix: overlay could not exit follow/resize mode on Chrome
|
|
13
|
+
- fix: keep translations menu open when selecting a Google Translate option in Chrome
|
|
14
|
+
- fix: voice translation for TTS
|
|
15
|
+
- fix: CSS for classroom summary tables and table upper border
|
|
16
|
+
- improve: copyToClipboard for RTL
|
|
17
|
+
- hotfix: reloading `@style` properly from cache
|
|
18
|
+
- chore: npm dependency updates (js-yaml, immutable, fast-uri, babel plugin-transform-modules-systemjs, serialize-javascript, workbox-cli, ip-address, socks)
|
|
19
|
+
|
|
7
20
|
## [1.0.10] - 01/06/2026
|
|
8
21
|
|
|
9
22
|
- improve: audio for tts & fixes on small screens.
|