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 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
You can’t perform that action at this time.
0 commit comments