react-image-turntable icon indicating copy to clipboard operation
react-image-turntable copied to clipboard

v4

Open nerdyman opened this issue 1 year ago • 8 comments

  • [x] Closes #24
  • [x] Closes #25
  • [x] Closes #31
  • [x] Closes #34
  • [x] Closes #35
  • [x] Closes #36
  • [x] Update ATTW to use the node16 flag https://www.npmjs.com/package/@arethetypeswrong/cli#profiles
  • [ ] Increase code coverage

nerdyman avatar Nov 26 '23 21:11 nerdyman

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

Name Status Preview Comments Updated (UTC)
react-image-turntable ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 11:38am

vercel[bot] avatar Nov 26 '23 21:11 vercel[bot]

📦 esbuild Bundle Analysis for react-image-turntable

This analysis was generated by esbuild-bundle-analyzer. 🤖

Meta File Out File Size (raw) Note
lib/dist/metafile-esm.json dist/index.mjs 6.00 KB 🆕 Added
Largest paths These visualization shows top 20 largest paths in the bundle.

Meta file: lib/dist/metafile-esm.json, Out file: dist/index.mjs

Path Size
src/useReactImageTurntable.ts ${{\color{Goldenrod}{ ████████████████▋ }}}$ 66.6%, 3.86 KB
src/ReactImageTurntable.tsx ${{\color{Goldenrod}{ ████████▎ }}}$ 33.4%, 1.93 KB
src/index.ts ${{\color{Goldenrod}{ }}}$ 0.0%, 0 B
Details

Next to the size is how much the size has increased or decreased compared with the base branch of this PR.

  • ‼️: Size increased by 20% or more. Special attention should be given to this.
  • ⚠️: Size increased in acceptable range (lower than 20%).
  • ✅: No change or even downsized.
  • 🗑️: The out file is deleted: not found in base branch.
  • 🆕: The out file is newly found: will be added to base branch.

github-actions[bot] avatar Oct 19 '24 12:10 github-actions[bot]

Open in Stackblitzexample

npm i https://pkg.pr.new/nerdyman/react-image-turntable@28

commit: de3c9d3

pkg-pr-new[bot] avatar Oct 19 '24 13:10 pkg-pr-new[bot]

Hi @nerdyman ,

I noticed that in v4 of the library, you've added functionality for controlling turntable state with a hook from parent. This feature is necessary for my project. I was wondering if you could provide an estimate of when this PR might be merged?

I'd greatly appreciate any information you can share regarding the timeline for this feature.

Thanks in advance, and keep up the great work!

imujo avatar Dec 16 '24 11:12 imujo

Thanks for the kind words @imujo!

I don't have much time atm to do the v4 release but can do a beta npm release this week with what's currently on this branch so you'll be able to use that in the meantime. I'll drop a message here when it's published.

nerdyman avatar Dec 16 '24 16:12 nerdyman

@imujo This has been published, you can get it by installing react-image-turntable@next.

npm install react-image-turntable@next
pnpm install react-image-turntable@next
yarn add react-image-turntable@next

Let me know if you run into any issues.

nerdyman avatar Dec 17 '24 11:12 nerdyman

@nerdyman Thanks so much for the quick turnaround! I've tested the beta release, and everything works for my project. I really appreciate your responsiveness and effort.

imujo avatar Dec 18 '24 15:12 imujo

No probs @imujo! Thanks for testing it out 🙌

nerdyman avatar Dec 18 '24 16:12 nerdyman