Skip to content

Commit

Permalink
Merge branch 'release/0.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Halvorson committed Jul 23, 2018
2 parents 4b834c6 + c80acb5 commit 9ac61bc
Show file tree
Hide file tree
Showing 12 changed files with 377 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
npm-debug.*
build
.DS_Store
out*/
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.storybook
stories
nom-debug.*
npm-debug.*
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.0.5] - 23-07-18
- Remove event listeners when the tabs unmount
- Updated basic documentation inluding external links and typos
- Adds storybook-static and serve storybook via gh-pages

## [0.0.4] - 17-07-18
- Minor documentation updates, general tidy up

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Declaritive, accessible tabs in React that collapse into accordions on mobile.

This component uses the Context API, therefore there is a minimum requirement of **React 16.3**.
This component uses the [Context API](https://reactjs.org/docs/context.html), therefore there is a minimum requirement of **React 16.3**.

## Example

Expand All @@ -16,7 +16,7 @@ npm i @cellosignal/react-tabs

## Usage

```javascript
```jsx
const AwesomeTabs = () => {
return (
<Tabs>
Expand Down Expand Up @@ -60,4 +60,4 @@ We use storybook for component development, to get up and running follow these s

## Contributing

Please see the [contrubting guidlines](CONTRIBUTING.md).
Please see the [contributing guidlines](CONTRIBUTING.md).
Loading

0 comments on commit 9ac61bc

Please sign in to comment.