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
Open
Changes from 1 commit
Commits
Show all changes
394 commits
Select commit Hold shift + click to select a range
02e20de
docs(error-boundary): add english version description of ErrorBoundar…
manudeli Jan 4, 2023
f6f7e49
fix(utils): Fix clamp return wrong value when value is smaller than m…
alstn2468 Jan 5, 2023
00b6275
docs(js-docs): fix js-docs to improve DX (#175)
manudeli Jan 9, 2023
fae2988
feat(error-boundary): Add option to pass props in `withErrorBoundaryG…
manudeli Jan 9, 2023
5f19ba0
chore(release): Publish libraries [skip ci]
raon0211 Jan 9, 2023
f6cdbbe
chore: Update yarn.lock [skip ci]
raon0211 Jan 9, 2023
a12487d
fix(react-query): remove chance to use generic of type SuspendedUseQu…
manudeli Jan 10, 2023
80a046a
fix(error-boundary): connect RenderFallbackProps.reset's args to onRe…
manudeli Jan 14, 2023
7060f87
chore(.github): correct wrong spelling with auto format (#188)
manudeli Jan 15, 2023
f4801c4
fix(sentry): Expose `./testing` export (#187)
seokju-na Jan 16, 2023
0ad14ad
docs(error-boundary): fix link url (#190)
manudeli Jan 18, 2023
ade9499
docs(crypto): fix typo (#189)
genie-youn Jan 20, 2023
a71b5ae
chore(release): Publish libraries [skip ci]
raon0211 Jan 20, 2023
f08e64b
chore: Update yarn.lock [skip ci]
raon0211 Jan 20, 2023
1882842
refactor(react): remove useless fragment tag (#194)
okinawaa Jan 24, 2023
25f43a9
feat(error-boundary): add withErrorBoundary for consistency, and add …
manudeli Jan 24, 2023
f9d16f2
chore(error-boundary): remove unnecessary comment (#192)
manudeli Jan 25, 2023
37559d1
fix(async-boundary): remove @types/react-dom of dependencies to devDe…
manudeli Jan 26, 2023
fff727c
test(@toss/emotion-utils): Add test code for coerceCssPixelValue (#199)
okinawaa Jan 26, 2023
afef04f
perf(error-boundary): optimize return of useErrorBoundaryGroup (#200)
manudeli Jan 30, 2023
a28539d
refactor(error-boundary): improve consistency of package (#202)
manudeli Jan 30, 2023
75b0150
feat(a11y): Make ScreenReaderOnly polymorphic component using `as` pr…
manudeli Jan 30, 2023
6fcd8c3
refactor(react): use force update return type (#204)
tooooo1 Jan 30, 2023
e121ca7
docs(react): fix useForceUpdate jsdoc (#206)
fronttigger Jan 31, 2023
f01569c
docs(react): fix useCheckList jsdoc (#207)
fronttigger Jan 31, 2023
0edf408
fix(storage): modify key value in test code in test code about `clear…
okinawaa Feb 1, 2023
9cf20ca
test(@toss/storage): remove duplicated test code (#210)
okinawaa Feb 3, 2023
859a5c3
feat(@toss/storage): Gave scalability to two methods of NumberTypedSt…
okinawaa Feb 5, 2023
fecb7cd
chore: Remove `exclude` condition from our tsconfig.json (#212)
raon0211 Feb 6, 2023
1495cb5
docs(README.md): add banner (#205)
manudeli Feb 7, 2023
421a1ad
docs(react): fix example of useCombinedRefs's js-doc (#214)
manudeli Feb 9, 2023
6cd77f1
perf(react): make correct way to use useCallback's dependencyList in …
manudeli Feb 13, 2023
828bd50
fix(utils): remove Objectkey type in pick function (#215)
okinawaa Feb 22, 2023
6b9811a
feat(hangul): add '이란/란' in josa (#217)
201411108 Feb 24, 2023
1fad3bf
docs(i18n): Edit banner style (#219)
hhhminme Feb 27, 2023
7f4fe99
feat(utils): change unknown to any in value part of Record (#216)
okinawaa Feb 27, 2023
682041f
chore(release): Publish libraries [skip ci]
raon0211 Feb 27, 2023
58aa12b
chore: Update yarn.lock [skip ci]
raon0211 Feb 28, 2023
173160d
docs(@toss/utils): add NonEmptyArray example (#218)
hhhminme Feb 28, 2023
cbead2a
fix(react): infer defaultValue as primitive type (#223)
Jinho1011 Mar 13, 2023
d23c71e
chore(release): Publish libraries [skip ci]
raon0211 Mar 13, 2023
e6cc76b
chore: Update yarn.lock [skip ci]
raon0211 Mar 13, 2023
f64ba15
refactor(emotion-utils): remove useless import statemenet (#224)
okinawaa Mar 16, 2023
37b2de4
feat: add 호격조사(아/야) to josaOption (#225)
verduck Mar 23, 2023
7989e6a
fix(emotion-utils): Allows 'as' prop in Flex and Stack to receive all…
manudeli Apr 1, 2023
91794bc
feat(hangul): add 접속조사(이랑/랑) to josa (#227)
je0ngyun Apr 1, 2023
2420b48
docs: Translate every doc (#229)
hjick Apr 10, 2023
020dc49
docs(react-query): there is an error in the return value, so I correc…
okinawaa Apr 12, 2023
06cde91
chore(release): Publish libraries [skip ci]
raon0211 Apr 12, 2023
f37ad54
chore: Update yarn.lock [skip ci]
raon0211 Apr 12, 2023
7c2fc18
refactor(react): remove unused comment (#238)
okinawaa May 30, 2023
ba42fc0
test(@toss/react): wrote test code for useForceUpdate (#245)
rjsdnql123 Jun 2, 2023
4b66f22
feat(@toss/storage): add clear method (#233)
greatSumini Jun 2, 2023
33116bf
fix(@toss/storage): Add typed.d.ts file for subpath module (#251)
minsoo-web Jun 4, 2023
a5be668
docs(react): Add example for useVisibilityEvent. (#249)
rjsdnql123 Jun 4, 2023
1ea226f
fix(react-query): fix useSuspendedQuery to receive various argument f…
manudeli Jun 5, 2023
a5f5b18
test(@toss/react): wrote test code for `useBodyClass` (#237)
okinawaa Jun 9, 2023
4939042
chore(utils): remove duplicated date-fns dependency (#239)
okinawaa Jun 9, 2023
132ccb0
fix(utils): fix typo (#258)
greatSumini Jun 12, 2023
d76ea0f
feat(hangul): add 서술격조사와 종결어미(이에요/예요) to josa (#256)
jeongtae Jun 13, 2023
d8cf6d2
refactor(@toss/react): `ClickArea` was converted class component to f…
okinawaa Jun 13, 2023
1d0c958
fix(use-query-param, use-funnel): update peerDependencies (#255)
manudeli Jun 13, 2023
09b67ba
chore(release): Publish libraries [skip ci]
raon0211 Jun 13, 2023
41b85b8
chore: Update yarn.lock [skip ci]
raon0211 Jun 13, 2023
6bb1eb5
feat: add josa option with (으로서/로서) (#261)
minsoo-web Jun 15, 2023
6c3ef2f
fix(@toss/utils): Fix circular dependency warning (#270)
minsoo-web Jun 19, 2023
89e69a0
docs(i18n): fix link for en docs to ko docs (#266)
minsoo-web Jun 26, 2023
c3769da
docs: add examples to elementType.ts (#264)
minsoo-web Jun 26, 2023
b03a497
feat(@toss/hangul): add josa option with `으로써/로써` and `으로부터/로부터` (#265)
minsoo-web Jun 26, 2023
a835b72
fix: Delete not josa option '이에' (#260)
minsoo-web Jun 26, 2023
a94aeec
test(react): wrote test code for `usePrevious` hook (#246)
okinawaa Jul 3, 2023
b682fe4
fix(error-boundary): Make useErrorBoundaryGroup throw when it is not …
manudeli Jul 3, 2023
6fd67b1
test(@toss/date): correct unit test describe with 2019년 to 2020년 (#267)
minsoo-web Jul 3, 2023
6caf599
test(@toss/react): wrote test code for useDidUpdate (#244)
rjsdnql123 Jul 3, 2023
fbbd211
test(@toss/react): wrote test code for useDebounce (#252)
rjsdnql123 Jul 3, 2023
518e529
docs: Add example for useBodyClass (#263)
minsoo-web Jul 3, 2023
846c7d1
feat(@toss/react): Add useToggleState Hook (#273)
ssi02014 Jul 3, 2023
d0b70f1
chore(release): Publish libraries [skip ci]
raon0211 Jul 3, 2023
ff45d4f
chore: Update yarn.lock [skip ci]
raon0211 Jul 3, 2023
78a4977
chore: split withErrorBoundaryGroup HOC to file with docs (#279)
minsoo-web Jul 5, 2023
f3d5839
docs: change AsyncBoundaryContext file name to AsyncBoundaryProvider …
minsoo-web Jul 5, 2023
29fb6b4
docs: Add colorMode to config file (#280)
minsoo-web Jul 5, 2023
8d7f2fc
chore(@toss/error-boundary): change `useIsMounted` dependencies local…
minsoo-web Jul 8, 2023
980a7e1
feat(@toss/react): Add root Props ImpressionArea (#283)
ssi02014 Jul 10, 2023
95005be
docs(@toss/hangul): replace url of function list eng to kor (#288)
himprover Jul 12, 2023
fe40c29
refactor: isMobileWeb (#290)
sa02045 Jul 15, 2023
e61a10d
chore(@toss/react): change wrong variable names in `useTimeoutQueue`…
sonsurim Jul 23, 2023
eca639f
chore(@toss/use-loading): Update test description ko to en (#298)
minsoo-web Jul 23, 2023
6dc32b3
feat(@toss/react): Add useIsMounted Test Code (#299)
ssi02014 Jul 23, 2023
9b5fda6
fix(utils): Merge @tossteam/utils (#302)
hoseungme Jul 25, 2023
fabc84a
fix(error-boundary): Merge @tossteam/error-boundary (#301)
hoseungme Jul 25, 2023
60cf721
chore: Migrate to Lerna-lite (#305)
artechventure Jul 25, 2023
650a60b
feat: Move internal libraries to open-source (#312)
raon0211 Jul 25, 2023
dea843f
feat(@toss/react): Merge @tossteam/react (#311)
artechventure Jul 25, 2023
cab1281
feat(redirection): Merge internal changes (#309)
BasixKOR Jul 25, 2023
9f7cfdf
feat(hangul): Merge internal changes (#310)
BasixKOR Jul 25, 2023
3bdf1dd
docs: useOutsideClickEffect (#304)
sa02045 Jul 26, 2023
982d545
test(@toss/utils): Add identity Test Code (#313)
ssi02014 Jul 26, 2023
b091824
feat(impression-area): Merge internal changes (#306)
ragingwind Jul 26, 2023
2e28e77
test(@toss/utils): Add uniq Function Test Code (#315)
ssi02014 Jul 26, 2023
21a5fa5
test(@toss/emotion-utils): Add FullHeight Component Test Code (#321)
ssi02014 Aug 6, 2023
ef4b1df
docs(@toss/react): fix useCheckList.ko 존댓말로 변경 (#323)
SEOKKAMONI Aug 7, 2023
e721900
docs(@toss/utils): add reverseKeyValue dot (#324)
SEOKKAMONI Aug 7, 2023
b3d9221
fix: delete duplicated pages (#327)
mnxmnz Aug 11, 2023
2eca7df
docs(impression-area): fix IntersectionObserver URL (#329)
100Gyeon Aug 15, 2023
7b4c926
docs(use-funnel): fix typo (#338)
bang9 Sep 16, 2023
73b037c
chore: Add missing space in tsconfig.json (#340)
ninezero90hy Sep 25, 2023
258d09a
fix: Fix incorrect semver in some packages (#334)
Ryan-Dia Sep 25, 2023
99b67e0
docs: Fix incorrect links in @toss/hangul (#331)
himprover Sep 25, 2023
1d28bd5
test(@toss/react): wrote test code for useVisibilityEvent (#248)
rjsdnql123 Oct 4, 2023
858b428
fix(@toss/react): Improve literal type inference (#292)
ojj1123 Oct 4, 2023
421f430
docs(@toss/utils): add @tossdocs-ignore to batchRequestsOf (#336)
chogyejin Oct 4, 2023
757c534
docs(@toss/utils): add `@tossdocs-ignore` to `is-rrn.ts` (#337)
Oct 4, 2023
6ea5c12
fix(@toss/use-overlay): Move @types/react to devDependencies (#333)
Ryan-Dia Oct 4, 2023
92cbb0d
feat(@toss/react-query): Merge with internal `@tossteam/react-query` …
okinawaa Oct 4, 2023
0e004fa
feat(@toss/use-query-param): implement required option in useQueryPar…
okinawaa Oct 4, 2023
f78d558
fix(@toss/react): Add dependency array to useTimeout and rename timeo…
ssi02014 Oct 4, 2023
f046eaa
fix(@toss/utils): Merge with internal `@tossteam/utils` library (#319)
okinawaa Oct 4, 2023
cf3306f
chore(release): Publish libraries [skip ci]
raon0211 Oct 4, 2023
fc86362
chore: Revert migration to lerna-lite
raon0211 Oct 4, 2023
17c698c
chore: Update yarn.lock [skip ci]
raon0211 Oct 6, 2023
8b8f9ac
chore: Update yarn.lock [skip ci]
raon0211 Oct 6, 2023
302e59d
docs: Added missing `@tossdocs-ignore` comment (#341)
minjongbaek Oct 6, 2023
f55d59f
fix(react): useCombinedRefs docs (#342)
ssi02014 Oct 9, 2023
1be3cb7
docs(utils, use-query-param): add various install guides (#343)
SEOKKAMONI Oct 9, 2023
1fb8fe9
fix(react): update file extension (#344)
frorong Oct 9, 2023
7f7a414
refactor: userEvent Setup Code (#346)
ssi02014 Oct 9, 2023
cbfb2eb
fix(@toss/use-overylay): unnecessary code and docs (#345)
SEOKKAMONI Oct 9, 2023
fd749a9
test(@toss/react): rewrite SwitchCase test code in english (#349)
SEOKKAMONI Nov 6, 2023
57bdab0
fix: change type name to Steps (#335)
jgjgill Nov 9, 2023
e0f1a2a
chore(release): Publish libraries [skip ci]
raon0211 Nov 13, 2023
4e3b983
chore: Update yarn.lock [skip ci]
raon0211 Nov 13, 2023
2e60036
chore: improve the reading settings for the rollup settings (#358)
po4tion Nov 16, 2023
89f6a8b
docs: fix syntax error (#361)
ipchun Nov 16, 2023
83d4609
test(@toss/utils): Improve groupBy Function Tests (Translation and Ca…
JayeHa Nov 16, 2023
b5b1250
docs(error-boundary): update links (#366)
manudeli Nov 17, 2023
1a03688
test(@toss/utils): Enhance Test Coverage and Clarity for Get and Set …
JayeHa Nov 17, 2023
77772e7
Fix(@toss/hangul) : update test code and remove magic number (#370)
po4tion Nov 20, 2023
da3ed01
test(@toss/assert) : Reinforced the test code (#368)
po4tion Nov 20, 2023
bdba452
test(@toss/react): wrote test code for usePreservedReference (#250)
rjsdnql123 Nov 25, 2023
397a69b
fix(react, lotti): remove duplicate code (#347)
frorong Nov 25, 2023
e91bbab
test(@toss/react): Refactor `ClickArea` Component Tests (#382)
JayeHa Dec 3, 2023
ae6fac1
docs: Correct WebStorage with Web Storage (#378)
po4tion Dec 4, 2023
09b4498
chore: Use Node.js 18 (#373)
manudeli Dec 4, 2023
97ce255
test(@toss/utils): Add tests for `isDifferentArray` (#377)
JayeHa Dec 4, 2023
de722b9
test(@toss/react): Add tests to `HiddenHeading` (and update descripti…
SEOKKAMONI Dec 4, 2023
4eac2f0
test(@toss/storage): Improve tests for `@toss/storage` (#379)
po4tion Dec 4, 2023
2fd12a6
docs(@toss/utils): Fix incorrect example of `formatToKRW` in English …
cha2hyun Dec 4, 2023
d2eb69a
test(@toss/utils): Add test code for `uniqWith` (#367)
JayeHa Dec 4, 2023
417f1f5
test(@toss/date): Add test code and change grammar semantically (#365)
po4tion Dec 5, 2023
16f75b9
test: Add tests to `copyToClipboard` (#387)
po4tion Dec 7, 2023
273f36b
docs: match function and file name (#386)
po4tion Dec 7, 2023
60f9198
test(@toss/utils): Improve tests for Numbers (#385)
po4tion Dec 7, 2023
474f0cf
test(@toss/react): Add test to `Separated` (#384)
JayeHa Dec 7, 2023
5b99ca5
test(@toss/emotion-utils): add test cases to 'flex' & change to engli…
SEOKKAMONI Dec 8, 2023
389147e
feat(@toss/utils): Add delay test code and match parameter (#388)
po4tion Dec 9, 2023
fd23662
fix: hypen -> hyphen (#391)
po4tion Dec 10, 2023
0fd0b65
test: change korean to english (#390)
po4tion Dec 11, 2023
970bc9f
test(@toss/utils): Improve tests for get-set (#395)
po4tion Dec 16, 2023
03cdf78
docs: fix a typing error (#394)
po4tion Dec 17, 2023
48fb9ec
test(@toss/emotion-utils): improve gutter test coverage (#401)
SEOKKAMONI Dec 19, 2023
93a4d6c
test(@toss/emotion-utils): improve flex test coverage (#400)
SEOKKAMONI Dec 19, 2023
d96d8c2
chore(.gitignore): add coverage to gitignore (#399)
SEOKKAMONI Dec 19, 2023
35e7532
chore(@toss/emotion-utils): add test code to spacing (#398)
SEOKKAMONI Dec 19, 2023
7c14abd
test(use-overlay): Translate Korean to English in test code (#397)
Ubinquitous Dec 19, 2023
c92d487
test(@toss/utils): Translate Korean to English (#393)
po4tion Dec 19, 2023
f0dc25d
fix(@toss/utils): ceilUnit parameter was missing (#371)
cha2hyun Dec 19, 2023
a3cbe66
test(@toss/utils): Translate Korean to English for `batchRequestsOf` …
po4tion Dec 19, 2023
58c0d19
test(@toss/react): Make tests for `useOutsideClickEffect` more accura…
JayeHa Dec 19, 2023
e10dfc0
test(@toss/react): Add tests for `DebounceClick` (#369)
ssi02014 Dec 19, 2023
a732221
feat(@toss/utils): Translate tests codes for `escapeHTML` and update …
po4tion Dec 19, 2023
a23976d
test(@toss/react): Add tests for `convertNewlineToJSX` (#374)
SEOKKAMONI Dec 19, 2023
ca89f9f
chore(@toss/react): Add @tossdocs-ignore symbol in react/src/utils/in…
Juyeong-Byeon Dec 22, 2023
766e319
docs(@toss/utils): fix typo in the utils docs (#406)
guesung Dec 22, 2023
638c499
feat(@toss/emotion-utils): improve stack test coverage (#403)
SEOKKAMONI Dec 23, 2023
a8144cf
fix(@toss/utils) : Modularize `isIOS` and `isAndroid` Function into a…
guesung Dec 31, 2023
261db74
chore: Improve Comment Readability with tsdocs (#417)
endmoseung Jan 16, 2024
7c8d8a3
test(@toss/utils): Improve test for noop (#414)
po4tion Jan 19, 2024
5cfc7bc
test(@toss/react): add usePreservedCallback test code. (#424)
nakjun12 Feb 3, 2024
556ab99
feat(@toss/utils): Add `isNil` util function (#423)
SEOKKAMONI Feb 3, 2024
f59fe4d
chore(@toss/react): remove empty pages from lottie directory by addin…
100Gyeon Feb 6, 2024
38c6245
refactor(impression-area): Improved ImpressionArea and useImpressionR…
ssi02014 Feb 8, 2024
b83f116
docs(@toss/redirect): add documentation for RedirectionBoundary (#429)
Gaic4o Feb 28, 2024
a260243
test(@toss/utils): Add new test for setFocusTimeout (#439)
Gaic4o Feb 28, 2024
f70e7c9
test(@toss/utils): Add new test for scrollRestoration (#444)
Gaic4o Mar 4, 2024
063cc5d
feat(packages): add repository information in package.json (#446)
vreality64 Mar 5, 2024
da0b192
docs(@toss/utils): fix jsdoc in createSearchParamString (#445)
Collection50 Mar 5, 2024
45cd676
test(@toss/redirect): boundary test changed to English (#443)
Gaic4o Mar 5, 2024
aa3d81b
chore: change inequality operator to strict inequallity operator (#441)
ho991217 Mar 8, 2024
36ecfce
fix(@toss/storage): Fix boolean type inference for TypedStorage (#442)
saul-atomrigs Mar 10, 2024
9a8dd2f
test(@toss/utils): Change test code to fix issue #416 (#440)
saul-atomrigs Mar 11, 2024
d2e55fc
test(@toss/utils): Add new test for getScrollPercent (#438)
Gaic4o Mar 11, 2024
174af74
test(@toss/react): improve useCheckList test coverage (#434)
Gaic4o Mar 14, 2024
6640b28
chore: add CODEOWNERS (#448)
evan-moon Mar 22, 2024
566384d
test(@toss/utils): Add new test for getScrollDiffFromBottom (#437)
Gaic4o Mar 22, 2024
d012c13
test(@toss/react): useInterval hook test, changed to English, improve…
Gaic4o Mar 22, 2024
fb0d92d
test(@toss/utils): Add new test for loadScript (#432)
Gaic4o Mar 22, 2024
556dda6
test(@toss/utils): rewrite difference, differenceWith test code in en…
Gaic4o Mar 22, 2024
798e2dc
fix(@toss/utils): Add 'Deno' in globalThis for isServer() (#447)
saul-atomrigs Mar 22, 2024
c998a59
test(@toss/validators): translate into english (#419)
po4tion Mar 22, 2024
9f4ed50
test(@toss/utils): improve formatToKoreanNumber test (#413)
po4tion Mar 22, 2024
cd4b7a2
docs: Added missing @tossdocs-ignore comment (#408)
guesung Mar 22, 2024
dbbfa5e
docs(@toss/validators), test(@toss/validators) : remove web link, tra…
po4tion Mar 22, 2024
74b2489
refactor(@toss/emotion-utils): SpacingProps: Replace `never` with `Om…
SEOKKAMONI Mar 22, 2024
bac815d
refactor(@toss/react): change to using usePreservedCallback (#450)
ssi02014 Mar 25, 2024
9ccbd80
test(@toss/utils): add new test code for getOSByUserAgent (#412)
po4tion Mar 25, 2024
22e07f3
test(@toss/react): wrote test code for useLocalStorageChangeDetector …
rjsdnql123 Mar 25, 2024
5713059
test(@toss/utils): add new test code (#411)
po4tion Mar 25, 2024
ae00613
test(@toss/utils): add isMobileWeb test code. (#410)
po4tion Mar 25, 2024
524d018
test: add isMacOS test code (#409)
po4tion Mar 25, 2024
81c332e
fix(@toss/validators): Increase the accuracy of verification for isBi…
po4tion Mar 26, 2024
e5bee62
chore(release): Publish libraries [skip ci]
raon0211 Mar 26, 2024
2884b0d
chore: Update yarn version to v4
raon0211 Apr 19, 2024
30669bd
chore: Migrate to Yarn 4 & Use @toss/jest instead
raon0211 Apr 19, 2024
fc38357
chore: Update TypeScript version to 5.4
raon0211 Apr 19, 2024
34bad51
chore: Remove direct pnpapi reference
raon0211 Apr 19, 2024
6cf1de0
chore: Ignore node_modules when generating docs
raon0211 Apr 19, 2024
dd13b08
chore: Ignore node_modules when generating docs
raon0211 Apr 19, 2024
6ef7e3d
docs: fix broken link in KR documentation (#468)
gwansikk Apr 23, 2024
0a9a89e
docs: Fix incorrect phrases in KR documentation (#472)
jungwoo3490 May 3, 2024
0beaed1
feat(@toss/react): OutsideClick Component (#482)
Collection50 May 26, 2024
cbd7278
fix(@toss/react): change container array conversion logic, change use…
Collection50 May 26, 2024
ff30d1c
docs(@toss/react): add missing 'async' keyword in the example code (#…
saul-atomrigs May 27, 2024
62441d4
fix(error-boundary): remove ErrorBoundaryGroup's not on purpose reset…
manudeli May 27, 2024
60b035b
docs: correct a typo (#454)
po4tion May 28, 2024
ccacb86
test(@toss/utils): wrote test code for `getViewportSize` function (#259)
okinawaa May 31, 2024
333e544
chore(@toss/hangul): deprecated @toss/hangul and convert to es-hangul…
okinawaa May 31, 2024
e95595c
fix(@toss/emotion-utils): Use useIsomorphicLayoutEffect in @toss/reac…
fronttigger May 31, 2024
0638216
refactor(@tossteam/utils): Use @toss/utility-types for ElementType
raon0211 May 31, 2024
ccc78b3
fix(@toss/react): @toss/react State synchronization issue in useStora…
EungyuCho May 31, 2024
e4f221f
feat: format 12-length phone number (#470)
gunhoflash May 31, 2024
5d92957
docs: remove footer i18n on docusaurus-theme-classic (#473)
cruelladevil May 31, 2024
2df8203
chore(*): Add 'jest coverage' script to all the packages (#460)
saul-atomrigs May 31, 2024
2ef5b0f
fix(@toss/react): add useOutsideClickEffect dependency for preventing…
tjrdnjs1534 May 31, 2024
698f06b
test(@toss/react): Improved OpenGraph component test code (#461)
ssi02014 May 31, 2024
98abeb2
fix(@toss/utils): added improvements and test code to the queryStrin…
Gaic4o May 31, 2024
d2e6ca4
feat(@toss/react): add displayName to Context in the development envi…
Collection50 May 31, 2024
3853784
fix(@toss/utils): correct hex validation to prevent unexpected color …
BO-LIKE-CHICKEN May 31, 2024
e29afa7
fix(use-funnel): Fix NonEmptyArray type in model.ts. (#363)
jingeon27 May 31, 2024
a5a9b02
feat(react-query): add useSuspendedInfiniteQuery hook (#332)
Leejin-Yang May 31, 2024
08983ce
fix(@toss/react): Remove touchStart event listener from useOutsideCli…
saul-atomrigs May 31, 2024
d728c0a
docs(@toss/storage): fix broken links in Korean documentation for sto…
Gaic4o Jun 2, 2024
12a5872
style(@toss/hangul): replace non-null assertion(`!`) with nullish coa…
saul-atomrigs Jun 2, 2024
d96b004
fix(@toss/react, @toss/use-loading): implement `useIsMountedRef` and …
okinawaa Jun 3, 2024
17e900d
feat(@toss/react): Support stop & resume in useInterval (#476)
d0422 Jun 3, 2024
1b9799e
docs(@toss/react): useInterval korean docs fix typo (#491)
d0422 Jun 3, 2024
5d6d291
fix(@toss/utils): replace 힇 to 힣 (#492)
novice0840 Jun 3, 2024
97d371b
fix(@toss/use-query-param): Add extension .js to import next/router (…
bae-sh Jun 3, 2024
a6487b8
docs: Update our project status to README.md (#493)
youngjae99 Jun 5, 2024
892cb9c
docs(@toss/emotion-utils): update resetButton to resetList
dep-official Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(utils): Fix clamp return wrong value when value is smaller than m…
…in value (#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
alstn2468 authored Jan 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f6f7e49c9e11850c06c7fc4b3e7411a355420a9a
4 changes: 2 additions & 2 deletions packages/common/utils/src/clamp.en.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ Set a lower and upper bound to a value. If the value is smaller than its lower b
- Caution: When the lower bound is bigger than the upper bound, the `clamp` function throws an error.

```typescript
function clamp(value: number, min: number): number;
function clamp(value: number, max: number): number;
function clamp(value: number, min: number, max: number): number;
```

@@ -18,6 +18,6 @@ function clamp(value: number, min: number, max: number): number;
```typescript
clamp(3, 1); // 3
clamp(3, 1, 5); // 3
clamp(3, 5); // 5
clamp(3, 5); // 3
clamp(7, 3, 5); // 5
```
4 changes: 2 additions & 2 deletions packages/common/utils/src/clamp.ko.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ title: clamp
- 주의: `clamp` 함수에 주어진 최솟값이 최댓값보다 크면 에러를 발생시킵니다.

```typescript
function clamp(value: number, min: number): number;
function clamp(value: number, max: number): number;
function clamp(value: number, min: number, max: number): number;
```

@@ -18,6 +18,6 @@ function clamp(value: number, min: number, max: number): number;
```typescript
clamp(3, 1); // 3
clamp(3, 1, 5); // 3
clamp(3, 5); // 5
clamp(3, 5); // 3
clamp(7, 3, 5); // 5
```