You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement fill-active-human (clj-commons#629)
* Update textarea field fill to use fill-active-human
---------
Co-authored-by: Lee Read <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ A release with an intentional breaking changes is marked with:
22
22
* Changes
23
23
** {issue}559[#559]: Create `query-from` and `query-all-from` as replacements for `child` and `children`. Rewrite logic such that `q` parameter allows for vector syntax similar to `query` and `query-all`. Deprecate `child` and `children`. ({person}dgr[@dgr])
24
24
** {issue}559[#559]: Make `get-active-element` a public API. This was previously private. ({person}dgr[@dgr])
25
+
** {issue}629[#629]: Added `fill-active-human` as a convenience function that fills the currently active input using `fill-human-el`. ({person}dgr[@dgr])
25
26
** {issue}620[#620]: Get stricter when unwrapping elements. ({person}dgr[@dgr])
26
-
27
27
* Docs
28
28
** {issue}559[#559]: Deprecate use of `:active` with `query` and other APIs that use `query` under the hood. ({person}dgr[@dgr])
0 commit comments