Skip to content

[pull] main from adobe:main - #429

Merged
pull[bot] merged 8 commits into
code:mainfrom
adobe:main
Jun 25, 2026
Merged

[pull] main from adobe:main#429
pull[bot] merged 8 commits into
code:mainfrom
adobe:main

Conversation

@pull

@pull pull Bot commented Jun 25, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

devongovett and others added 8 commits June 24, 2026 11:51
)

* docs(ComboBox): document that defaultFilter defaults to the contains filter

* Apply suggestion from @snowystinger

* chore: re-run checks after signing Adobe CLA

---------

Co-authored-by: Patrick Wehbe <patrick.wehbe.applications@gmail.com>
Co-authored-by: Robert Snow <snowystinger@gmail.com>
* chore: upgrade tailwindcss-animate to tw-animate-css

* turn on verdaccio

* fix formatting

* Revert "turn on verdaccio"

This reverts commit 2f7257e.
* feat: useKeyboard shortcuts

* fix combobox cursor movement

* audit behavioural differences, fix the chaining case

* add tests to explain how event stop/continue propagation works

* fix react 16 tests

* Fix select all and add test

* add more keyboard shortcut handler tests

* fix lint

* add more tests
The `DayOfWeek` union type (`'sun' | 'mon' | ... | 'sat'`) is used in the
public signatures of the exported `getDayOfWeek`, `startOfWeek`,
`endOfWeek`, and `getWeeksInMonth` functions (as the optional
`firstDayOfWeek` parameter), but the type itself was declared without
`export` in `queries.ts` and was not re-exported from `index.ts`.

After the package moved to the `exports` field in package.json, the
declaration file it lived in was no longer reachable, so consumers could
no longer import it to type their own `firstDayOfWeek` props.

Export the type formally so it can be imported alongside the functions
that use it.

Closes #9971

Co-authored-by: Patrick Wehbe <patrick.wehbe.applications@gmail.com>
…10203)

* update oxlint to 1.70.0 and enable react/react-compiler

* suppress existing warnings/errors

* format

* cleanup disable comments

* clean up comments

* more cleanup

* lint

* update oxlint to 1.71.0

* fix warnings
* fix: allow DropZone drop button positioning

* update new docs

---------

Co-authored-by: Robert Snow <rsnow@adobe.com>
Co-authored-by: Daniel Lu <dl1644@gmail.com>
@pull pull Bot locked and limited conversation to collaborators Jun 25, 2026
@pull pull Bot added the ⤵️ pull label Jun 25, 2026
@pull
pull Bot merged commit f769b1d into code:main Jun 25, 2026
1 of 2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants