Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Sep 16, 2015
1 parent 5ccf6ff commit 63544ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## v0.6.6

- **Bug Fix**
- Add className to locals of Struct and List (thanks @jsor)

## v0.6.5 (backport from 0.7.1)

- **Internal**
Expand Down
11 changes: 11 additions & 0 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,16 @@ var options = {
};
```

### Style

You can customise the style with the `className` option

```js
var options = {
className: 'mystyle'
};
```

### Fields order

You can sort the fields with the `order` option:
Expand Down Expand Up @@ -591,6 +601,7 @@ var options = {
The following options are similar to the Struct ones:

- `auto`
- `className`
- `disabled`
- `help`
- `hasError`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcomb-form",
"version": "0.6.5",
"version": "0.6.6",
"description": "React.js powered UI library for developing forms writing less code",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 63544ca

Please sign in to comment.