We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a3606 commit c7f62ecCopy full SHA for c7f62ec
Changelog.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 6.00
4
+
5
+- 20.4 KB
6
+- Changed the HTML parsing system to use the native `XMLParser`
7
+ - Reduced the size
8
+ - Self closing tags now need to end with a forwardslash (`<img/>`)
9
+ - Templates do not need to specify if they are self closing (all tags technically are)
10
+ - Boolean attributes need to have a value attached to them (including `children` and `no-css`)
11
+ - Parser will not bug out and infinity run with an invalid HTML
12
13
## 5.11
14
15
- 22.7 KB
0 commit comments