@liascript/editor 1.1.41--1.0.0 → 1.1.41--1.0.2

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,22 @@ 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.2] - 18/02/2026
8
+
9
+ - improve: Better nested HTML parsing.
10
+ - improve: Speed due to reduction of obsolete lazy parsing.
11
+ - improve: CSS for better header styling.
12
+ - fix: Add multiple fallback-servers to GunDB.
13
+ - improve: lazy loading only in textbook mode, which will improve the loading in other modes.
14
+ - fix: Multiple fixes for ancient browsers.
15
+ - improve: TTS for unknown languages, if the operating system supports it, will now be used instead of the browser-based TTS, which relies on responsive voice and thus only supports a limited number of languages.
16
+
17
+ ## [1.0.1] - 20/01/2026
18
+
19
+ - improve: Markdown standard compliance for nested lists and less greedy paragraph parsing.
20
+ - fix: Quizzes with trailing spaces after scripts now work as expected.
21
+ - chore: npm update caniuse-lite, katex/types
22
+
7
23
  ## [1.0.0] - 06/01/2026
8
24
 
9
25
  - feat: Add simple-browser support for VSCode extension
@@ -0,0 +1 @@
1
+ (()=>{var $parcel$global="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},$parcel$modules={},$parcel$inits={},parcelRequire=$parcel$global.parcelRequirea18f;null==parcelRequire&&(parcelRequire=function(e){if(e in $parcel$modules)return $parcel$modules[e].exports;if(e in $parcel$inits){var r=$parcel$inits[e];delete $parcel$inits[e];var s={id:e,exports:{}};return $parcel$modules[e]=s,r.call(s.exports,s,s.exports),s.exports}var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t},parcelRequire.register=function(e,r){$parcel$inits[e]=r},$parcel$global.parcelRequirea18f=parcelRequire),parcelRequire.register("4H527",(function(module,exports){function liaExecCode(event){setTimeout((()=>{const send={lia:execute_response(event,"exec"),output:execute_response(event,"async"),wait:()=>{execute_response(event)("LIA: wait")},stop:()=>{execute_response(event)("LIA: stop")},clear:()=>{execute_response(event)("LIA: clear")},html:e=>{execute_response(event)("HTML: "+e)},liascript:e=>{execute_response(event)("LIASCRIPT: "+e)}};try{const result=eval(event.message.param.code);send.lia(void 0===result?"LIA: stop":result)}catch(e){console.warn("exec => ",e.message),send.lia(e.message,!1,[])}}),event.message.param.delay)}function execute_response(e,r){return(s,t=!0,a=[])=>{"string"!=typeof s&&(s=JSON.stringify(s)),r&&(e.message.cmd=r),e.message.param={ok:t,result:s,details:a},postMessage(e)}}onmessage=e=>{liaExecCode(e.data)}})),parcelRequire("4H527")})();