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

docs(@toss/emotion-utils): update resetButton to resetList #495

Open
wants to merge 394 commits into
base: add-gitattributes
Choose a base branch
from

Conversation

dep-official
Copy link

Overview

screen_resetList

  • update resetButton to resetList

PR Checklist

  • [ ✅ ] I read and included theses actions below
  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.

manudeli and others added 30 commits January 4, 2023 15:19
…yGroup (toss#181)

* docs(error-boundary): add description of ErrorBoundaryGroup

* docs(error-boundary): add english version description of ErrorBoundaryGroup

Co-authored-by: Sojin Park <[email protected]>
…in value (toss#185)

* fix(utils): Fix clamp return wrong value when value is smaller than min value

* fix: fix another test case when max value is null

* fix: fix test case description

* Revert "fix(utils): Fix clamp return wrong value when value is smaller than min value"

This reverts commit b1bfc08.

* docs: fix ko, en clamp docs
* docs(js-docs): improve js-doc comments

* docs(error-boundary): add example to reset ErrorBoundary
…eryResultOnIdle (toss#186)

* fix(react-query): remove chance to use generic of SuspendedUseQueryResultOnIdle

* fix(react-query): remove unnecessary using generic
…set correctly (toss#178)

* fix(error-boundary): connect RenderFallbackProps.reset's args to onReset

* fix(error-boundary): remove feature of ErrorBoundary's reset passing args to onReset
Co-authored-by: Jisoo <[email protected]>
Co-authored-by: Sojin Park <[email protected]>
…displayName in development mode (toss#195)

* feat(withAsyncBoundary): add withAsyncBoundary's display for development mode

* feat(error-boundary): add withErrorBoundary like withAsyncBoundary of @toss/async-boundary

* fix(async-boundary, error-boundary): change Unknown into Component
…s#199)

* fix(react): remove useless fragment tag

* feat(@toss/emotion-utils): write test code for coerceCssPixelValue

Co-authored-by: chanhyukpark-29cm <[email protected]>
Co-authored-by: Sojin Park <[email protected]>
)

* fix(error-boundary): optimize return of useErrorBoundaryGroup

* test(error-boundary): test useErrorBoundaryGroup's returning object
* refactor(error-boundary): improve consistency of package

* fix(error-boundary): translate Korean testing code to English

* chore(error-boundary): remove useless isDevelopment

* fix(error-boundary): add displayName of ErrorBoundary
* refactor(react): Change how return type is specified

* docs(react): useForceUpdate note fix

* docs: useForceUpdate jsdoc @link

Co-authored-by: Jonghyeon Ko <[email protected]>

---------

Co-authored-by: Jonghyeon Ko <[email protected]>
Co-authored-by: Sojin Park <[email protected]>
…` method (toss#208)

* fix(react): remove useless fragment tag

* feat(@toss/emotion-utils): write test code for coerceCssPixelValue

* fix(@toss/storage) modify test key of clear method

---------

Co-authored-by: chanhyukpark-29cm <[email protected]>
Co-authored-by: Sojin Park <[email protected]>
* fix(react): remove useless fragment tag

* feat(@toss/emotion-utils): write test code for coerceCssPixelValue

* fix(@toss/storage) remove duplicated test case

---------

Co-authored-by: chanhyukpark-29cm <[email protected]>
Co-authored-by: Sojin Park <[email protected]>
Co-authored-by: Hoseung <[email protected]>
…orage. (toss#209)

* fix(react): remove useless fragment tag

* feat(@toss/emotion-utils): write test code for coerceCssPixelValue

* fix(@toss/storage) modify test key of clear method

* feat(@toss/storage): increase, decrease method can accept offset argument

* docs(@toss/storage): write test code for adding offset argument

* feat: specified the type of offset

* fix: test description more sophisticated

---------

Co-authored-by: chanhyukpark-29cm <[email protected]>
Co-authored-by: Sojin Park <[email protected]>
* docs(README.md): add gif animation banner

* fix(README.md): change file extension from gif to png
Collection50 and others added 29 commits May 26, 2024 21:59
…Effect order to improve readability, add dependencies (toss#481)

Co-authored-by: 박찬혁 <[email protected]>
…ss#259)

* refactor(emotion-utils): remove useless import statemenet

* fix(react-query): modify docs

* test(utils): wrote test code for getViewportsize

---------

Co-authored-by: Sojin Park <[email protected]>
…geState (toss#478)

* fix synchronization issue

* add test

* remove test title typo
… keep add and remove eventlistener (toss#453)

* fix: add callback dependency on useOutsideClickEffect using preservedCallback

* fix: delete touchstart event from `useOutsideClickEffect`

* Revert "fix: delete touchstart event from `useOutsideClickEffect`"

This reverts commit c1b09c9.

* fix(@toss/validators): Increase the accuracy of verification for isBirthDate6 (toss#420)

* fix(@toss/validators): Increase the accuracy of verification

* test(@toss/validators): add test case

* fix: catch 2000y bug

* refactor: change from magic number to constant variable

* test: split test case

* refactor: change constant variable name

* refactor(@toss/validators): use proper library(date-fns)

* chore(release): Publish libraries [skip ci]

 - @toss/[email protected]
 - [email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]
 - @toss/[email protected]

* Revert "chore(release): Publish libraries [skip ci]"

This reverts commit c325c90.

* Revert "fix(@toss/validators): Increase the accuracy of verification for isBirthDate6 (toss#420)"

This reverts commit 2565f17.

* Apply suggestions from code review

---------

Co-authored-by: Dongkyu Kim <[email protected]>
Co-authored-by: raon0211 <[email protected]>
Co-authored-by: Sojin Park <[email protected]>
…g function. (toss#455)

* docs(@toss/utils): translate queryString comments to English

* docs(@toss/utils): translate queryString test code to English

* fix(@toss/utils): use QS module for queryString function calls

* test(@toss/utils): add QS.get test cases for queryString

---------

Co-authored-by: Sojin Park <[email protected]>
…parsing (toss#458)

* test(@toss/utils): add isHexToRgba test code

* test(@toss/utils): add isHexToRgba test code

* fix(@toss/utils): correct hex validation to prevent unexpected color parsing

* fix(@toss/utils): correct typo

* test(@toss/utils): reorganize hex validation tests for clarity

* test(@toss/utils): adjust tests for hex value formats, remove Korean comments

* refactor(@toss/utils): improve hexToRgba function clarity using regex

---------

Co-authored-by: Sojin Park <[email protected]>
* fix(use-funnel) : model에 NonEmptyArray 변경

* fix(use-funnel) : 기존에 NonEmptyArray타입이 사용되던 곳에 StepsType으로 변경
* test: add useSuspendedInfiniteQuery test

* feat: add useSuspendedInfiniteQuery hook

* docs: add useSuspendedInfiniteQuery docs

* feat: omit status option

* style: change export order
…lescing operator (`??`) (toss#487)

* fix(@toss/hangul): replace non-null assertion(!) with nullish coalescing operator (??)

* Revert "fix(@toss/hangul): replace non-null assertion(!) with nullish coalescing operator (??)"

This reverts commit ad30a84.

* fix(@toss/hangul): Add eslint-disable for no-non-null-assertion warning

---------

Co-authored-by: Sojin Park <[email protected]>
…modified `useLoading` to avoid state updates when the component is unmounted (toss#296)

* feat: Modify useLoading to avoid state updates when the component is unmounted

* feat: impletmenet useIMountedRef

* docs: write

---------

Co-authored-by: raon0211 <[email protected]>
* feat: stop, resume, intervalRunning State

* fix: change to use the enable option rather than useState

* feat: not register when enabled is false
* docs: useInterval korean docs fix typo

* docs: unification of the expression of an English docs
Copy link

vercel bot commented Jun 13, 2024

@dep-official is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

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.