@liascript/editor 1.1.21--0.16.11 → 1.1.22--0.16.12

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,11 @@ 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.16.12] - 04/04/2025
8
+
9
+ - fix: length calculation for ASCII-Art with complex emojis
10
+ - feat: add time settings to multimedia comments `#t=start,end`
11
+
7
12
  ## [0.16.11] - 06/03/2025
8
13
 
9
14
  - feat(Formulas): Add chemistry support via https://mhchem.github.io/MathJax-mhchem/
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.21--0.16.11`. The second version mirrors current version of LiaScript,
26
+ > `1.1.22--0.16.11`. 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