Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssogaard committed Feb 28, 2018
2 parents 7b73847 + 0a9506e commit 589a276
Show file tree
Hide file tree
Showing 115 changed files with 15,685 additions and 593 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://medium.com/conversational-interfaces/introducing-the-conversational-form-c3166eb2ee2f#.yq5axcfcq"><strong>Learn why we did it</strong></a>
</p>
<p align="center">
<a href="https://space10-community.github.io/conversational-form/docs/0.9.71/"><strong>Explore Conversational Form docs »</strong></a>
<a href="https://space10-community.github.io/conversational-form/docs/0.9.80/"><strong>Explore Conversational Form docs »</strong></a>
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/space10-community/conversational-form/master/docs/0.9.70/assets/readme-cf.gif" />
Expand All @@ -17,7 +17,7 @@
Include ConversationalForm in your page:

```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/space10-community/conversational-form@0.9.71/dist/conversational-form.min.js" crossorigin></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/space10-community/conversational-form@0.9.80/dist/conversational-form.min.js" crossorigin></script>
```
Or download the latest release:
- Clone the repo: ````git clone https://github.com/space10-community/conversational-form.git````
Expand All @@ -33,7 +33,7 @@ ConversationalForm will automatically look through the DOM for a form element wi

[jsbin](https://jsbin.com/vopuxukaze/edit?html,js,output)

Read the [Getting started](https://space10-community.github.io/conversational-form/docs/0.9.71/getting-started/) page for information on the framework contents, options, templates and examples and more.
Read the [Getting started](https://space10-community.github.io/conversational-form/docs/0.9.80/getting-started/) page for information on the framework contents, options, templates and examples and more.

## Status
[![npm version](https://img.shields.io/npm/v/conversational-form.svg)](https://www.npmjs.com/package/conversational-form)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conversational-form",
"version": "0.9.6",
"version": "0.9.80",
"authors": [
{
"name" : "Daniel Friis",
Expand Down
Loading

0 comments on commit 589a276

Please sign in to comment.