Skip to content

Commit d053f85

Browse files
committed
Tweak changelog
1 parent 7fc0b00 commit d053f85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/changelog/1.4.2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
* `AsyncCallback#flatten` wouldn't compile (oops)
77
* `AsyncCallback.fromFuture` should be sync if future already complete
88
* `AsyncCallback.promise` should be sync if promise already complete
9-
* Fix bug where in `fullOptJS`, using a key and a ref would result in the key being lost.
10-
* Fix CSS-Grid style definitions to not cause React warnings
9+
* Fix bug where in `fullOptJS`, using a key and a ref would result in the key being lost
1110

1211
* Add an immediately-deprecated `AsyncCallback.fromCallback[A](c: CallbackTo[A]): AsyncCallback[A]`
1312
which points users to use `c.asAsyncCallback`.
1413

1514
* VDOM improvements
1615
* Add helper methods to the `autoComplete` attribute, eg. `^.autoComplete.currentPassword`
1716
* `minLength` and `maxLength` now only accept ints
18-
* add `pattern` attribute
17+
* Add `pattern` attribute
18+
* Fix CSS-Grid style definitions to not cause React warnings
1919
* `gridTemplateAreas` has a new optional syntax: `^.gridTemplateAreas("a a", "b c", "b c")`
2020
which is equivalent to `^.gridTemplateAreas := "'a a' 'b c' 'b c'"`
2121

0 commit comments

Comments
 (0)