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

Version Packages #45

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Version Packages #45

merged 1 commit into from
Nov 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Patch Changes

  • #44 8e07ead Thanks @dan-lee! - Added the ability to prevent the default keydown event handling. If you want to handle keydown events yourself, you can now prevent the default behavior by using onKeyDownCapture (or the equivalent in your framework) and calling preventDefault() in your handler.

    <input
      onKeyDownCapture={(e) => {
        if (e.key === 'Enter') {
          e.preventDefault()
        }
      }}
    />

[email protected]

Patch Changes

Copy link

cloudflare-workers-and-pages bot commented Nov 12, 2024

Deploying timescape with  Cloudflare Pages  Cloudflare Pages

Latest commit: f11f029
Status: ✅  Deploy successful!
Preview URL: https://7d59b21e.timescape.pages.dev
Branch Preview URL: https://changeset-release-main.timescape.pages.dev

View logs

@dan-lee dan-lee merged commit e946f31 into main Nov 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant