Skip to content

Releases: toss/use-funnel

0.0.12

09 Jun 07:46
20f70e9

Choose a tag to compare

What's Changed

  • fix(react-router): fix test by @minuukang in #112
  • chore: version packages by @github-actions in #113
  • fix(docs): add react-router routerOption interface tab by @minuukang in #114
  • docs: add install command by @fe-dudu in #115
  • docs: add missing cleanup params on custom router by @jeongshin in #118
  • fix(docs): prevent duplicate package name replacement in UseFunnelImportReplace by @LimChaeJune in #116
  • fix(*): Fix cleanup effect is prevent normal navigate by @minuukang in #119
  • chore: version packages by @github-actions in #120
  • ci(.github/workflows): simplify 'pnpm install' command by @sukvvon in #121
  • chore(package.json): simplify packageManager version by @sukvvon in #122
  • chore(package.json): replace 'pnpm i' with 'pnpm install' by @sukvvon in #123
  • chore(package.json): remove 'git add' command in 'lint-staged' configuration by @sukvvon in #124
  • fix(next): next router cleanup check querystring without router by @minuukang in #125
  • chore: version packages by @github-actions in #127
  • style(*): apply 'eslint . --fix' by @sukvvon in #126
  • chore: remove unused '.node-version' by @sukvvon in #128
  • docs: fix createFunnelSteps by @jgjgill in #135
  • docs: fix typo in ko docs by @m2na7 in #136
  • fix(core): allow createFunnelSteps.extends() to accept readonly string arrays as the first argument by @L2HYUNN in #137
  • fix(react-router, react-router-dom): cleanup check step is exists to replace sub funnel by @minuukang in #141
  • chore: version packages by @github-actions in #143
  • chore(prettier): migrate config from '.prettierrc.json' to 'package.json' by @sukvvon in #140
  • chore(.nvmrc): update node version to 22 by @sukvvon in #139
  • feat(next): add compat package of @toss/use-funnel by @minuukang in #142
  • chore: version packages by @github-actions in #144
  • fix(core): Add .js missing .js file extensions by @WooWan in #145
  • chore(eslint): migrate to flat configuration by @sukvvon in #131
  • fix(next): compat initialStep is ignoring by @minuukang in #146
  • chore: version packages by @github-actions in #147
  • style(*): add newline after 'use client' directive by @sukvvon in #148
  • fix(next): cannot export core module with compat package by @minuukang in #149
  • chore: version packages by @github-actions in #150
  • docs: unify useFunnel docs tone to casual ~에요 style by @kimjihyo in #151
  • fix(next): handle objects without hasOwnProperty in stringifyQueryJson by @p-iknow in #153
  • chore: version packages by @github-actions in #154
  • feature(next, core): Add disable cleanup option, fix next/compat using independent step name. by @minuukang in #155
  • chore: version packages by @github-actions in #156
  • fix(next/compat): missing SetStepOpion when using initialContext option by @minuukang in #158
  • feature(next): add suspense option by @Junnis0123 in #157
  • chore: version packages by @github-actions in #159

New Contributors

Full Changelog: 0.0.11...0.0.12

0.0.11

15 Feb 18:55
fc47b29

Choose a tag to compare

What's Changed

  • docs: Update docs by @SunYoungKwon in #102
  • feat(docs): add Documentation for Potential Hydration Issues with @use-funnel/browser in App Router by @L2HYUNN in #106
  • docs: add README.md to each package by @SunYoungKwon in #107
  • docs: add Migration from @toss/use-funnel by @minuukang in #108
  • feat(react-router): Add react router package & update discord link at documents by @minuukang in #110
  • chore: version packages by @github-actions in #111

Full Changelog: 0.0.10...0.0.11

0.0.10

29 Dec 16:24
20b7e09

Choose a tag to compare

What's Changed

  • fix(browser): fix initial history.state mismatch by @mitchell-up in #91
  • chore: version packages by @github-actions in #93
  • fix(*): Cleanup funnel state when unmounted by @minuukang in #97
  • chore: version packages by @github-actions in #98
  • Revert "chore: version packages" by @minuukang in #99
  • chore: version packages by @github-actions in #100

New Contributors

Full Changelog: 0.0.9...0.0.10

0.0.9

18 Dec 05:18
0bfc737

Choose a tag to compare

What's Changed

  • chore: rename utile.test.ts to util.test.ts by @joon623 in #87
  • fix(*): Fix overlay step render before step when is event step by @minuukang in #88
  • chore: version packages by @github-actions in #89

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

20 Nov 06:38
0367d4a

Choose a tag to compare

What's Changed

  • feat(etc) : Configuring the package local test environment by @XionWCFM in #70
  • fix: Remove unnecessary error logs by @qqww08 in #78
  • fix(native): overlay close on empty history stack by @CodePsy-2001 in #79
  • chore: version packages by @minuukang in #80
  • chore: version packages by @github-actions in #81
  • fix(*): test command prebuild core package by @minuukang in #82

New Contributors

Full Changelog: 0.0.7...0.0.8

0.0.7

26 Sep 14:50
0b1a5af

Choose a tag to compare

What's Changed

  • fix(core): remove unnecessary conditional type in RequiredCompareKeys by @minuukang in #56
  • test(core): add tests for OptionalCompareKeys when TResult has optional keys by @L2HYUNN in #58
  • fix(docs): type error in SelectSchool within funnel.Render example from README.md by @Lennon57 in #61
  • fix(react-router-dom): remove the misplaced character } by @bigsaigon333 in #64
  • fix(core): add state initial fallback when history array is empty by @minuukang in #65
  • chore: version packages by @github-actions in #66
  • fix(next): Keep current history context at refresh by @minuukang in #69
  • chore: version packages by @github-actions in #71
  • fix(next): wrong using next history.length by @minuukang in #73
  • chore: version packages by @github-actions in #74

New Contributors

Full Changelog: 0.0.5...0.0.7

0.0.5

08 Sep 08:07
3369bc9

Choose a tag to compare

What's Changed

  • fix(core): when createFunnelSteps extends with no option at initial the context assigned never type. by @minuukang in #53
  • chore: version packages by @github-actions in #54

Full Changelog: 0.0.4...0.0.5

0.0.4

04 Sep 16:53
c1f57b7

Choose a tag to compare

What's Changed

  • refactor: refactored using the useUpdatableRef hook by @woogie0303 in #46
  • fix(core): When createFunnelStep() extends step has empty option, will setup previous FunnelStepOption by @minuukang in #49
  • 0.0.4 by @minuukang in #50
  • chore: version packages by @github-actions in #51

New Contributors

Full Changelog: https://github.com/toss/use-funnel/commits/0.0.4