File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
* ` AsyncCallback#flatten ` wouldn't compile (oops)
7
7
* ` AsyncCallback.fromFuture ` should be sync if future already complete
8
8
* ` 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
11
10
12
11
* Add an immediately-deprecated ` AsyncCallback.fromCallback[A](c: CallbackTo[A]): AsyncCallback[A] `
13
12
which points users to use ` c.asAsyncCallback ` .
14
13
15
14
* VDOM improvements
16
15
* Add helper methods to the ` autoComplete ` attribute, eg. ` ^.autoComplete.currentPassword `
17
16
* ` 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
19
19
* ` gridTemplateAreas ` has a new optional syntax: ` ^.gridTemplateAreas("a a", "b c", "b c") `
20
20
which is equivalent to ` ^.gridTemplateAreas := "'a a' 'b c' 'b c'" `
21
21
You can’t perform that action at this time.
0 commit comments