This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nfo into release/v1.0
* Simplified.
pocka
added
bug
enhancement
version: major
When you make incompatible API change
v1
Version 1.x
labels
Jan 27, 2019
* Yarn does not create symlink when installed as "file:".
* Update storybook to v4. * Update build related packages.
* Switch to use decorator API. With this change and @storybook/4.2, we can now work with addon-knobs!
Switch to use decorator API
* Refactor and Cleanup.
…nfo into release/v1.0
* Change demo link.
Just wanted to say the changes are looking fantastic for our team (trying out the |
TODOs before release
|
* Remove "Desktop" section and Add "Versions" section.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v1.0.0 release.
While v0.x.x I've tried to make this addon's interface similar to
@storybook/addon-info
as much as possible, but I decided to not to stick it from v1. Options are reconsidered for Vue.js, Designs are renewed, New features are added.Preview
Breaking changes
Options
propTables
withcomponents
propTablesExclude
propsDescription
optiondocsInPanel
flagBehavior
components
property in story component when looking up target componentsextends
andmixins
(Props are not inherited when extending a component #59 )Bug fixes
[ ]this
binding problem for props default (Bug with Vue-i18n #63 )Other changes