Skip to content

Commit

Permalink
Merge pull request #8 from sevenleaps/develop
Browse files Browse the repository at this point in the history
Merging Master and Develop branchs
  • Loading branch information
paulofla authored Feb 2, 2017
2 parents 8075e12 + d0bcf99 commit c0f63fa
Show file tree
Hide file tree
Showing 15 changed files with 8,426 additions and 7,378 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.24] - 2017-02-03

- Fixed #6: When new messages are added to the queue, they now display - Only supports adding, not removing. (Paul.O'Flaherty)
- No Issue: A user can now have historic messages appear when they start the conversation (Paul.O'Flaherty)
- No Issue: Added a rough story to storybook to simulate a chat (Paul.O'Flaherty)

## [0.0.23] - 2017-01-19

- Fixed #3: Adding a feature to persist messages (Paul.O'Flaherty)

## [0.0.22] - 2016-05-07

- No Issue: updated dependencies to latest (conor.fennell)
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ const MyAwesomeConversation = () =>
<Conversation height={300} messages={messages}/>
```

### Turning off the loop of messages
Messages loop by default.

To turn this off, add a turnOffLoop attribute to Coversation.

This parameter is optional.
```
<Conversation height={300} messages={messages} turnOffLoop />
```

## Storybook examples

Live stories are displayed [here](http://sevenleaps.github.io/chat-template/).
Expand Down
26 changes: 0 additions & 26 deletions build/chat-template-min.js

This file was deleted.

33 changes: 33 additions & 0 deletions builds/chat-template-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c0f63fa

Please sign in to comment.