@liascript/editor 1.1.31--0.17.2 → 1.1.32--0.17.3

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,12 @@ 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.3] - 23/06/2025
8
+
9
+ - improve: Images in links are now not zoomable anymore
10
+ - fix: Matrix quizzes with empty single-choice rows work now as expected
11
+ - feat: add `nextcloud://` URL to translate self-hosted nextcloud links properly
12
+
7
13
  ## [0.17.2] - 04/06/2025
8
14
 
9
15
  - feat: Add progress slider
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.29--0.17.1`. The second version mirrors current version of LiaScript,
26
+ > `1.1.32--0.17.3`. 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