@ktjs/babel-plugin-ktjsx 0.2.4 → 0.3.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/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,8 @@ Current behavior:
|
|
|
7
7
|
- add KT.js internal SVG / MathML flags on JSX elements in SVG / MathML context
|
|
8
8
|
- validate directive combinations (`k-if` + `k-else`, and `k-for` mixed with conditional directives)
|
|
9
9
|
- transform `k-for` into `source.map(...)` and remove `k-for` / `k-key` attributes
|
|
10
|
-
-
|
|
10
|
+
- compile adjacent `k-if` + `k-else` siblings into `KTConditional(...)`
|
|
11
|
+
- warn and leave `k-else-if` unchanged (currently unsupported)
|
|
11
12
|
|
|
12
13
|
## Install
|
|
13
14
|
|