-
Notifications
You must be signed in to change notification settings - Fork 5
chore: release #106
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
Merged
chore: release #106
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore: bump node to 22 (lts), and cache npm deps
…ened - added focusWhenOpened prop to control this behavior, defaults to true - Fixed flex layout issue that would only appear when search results showed a small enough (less than a full page) matches for the query. - Fixed an issue where if search input was populated before emojis load the search query would be erased
chore: update staging
|
If a |
Deploying dyte-uikit with
|
| Latest commit: |
9513896
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2449ee6b.dyte-uikit.pages.dev |
| Branch Preview URL: | https://staging.dyte-uikit.pages.dev |
|
If a |
# [3.0.0-staging.1](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.5.0...@dyte-in/ui-kit-v3.0.0-staging.1) (2025-04-08) ### Bug Fixes * **dyte-controlbar-button:** add focus outline and move interaction styles onto button ([3c586d5](3c586d5)) * empty commit to trigger release ([51d6219](51d6219)) ### Code Refactoring * **control bar:** remove button margins ([38b6ecb](38b6ecb)) ### BREAKING CHANGES * **control bar:** Buttons no longer have margins skip-checks: true
feat(dyte-emoji-picker): optionally focus emoji picker search when opened
|
If a |
# [3.0.0-staging.2](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v3.0.0-staging.1...@dyte-in/ui-kit-v3.0.0-staging.2) (2025-04-09) ### Features * **dyte-emoji-picker:** optionally focus emoji picker search when opened ([43a2d41](43a2d41)) skip-checks: true
|
🎉 This PR is included in version 3.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore: bump node to 22 (lts), and cache npm deps### Description
Screenshots