Skip to content

Commit f15bd28

Browse files
committed
v0.9.90
2 parents 815b01a + 8906db7 commit f15bd28

File tree

125 files changed

+21481
-459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+21481
-459
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://medium.com/conversational-interfaces/introducing-the-conversational-form-c3166eb2ee2f#.yq5axcfcq"><strong>Learn why we did it</strong></a>
77
</p>
88
<p align="center">
9-
<a href="https://space10-community.github.io/conversational-form/docs/0.9.80/"><strong>Explore Conversational Form docs »</strong></a>
9+
<a href="https://space10-community.github.io/conversational-form/docs/0.9.90/"><strong>Explore Conversational Form docs »</strong></a>
1010
</p>
1111
<p align="center">
1212
<img src="https://raw.githubusercontent.com/space10-community/conversational-form/master/docs/0.9.70/assets/readme-cf.gif" />
@@ -17,7 +17,7 @@
1717
Include ConversationalForm in your page:
1818

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

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

36-
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.
36+
Read the [Getting started](https://space10-community.github.io/conversational-form/docs/0.9.90/getting-started/) page for information on the framework contents, options, templates and examples and more.
3737

3838
## Status
3939
[![npm version](https://img.shields.io/npm/v/conversational-form.svg)](https://www.npmjs.com/package/conversational-form)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conversational-form",
3-
"version": "0.9.83",
3+
"version": "0.9.90",
44
"authors": [
55
{
66
"name" : "Daniel Friis",

dist/conversational-form.css

Lines changed: 103 additions & 320 deletions
Large diffs are not rendered by default.

dist/conversational-form.js

Lines changed: 118 additions & 49 deletions
Large diffs are not rendered by default.

dist/conversational-form.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/conversational-form.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/0.9.80/DOM-element-attributes/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
v0.9.80
7373
</a>
7474
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="cfdoc-versions">
75+
<a class="dropdown-item" href="../../0.9.90/">v0.9.90</a>
7576
<a class="dropdown-item active" href="../../0.9.80/">v0.9.80</a>
7677
<a class="dropdown-item" href="../../0.9.71/">v0.9.71</a>
7778
<a class="dropdown-item" href="../../0.9.70/">v0.9.70</a>

docs/0.9.80/appearance/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
v0.9.80
7373
</a>
7474
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="cfdoc-versions">
75+
<a class="dropdown-item" href="../../0.9.90/">v0.9.90</a>
7576
<a class="dropdown-item active" href="../../0.9.80/">v0.9.80</a>
7677
<a class="dropdown-item" href="../../0.9.71/">v0.9.71</a>
7778
<a class="dropdown-item" href="../../0.9.70/">v0.9.70</a>

docs/0.9.80/build-the-source/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
v0.9.80
7373
</a>
7474
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="cfdoc-versions">
75+
<a class="dropdown-item" href="../../0.9.90/">v0.9.90</a>
7576
<a class="dropdown-item active" href="../../0.9.80/">v0.9.80</a>
7677
<a class="dropdown-item" href="../../0.9.71/">v0.9.71</a>
7778
<a class="dropdown-item" href="../../0.9.70/">v0.9.70</a>

docs/0.9.80/credits/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
v0.9.80
7373
</a>
7474
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="cfdoc-versions">
75+
<a class="dropdown-item" href="../../0.9.90/">v0.9.90</a>
7576
<a class="dropdown-item active" href="../../0.9.80/">v0.9.80</a>
7677
<a class="dropdown-item" href="../../0.9.71/">v0.9.71</a>
7778
<a class="dropdown-item" href="../../0.9.70/">v0.9.70</a>

0 commit comments

Comments
 (0)