Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
326a7f8
Add temporary type workaround.
DaniGuardiola Jul 29, 2024
2d9abe3
v0.3.13 (test: v0.3.8)
DaniGuardiola Jul 29, 2024
ffe7928
Add temporary render fork with re-render support.
DaniGuardiola Jul 29, 2024
e52022c
v0.3.13 - test fixes
DaniGuardiola Jul 29, 2024
83fd148
v0.3.14
DaniGuardiola Jul 29, 2024
0020c34
v0.4.0 (test: v0.3.9)
DaniGuardiola Jul 29, 2024
ce0b7f3
v0.4.0 - test fixes (data attributes)
DaniGuardiola Jul 29, 2024
e39dc49
v0.4.0 - test fixes (animation)
DaniGuardiola Jul 29, 2024
5f705eb
v0.4.0 - test fixes (tooltip describedBy)
DaniGuardiola Jul 29, 2024
ff470ad
v0.4.0 - test fixes (data attributes - missed one snapshot)
DaniGuardiola Jul 29, 2024
46c8142
v0.4.1 (test: v0.3.10)
DaniGuardiola Jul 29, 2024
16c0de2
Revert temporary type workaround.
DaniGuardiola Jul 29, 2024
753f631
v0.4.2 (test: v0.3.11)
DaniGuardiola Jul 29, 2024
4eb1c4f
v0.4.3 (test: v0.3.12)
DaniGuardiola Jul 29, 2024
cc0ae3c
v0.4.4 (test: v0.3.13)
DaniGuardiola Jul 29, 2024
1a72000
v0.4.5 (test: v0.3.14)
DaniGuardiola Jul 29, 2024
287c22f
v0.4.6 (test: v0.3.15)
DaniGuardiola Jul 29, 2024
27218de
v0.4.6 - test fixes
DaniGuardiola Jul 30, 2024
94deccd
v0.4.7 (test: v0.3.16)
DaniGuardiola Jul 30, 2024
9f60796
Restore package.json ranges instead of locked versions.
DaniGuardiola Jul 30, 2024
db1d478
Restrict "render" output to "rerender" and "unmount".
DaniGuardiola Jul 30, 2024
7a43523
Add restrictedImport rules.
DaniGuardiola Jul 30, 2024
412f612
Revert "Add restrictedImport rules."
DaniGuardiola Jul 30, 2024
517d799
Remove local `render` fork and upgrade to latest `@ariakit/test` vers…
DaniGuardiola Jul 31, 2024
40bfcc2
Add temporary describedBy compatibility logic to Tooltip, and add tes…
DaniGuardiola Jul 31, 2024
8cf69bd
Add changelog entries.
DaniGuardiola Aug 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert temporary type workaround.
  • Loading branch information
DaniGuardiola committed Jul 29, 2024
commit 16c0de221c4555e86606dc0f89f9850be6754660
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function ComboboxList( { view, filter, onChangeView }: SearchWidgetProps ) {
{ __( 'Search items' ) }
</Ariakit.ComboboxLabel>
<Ariakit.Combobox
// autoSelect="always" - TODO: undo temporary type workaround
autoSelect="always"
placeholder={ __( 'Search' ) }
className="dataviews-filters__search-widget-filter-combobox__input"
/>
Expand Down