Skip to content

Commit 9ac61bc

Browse files
author
Jamie Halvorson
committed
Merge branch 'release/0.0.5'
2 parents 4b834c6 + c80acb5 commit 9ac61bc

12 files changed

+377
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
npm-debug.*
44
build
55
.DS_Store
6+
out*/

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.storybook
22
stories
3-
nom-debug.*
3+
npm-debug.*

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.0.5] - 23-07-18
4+
- Remove event listeners when the tabs unmount
5+
- Updated basic documentation inluding external links and typos
6+
- Adds storybook-static and serve storybook via gh-pages
7+
38
## [0.0.4] - 17-07-18
49
- Minor documentation updates, general tidy up
510

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
## Example
88

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

1717
## Usage
1818

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

6161
## Contributing
6262

63-
Please see the [contrubting guidlines](CONTRIBUTING.md).
63+
Please see the [contributing guidlines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)