@liascript/editor 1.1.34--0.17.3 → 1.1.34--0.17.4
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 +8 -0
- package/dist/{index.0d2eecf3.js → index.56b4cfc0.js} +1 -1
- package/dist/{index.c0f98f1c.js → index.57572317.js} +1 -1
- package/dist/index.66a4834f.js +1 -0
- package/dist/index.93aea3d7.js +1 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/dist/index.7e4ce001.js +0 -1
- package/dist/index.fe6b3dfc.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ 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.17.4] - 25/08/2025
|
|
8
|
+
|
|
9
|
+
- improve(Quiz): script evaluation will deactivate the control buttons
|
|
10
|
+
- fix: text input styling now centered vertically
|
|
11
|
+
- fix: QR-code for sharing is visible again
|
|
12
|
+
- fix(SCORM): surveys will trigger a session close to (earlier only quizzes were taken into account)
|
|
13
|
+
- improve(SCORM): Add timestamps to activities
|
|
14
|
+
|
|
7
15
|
## [0.17.3] - 23/06/2025
|
|
8
16
|
|
|
9
17
|
- improve: Images in links are now not zoomable anymore
|