Skip to content

Commit

Permalink
Merge branch 'release/3.3' into dd/auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan authored Oct 31, 2017
2 parents e984abd + d42e4c1 commit 1d0d679
Show file tree
Hide file tree
Showing 73 changed files with 6,353 additions and 5,576 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- run:
name: Integration Test - Kichen sinks
command: yarn test --integration
- store_artifacts:
path: integration/__image_snapshots__
destination: integration_image_snapshots
example-react-native:
<<: *defaults
steps:
Expand Down
26 changes: 26 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 85
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 5
# Issues with these labels will never be considered stale
exemptLabels:
- bug
- 'help wanted'
- 'in progress'
- 'do not merge'
- 'needs review'

# Label to use when marking an issue as stale
staleLabel: inactive
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Hi everyone! Seems like there hasn't been much going on in this issue lately.
If there are still questions, comments, or bugs, please feel free to continue
the discussion. We do try to do some housekeeping every once in a while so
inactive issues will get closed after 90 days. Thanks!
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
Hey there, it's me again! I am going to help our maintainers close this issue
so they can focus on development efforts instead. If the issue mentioned is
still a concern, please open a new ticket and mention this old one. Cheers
and thanks for using Storybook!
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ cd my-react-app
getstorybook
```

The `-g` global install is used to run our cli tool in your project directory to generate templates for your existing projects. To avoid the global install and start your project manually, take a look at our [Slow Start Guide](https://storybook.js.org/basics/slow-start-guide/).

Once it's installed, you can `npm run storybook` and it will run the development server on your local machine, and give you a URL to browse some sample stories.

**Storybook v2.x migration note**: If you're using Storybook v2.x and want to shift to 3.x version the easiest way is:
Expand Down
43 changes: 0 additions & 43 deletions addons/actions/CHANGELOG.md

This file was deleted.

15 changes: 0 additions & 15 deletions addons/centered/CHANGELOG.md

This file was deleted.

111 changes: 0 additions & 111 deletions addons/comments/CHANGELOG.md

This file was deleted.

15 changes: 0 additions & 15 deletions addons/events/CHANGELOG.md

This file was deleted.

5 changes: 0 additions & 5 deletions addons/graphql/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion addons/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"global": "^4.3.2",
"graphiql": "^0.11.6",
"graphiql": "^0.11.10",
"graphql": "^0.11.7",
"prop-types": "^15.6.0"
},
Expand Down
85 changes: 0 additions & 85 deletions addons/info/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 1d0d679

Please sign in to comment.