Skip to content

Commit 8f33cf5

Browse files
committed
Reorder changelog
1 parent 9ba3560 commit 8f33cf5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

doc/changelog/1.1.0.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@
66
* [Router] Add a new rewrite rule `removeQuery` which removes the query portion of a URL.
77
(e.g. `a/b?c=1` to `a/b`)
88

9-
* Fix React warnings with SVG VDOM.
10-
11-
* Fix VDOM attributes not accepting types: `Byte`, `Short`, `Float`, `Double`, `Long`
12-
13-
* Refactored `vdom.Builder` which is an internal mechanism for efficiently composing VDOM.
14-
There is now:
15-
* An interface - advanced users can create their own if they like
16-
* `vdom.Builder.ToVdomElement` - builds a `VdomElement` which was the previous default
17-
* `vdom.Builder.ToJs` - provides raw JS values like `props: js.Object` and more
18-
19-
* `vdom.TagMod` now has a `.toJs` method which turns the VDOM tree into a bunch of raw JS values.
20-
This is for advanced hackers only.
21-
22-
* Add `.renderIntoDOM` to `VdomElement` and `VdomTag`s.
23-
249
* Opening links in new tabs using `target="_blank"` without `rel="noopener` is a
2510
[security risk and performance impediment](https://blog.dareboost.com/en/2017/03/target-blank-links-rel-noopener-performance-security/).
2611
Google's Lighthouse auditor [flags it](https://developers.google.com/web/tools/lighthouse/audits/noopener).
@@ -53,6 +38,21 @@
5338
focus : Boolean = true): CallbackTo[Window] =
5439
```
5540

41+
* Add `.renderIntoDOM` to `VdomElement` and `VdomTag`s.
42+
43+
* Fix VDOM attributes not accepting types: `Byte`, `Short`, `Float`, `Double`, `Long`
44+
45+
* Fix React warnings with SVG VDOM.
46+
47+
* Refactored `vdom.Builder` which is an internal mechanism for efficiently composing VDOM.
48+
There is now:
49+
* An interface - advanced users can create their own if they like
50+
* `vdom.Builder.ToVdomElement` - builds a `VdomElement` which was the previous default
51+
* `vdom.Builder.ToJs` - provides raw JS values like `props: js.Object` and more
52+
53+
* `vdom.TagMod` now has a `.toJs` method which turns the VDOM tree into a bunch of raw JS values.
54+
This is for advanced hackers only.
55+
5656
* Remove code deprecated v1.0.0.
5757

5858
* Upgrade dependencies:

0 commit comments

Comments
 (0)