-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
3.0.0 release notes && release notes automation #1047
Changes from 3 commits
13a071e
b5659ce
e1a60fe
f9310f4
1719880
ac0892c
ce1eb21
4709417
563f854
a90b36f
c992573
f45581c
4329d58
bbda879
a9c407a
ef9fec2
507c1c7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,10 @@ | |
|
||
### Short Term | ||
|
||
* Addon API and addons | ||
* A clear guide to hack React Storybook | ||
* React Native Support | ||
* Mobile support | ||
|
||
### Long Term | ||
|
||
* Automatic story generation (and edge case detection) based on propTypes. | ||
* Angular Support | ||
* Vue Support | ||
* UI addons (Add different panels like Action Logger) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I think we need the new one since we've changed everything in the repo.
Do we have any place to move it instead of just delete? Could it be cool to show wich roadmap points already done? What do you think about it, maybe right here one more section with the title 'realized steps' or checkboxes? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I moved it to the root directory, not deleted. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I mean don't delete this points |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit nitpicky, and really doesn't matter, but you can just include the URL and github will shorten it to a nicer looking link.
Example:
#637
storybook-eol/storybook-addon-graphql#19
I think it's a slightly nicer format when viewing issues on github, and it falls back to the correct link when viewing code outside of github.
I'm totally fine using the
[PRXXX](link)
format if that's the desired format, but since it looks kind of inconsistent in the changelog's history, I thought I'd bring it up.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@apexskier I just used the PR format since it was already setup that way. I have converted to using normal links, although they don't seem to be collapsing properly (perhaps because I'm viewing them on a fork of the main repo???) Further suggestions much appreciated!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the collapsing will be fixed once merged 😬