Skip to content

[pull] main from chakra-ui:main#342

Merged
pull[bot] merged 2 commits into
code:mainfrom
chakra-ui:main
Jun 28, 2026
Merged

[pull] main from chakra-ui:main#342
pull[bot] merged 2 commits into
code:mainfrom
chakra-ui:main

Conversation

@pull

@pull pull Bot commented Jun 28, 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 : )

Fix Cmd/Ctrl + arrow producing values off the step grid (e.g. non-integer
values when step is 1). The implicit modifier-based stepping is replaced with
explicit, configurable props:

- slider: `largeStep` (defaults to `10 * step`) on Shift / PageUp / PageDown
- number-input: `largeStep` (defaults to `10 * step`, on Shift) and `smallStep`
  (defaults to `step / 10`, on Alt)

Defaults preserve the previous stepping magnitudes, so existing behavior is
unchanged unless the new props are set.

Closes #3195
Node 24.17.0 introduced a regression (nodejs/node#63989) where node-fetch@2
throws ERR_STREAM_PREMATURE_CLOSE on reused keep-alive sockets. This
intermittently fails the Publish workflow during changelog generation, since
@changesets/get-github-info@0.8.0 uses node-fetch@2 to call the GitHub GraphQL
API. 24.16.0 is the last release before the regression.

Revert once Node ships a fix or get-github-info moves off node-fetch@2.
@pull pull Bot locked and limited conversation to collaborators Jun 28, 2026
@pull pull Bot added the ⤵️ pull label Jun 28, 2026
@pull
pull Bot merged commit 48cb14f into code:main Jun 28, 2026
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.

1 participant