Commit 8cf7244
committed
[new release] tyxml-ppx and tyxml (4.3.0)
CHANGES:
* Dunify
This also removes all the deprecated libraries (`tyxml.syntax`, `tyxml.parser`)
and removes the ocamlfind library `tyxml.ppx` in favor of `tyxml-ppx`.
(ocsigen/tyxml#197 by Drup, Rudi Grinberg and Anton Bachin)
* Add simplistic indentation for the Format-based printer (ocsigen/tyxml#187 by Drup)
* Allow the ppx to be used for more exotic tyxml instances, such
as reactive elements (ocsigen/tyxml#200 by Drup)
* Add `Html.of_seq` and `Svg.of_seq`, which allow to easily import
HTML parsed with markup in TyXML (ocsigen/tyxml#221 by Drup)
## Elements and attributes
* Add Html.txt and Svg.txt as an alias for `pcdata` (ocsigen/tyxml#222 by Drup)
* Add noopener link types (ocsigen/tyxml#198 by Jérôme Vouillon)
* Slightly relax dt content type (ocsigen/tyxml#193 by Anton Bachin)
* Add touch events (ocsigen/tyxml#211 by Malthe Borch)
* Fix handling of figcaption in the PPX (ocsigen/tyxml#219 by Drup)1 parent 7f6dd22 commit 8cf7244
2 files changed
+84
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments