@liascript/editor 1.1.41--1.0.7 → 1.1.42--1.0.7

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,17 @@ 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.7] - 29/04/2026
8
+
9
+ - feat: Alerts now support both GitHub and GitLab syntax.
10
+ - **GitHub syntax** (`> [!NOTE]`, `> [!TIP]`, `> [!IMPORTANT]`, `> [!WARNING]`, `> [!CAUTION]`) renders with a predefined icon automatically.
11
+ - **GitLab syntax** (`> [!note]`, `> [!tip]`, etc.) renders without an icon, allowing users to define their own icons freely using emojis, e.g.:
12
+
13
+ ```markdown
14
+ > [!note] 💡 Custom Icon
15
+ > This is a note with a custom emoji icon.
16
+ ```
17
+
7
18
  ## [1.0.6] - 13/04/2026
8
19
 
9
20
  fix: resource loading for javascript from GitHub on Edge and Chrome on Windows failed, due to raise condition.