Skip to content
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

Merged
merged 17 commits into from
May 27, 2017
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion app/react/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## Changelog
### v3.0.0-alpha0 (18-May-2017)

Storybook 3.0 is our first fully community-driven release! Notable changes:
- Move from `@kadira` to `@storybooks` org across [github](https://github.com/storybooks/storybook/), [npm](FIXME), [docs](https://storybooks.js.org/)
- Upgrade to Webpack2 [PR637](https://github.com/storybooks/storybook/pull/637)
Copy link
Contributor

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

https://github.com/storybooks/storybook/pull/637
https://github.com/storybooks/storybook-addon-graphql/pull/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.

Copy link
Member Author

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!

Copy link
Contributor

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 😬

- Switch to monorepo and overhaul package structure. [PR749](https://github.com/storybooks/storybook/pull/749)
[PR1031](https://github.com/storybooks/storybook/pull/1031)

<details>
<summary>
All changes
</summary>
- fill list of PRs since 2.5.3
- ...
</details>

### v2.35.3

Expand Down
25 changes: 0 additions & 25 deletions HISTORY.md

This file was deleted.

5 changes: 1 addition & 4 deletions app/react/ROADMAP.md → ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-* A clear guide to hack React Storybook

I think we need the new one since we've changed everything in the repo.

-* Addon API and addons
-* React Native Support
-* UI addons (Add different panels like Action Logger)

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?

Copy link
Member Author

@shilman shilman May 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved it to the root directory, not deleted.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean don't delete this points