@liascript/editor 1.1.34--0.17.9 → 1.1.34--1.0.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.
Files changed (49) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/dist/ace.js +1 -1
  3. package/dist/ext-diff.js +1 -1
  4. package/dist/ext-inline_autocomplete.js +1 -1
  5. package/dist/ext-language_tools.js +1 -1
  6. package/dist/ext-options.js +1 -1
  7. package/dist/ext-prompt.js +1 -1
  8. package/dist/ext-settings_menu.js +1 -1
  9. package/dist/icon.1234bfbe.svg +1 -0
  10. package/dist/{icon.1775260a.ttf → icon.66170d1c.ttf} +0 -0
  11. package/dist/icon.7f5db96d.woff +0 -0
  12. package/dist/{icon.eecda2c2.eot → icon.86e0e5ca.eot} +0 -0
  13. package/dist/icon.b0b6f2f3.woff2 +0 -0
  14. package/dist/{index.2e6af433.js → index.0adf7e2c.js} +1 -1
  15. package/dist/index.17bf0eed.js +1 -0
  16. package/dist/index.2c23dc71.js +1 -0
  17. package/dist/index.2d71cf3d.js +6 -0
  18. package/dist/index.50dfbedd.js +1 -0
  19. package/dist/{index.68c6e58b.js → index.571c392b.js} +1 -1
  20. package/dist/index.646a7ae0.js +1 -0
  21. package/dist/index.6bb82f82.js +1 -0
  22. package/dist/{index.04f78d29.js → index.7d5de7ec.js} +1 -1
  23. package/dist/index.aa2791ec.css +1 -0
  24. package/dist/index.c76f8851.js +1 -0
  25. package/dist/index.cb6253c2.js +1 -0
  26. package/dist/index.ce849469.js +6 -0
  27. package/dist/index.d3b39202.js +1 -0
  28. package/dist/index.db4bd5ae.js +1 -0
  29. package/dist/index.f04edc19.css +1 -0
  30. package/dist/index.html +1 -1
  31. package/dist/mode-plsql.js +1 -1
  32. package/dist/theme-cloud_editor.js +1 -1
  33. package/dist/theme-cloud_editor_dark.js +1 -1
  34. package/package.json +16 -15
  35. package/dist/icon.4c409dfc.woff +0 -0
  36. package/dist/icon.5d3b24ed.woff2 +0 -0
  37. package/dist/icon.854409f5.svg +0 -1
  38. package/dist/index.0552aff9.js +0 -1
  39. package/dist/index.0f7cccdb.js +0 -1
  40. package/dist/index.291c6225.js +0 -6
  41. package/dist/index.2aba4af3.js +0 -1
  42. package/dist/index.3a9c93a4.js +0 -1
  43. package/dist/index.523280ee.js +0 -6
  44. package/dist/index.60b27406.js +0 -1
  45. package/dist/index.7ac5d5e2.js +0 -1
  46. package/dist/index.8bb880f2.js +0 -1
  47. package/dist/index.d749f1d9.js +0 -1
  48. package/dist/index.d87d2002.css +0 -1
  49. package/dist/index.fffa7b8a.js +0 -1
package/CHANGELOG.md CHANGED
@@ -4,11 +4,27 @@ 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.9] - 17/11/2025
7
+ ## [1.0.0] - 06/01/2026
8
+
9
+ - feat: Add simple-browser support for VSCode extension
10
+ - Upgrade to node 24 lts
11
+ - Connector: add H5P dummy support
12
+ - Connector: xAPI support for LMS integration
13
+ - Upgrade Service Worker for better caching and offline support
14
+ - chore: npm update ace, caniuse-lite, sass, katex, dexie, yjs, workbox, typescript
15
+ - fix(Table): Heatmap now mirroring the real data
16
+ - feat: Add window.LIA.fetch for fetching relative URLs
17
+ - Update: oEmbed endpoints
18
+ - improve: scrolling into view
19
+ - updated tooltips api to wikimedia
20
+
21
+ ## [0.17.10] - 17/11/2025
8
22
 
9
23
  - fix(CSS): Drag & Drop quizzes in dark mode
10
24
  - fix(CSS): Inlining of solution for Matrix-Quizzes
11
25
  - fix: Two GoTos at the initialization phase now work as expected
26
+ - chore: npm update ace, caniuse-lite, sass, katex
27
+ - fix: Katex css loading error
12
28
 
13
29
  ## [0.17.8] - 31/10/2025
14
30