-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fixes for v3 #70
Fixes for v3 #70
Conversation
@ndelangen I've setup netlify deploy previews to build storybooks, please let me know if it works for you. I'm taking this opportunity to learn netlify :-) so not transferring this to an org yet. Happy to move this repo to an org (Storybooks?) if it make more sense in maintaining this. |
@ndelangen @xadn this is published as v3.0.0 (with a note on readme) Thanks so much! |
@xyc yeah I'm open to moving this repo under the storybook github org if you are, I'll invite you to the storybook org, so you can transfer. |
@ndelangen just transferred, thanks! |
@ndelangen I don't have admin / settings access to this repo now, do you mind taking a look? |
Hey guys @ndelangen @xadn, I have made a few fixes before v3.0.0 release of this library. The major feature of v3 is @xadn's hook/new context API pr (#68, #69).
This PR fixes:
<ol>
as root dom element (Make root dom element of <Inspector> not <li> #53)ƒ
object.constructor.name
isObject
, don't showObject
in the preview.Old:
▶Object {...}
New:▶{...}
▶ (20) {...}
I'm intending other features in the backlog to be in a future release: detailed preview and long iterables #58, so that they could be implemented in a proper and extensible way.