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

feat(debounceAsync): add async debounce function support #3343

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

tujoworker
Copy link
Member

@tujoworker tujoworker commented Feb 26, 2024

From before, Eufemia helpers offers a debounce method. We expand on it and add async/await support.

@tujoworker tujoworker requested a review from joakbjerk February 26, 2024 13:05
Copy link

vercel bot commented Feb 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eufemia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2024 1:18pm

@tujoworker tujoworker changed the title feat(debounceAsync): add async debounce function feat(debounceAsync): add async debounce function support Feb 26, 2024
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

@joakbjerk joakbjerk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚽️

@tujoworker tujoworker merged commit 9759275 into main Feb 27, 2024
10 checks passed
@tujoworker tujoworker deleted the feat/debounce-async branch February 27, 2024 22:06
tujoworker pushed a commit that referenced this pull request Feb 28, 2024
## [10.22.0](v10.21.0...v10.22.0) (2024-02-28)

### 📝 Documentation

* **GlobalStatus:** update number of statuses ([#3334](#3334)) ([092aa25](092aa25))

### 🐛 Bug Fixes

* **Blockquote:** Reduce padding-bottom for tablet and desktop (Sbanken) ([#3340](#3340)) ([af0d901](af0d901))
* **Breadcrumb:** variant multiple no longer same as default ([#3345](#3345)) ([ac708e0](ac708e0))
* **Card:** fix overflow/scroll issue on small screen widths ([#3341](#3341)) ([a0d4a10](a0d4a10))
* **Form.ButtonRow:** add support for correct auto placement below a Card ([#3337](#3337)) ([ced0bd7](ced0bd7))
* **Form.useData:** add support for StrictMode ([#3348](#3348)) ([d905e54](d905e54))
* **FormLabel:** align width to fit content instead of being stretched 100% on clickable labels ([#3338](#3338)) ([c7f1a4a](c7f1a4a))
* **HeightAnimation:** enhance calculation of height ([#3335](#3335)) ([e1a9859](e1a9859))
* **ProgressIndicator:** align label spacing when size is `small` and use span instead of divs to support inline elements ([#3344](#3344)) ([196bc7f](196bc7f))

### ✨ Features

* **Button, Theme:** style on dark background ([#3339](#3339)) ([29e6549](29e6549))
* **debounceAsync:** add async debounce function support ([#3343](#3343)) ([9759275](9759275))
* **Table:** accordion multiple rows and Sbanken styling ([#3289](#3289)) ([e7b7c5f](e7b7c5f))
* **TypeScript:** upgrade internal TypeScript version with a few alignments ([#3350](#3350)) ([047f81a](047f81a))
@tujoworker
Copy link
Member Author

🎉 This PR is included in version 10.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants