react-image-turntable
react-image-turntable copied to clipboard
v4
- [x] Closes #24
- [x] Closes #25
- [x] Closes #31
- [x] Closes #34
- [x] Closes #35
- [x] Closes #36
- [x] Update ATTW to use the
node16flag https://www.npmjs.com/package/@arethetypeswrong/cli#profiles - [ ] Increase code coverage
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 |
📦 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.
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!
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.
@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 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.
No probs @imujo! Thanks for testing it out 🙌