@liascript/editor 1.1.7--0.16.4 → 1.1.7--0.16.6
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 +10 -0
- package/dist/index.05078e8d.js +1 -0
- package/dist/index.8bb9a5f8.js +1 -0
- package/dist/index.921715e6.js +1 -0
- package/dist/index.fccb91d6.js +1 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/dist/index.069a9cb4.js +0 -1
- package/dist/index.2aa84f7f.js +0 -1
- package/dist/index.4b5cc2a4.js +0 -1
- package/dist/index.74498564.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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.6] - 08/12/2024
|
|
8
|
+
|
|
9
|
+
- improve: LiaScript preview cards with new design
|
|
10
|
+
- fix: HTML parser with combined macros
|
|
11
|
+
|
|
12
|
+
## [0.16.5] - 07/11/2024
|
|
13
|
+
|
|
14
|
+
- fix: Add escape `\@` for macros, this will allow to pass escaped parameters to macros, which will not be evaluated by the parser.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## [0.16.4] - 29/10/2024
|
|
8
18
|
|
|
9
19
|
- improve(Index): The course overview now has a masonry organization of courses with different size for cards. This will allow for a better overview of the courses and a more dynamic layout.
|