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 <raon0211@toss.im>
…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
…roup` (toss#182)

Co-authored-by: Sojin Park <raon0211@toss.im>
 - docs@1.0.11
 - @toss/assert@1.1.5
 - @toss/crypto@1.1.5
 - @toss/date@1.1.5
 - @toss/hangul@1.1.5
 - @toss/sentry@1.0.8
 - @toss/storage@1.1.1
 - @toss/utility-types@1.1.1
 - @toss/utils@1.3.1
 - @toss/validators@1.1.5
 - @toss/a11y@1.1.5
 - @toss/async-boundary@1.3.1
 - @toss/async-stylesheet@1.1.5
 - @toss/emotion-utils@1.1.5
 - @toss/error-boundary@1.3.0
 - @toss/framer-motion@1.1.5
 - @toss/impression-area@1.2.5
 - @toss/lottie@1.1.5
 - @toss/react-query@1.1.4
 - @toss/react@1.3.5
 - @toss/recoil@1.1.4
 - @toss/redirect@1.1.5
 - @toss/scroll-animation@1.2.3
 - @toss/use-funnel@1.2.1
 - @toss/use-loading@1.1.4
 - @toss/use-overlay@1.3.1
 - @toss/use-query-param@1.1.4
…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: Sojin Park <raon0211@toss.im>
Co-authored-by: Jisoo <jisoo.youn@toss.im>
Co-authored-by: Sojin Park <raon0211@toss.im>
 - @toss/crypto@1.1.6
 - @toss/sentry@1.0.9
 - @toss/async-boundary@1.3.2
 - @toss/error-boundary@1.3.1
 - @toss/react-query@1.1.5
 - @toss/redirect@1.1.6
Co-authored-by: chanhyukpark-29cm <chanhyuk-tech@29cm.co.kr>
…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
Co-authored-by: Sojin Park <raon0211@toss.im>
…s#199)

* fix(react): remove useless fragment tag

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

Co-authored-by: chanhyukpark-29cm <chanhyuk-tech@29cm.co.kr>
Co-authored-by: Sojin Park <raon0211@toss.im>
)

* 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
…op (toss#201)

Co-authored-by: Sojin Park <raon0211@toss.im>
* refactor(react): Change how return type is specified

* docs(react): useForceUpdate note fix

* docs: useForceUpdate jsdoc @link

Co-authored-by: Jonghyeon Ko <jonghyeon.ko@wesang.com>

---------

Co-authored-by: Jonghyeon Ko <jonghyeon.ko@wesang.com>
Co-authored-by: Sojin Park <raon0211@toss.im>
Co-authored-by: Sojin Park <raon0211@toss.im>
…` 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 <chanhyuk-tech@29cm.co.kr>
Co-authored-by: Sojin Park <raon0211@toss.im>
* 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 <chanhyuk-tech@29cm.co.kr>
Co-authored-by: Sojin Park <raon0211@toss.im>
Co-authored-by: Hoseung <hsjang.dev@gmail.com>
…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 <chanhyuk-tech@29cm.co.kr>
Co-authored-by: Sojin Park <raon0211@toss.im>
* 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: 박찬혁 <pgg6713@gmail.com>
…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 <raon0211@toss.im>
…geState (toss#478)

* fix synchronization issue

* add test

* remove test title typo
Co-authored-by: Sojin Park <raon0211@toss.im>
… 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/rollup-config@0.2.0
 - docs@1.0.19
 - @toss/assert@1.2.0
 - @toss/crypto@1.2.0
 - @toss/date@1.2.0
 - @toss/hangul@1.7.0
 - @toss/ky@1.2.0
 - @toss/sentry@1.1.0
 - @toss/storage@1.4.0
 - @toss/utility-types@1.2.0
 - @toss/utils@1.5.0
 - @toss/validators@1.3.0
 - @toss/a11y@1.3.0
 - @toss/async-boundary@1.5.0
 - @toss/async-stylesheet@1.2.0
 - @toss/emotion-utils@1.2.0
 - @toss/error-boundary@1.5.0
 - @toss/framer-motion@1.2.0
 - @toss/impression-area@1.4.0
 - @toss/lottie@1.3.0
 - @toss/react-query@1.3.0
 - @toss/react@1.7.0
 - @toss/recoil@1.2.0
 - @toss/redirect@1.3.0
 - @toss/scroll-animation@1.3.0
 - @toss/use-funnel@1.4.0
 - @toss/use-loading@1.2.0
 - @toss/use-overlay@1.4.0
 - @toss/use-query-param@1.3.0

* 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 <po4tion0429@gmail.com>
Co-authored-by: raon0211 <raon0211@toss.im>
Co-authored-by: Sojin Park <raon0211@gmail.com>
…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 <raon0211@toss.im>
…ronment (toss#459)

Co-authored-by: Sojin Park <raon0211@toss.im>
…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 <raon0211@toss.im>
* 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 <raon0211@toss.im>
…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 <raon0211@toss.im>
* 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.