Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Jul 10, 2018
1 parent 4bac276 commit fa46c9c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
29 changes: 26 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
# jQuery Stepy - A Wizard Plugin
### Master

### 0.1.1
-  

### v0.2.0

#### Changes

- `none` and `selected` event now is prefixed with `complety`: `complety:none` and `complety:selected`;
- Ajax callbacks now is `complety:always`, `complety:done` and `complety:fail` events;
- Drops jQuery name of the files name;
- Loading style now is `.complety__field--loading` by default;
- Moves `functions.getValue` to the root options, now is just `getValue`.

#### Updates

- The `this` element was added on `complety:suggested` parameters.

#### News

- Adds `search` function;
- Adds event `complety:suggested`;
- Support to data attributes;
- The field value now is saved on data for a better background manipulation.

### v0.1.1

#### Fixes

- Fix NPM published version.

### 0.1.0
### v0.1.0

- First release.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "0.1.1"
"version": "0.2.0"
}

0 comments on commit fa46c9c

Please sign in to comment.