Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export FilterOptionOption #5993

Merged
merged 10 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions .changeset/wild-seahorses-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-select': minor
---

Export the `FilterOptionOption` type
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

docker_defaults: &docker_defaults
docker:
- image: cypress/browsers:node16.17.1-chrome106-ff105-edge
- image: cypress/browsers:latest
environment:
TERM: xterm
working_directory: ~/project/repo
Expand Down
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"buildCommand": "build",
"packages": ["packages/*"],
"sandboxes": ["nfmxw"],
"node": "16"
"node": "20"
}
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16.x
uses: actions/setup-node@v3
- name: Setup Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x

- name: Install Dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
22
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
publish = "docs/dist"

[build.environment]
YARN_VERSION = "1.22.19"
YARN_VERSION = "1.22.22"
1 change: 1 addition & 0 deletions packages/react-select/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Select from './Select';
import type { GroupBase } from './types';
export type { FilterOptionOption } from './filters';
import useStateManager from './useStateManager';

export { default } from './stateManager';
Expand Down
31,967 changes: 15,566 additions & 16,401 deletions yarn.lock

Large diffs are not rendered by default.