Skip to content

Commit

Permalink
bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Oct 19, 2017
1 parent 838caaa commit 14bdb12
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 73 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ myIggyInst.getQuery().toJSON()

There are several options to customize the behavior of iggy.

- **`buttonsFirst`** *( `Boolean` optional; default = `false` )*: Move the buttons `+` and `search` to the left side.
- **`sortby`** *( `String` optional; default = `name` )*: Sorting is always first done by `sort` (desc). But it's possible to change second sorting element with this option.
- **`dir`** *( `String` optional; default = `asc` )*: The sort direction of the sort key configured with option `sortby`. allowed are "asc" and "desc".
- **`searchButton`** *( `Object` )*: Optional search button configuration. It will only displayed if `searchButton.template` is defined. To change the sytle you can use the css class `.search-btn`.
Expand Down Expand Up @@ -186,6 +187,7 @@ A [Select2](https://select2.github.io) interface to use it inside a facet.

| Version | Date | Description |
| :-----: | :--------: | :--------------------------------------- |
| 0.4.0 | 2017-10-19 | Added option `buttonsFirst` to move the buttons to the left side #73; fixed handling of very long array elements #72; fixed compatibility with font-awesome 5 #74 |
| 0.3.0 | 2017-04-03 | The search Button is now before the add "+" button. So the order is now ( facet_1, facet_2, ... , facet_n, search_btn, add_btn ) |
| 0.2.8 | 2017-04-03 | Fixed daterange facet locale option overwrite #71 |
| 0.2.7 | 2017-02-02 | Fixed load if no options are passed #70 |
Expand Down
4 changes: 2 additions & 2 deletions css/iggy.css

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

4 changes: 2 additions & 2 deletions dist/css/iggy.css

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

8 changes: 4 additions & 4 deletions dist/js/iggy.js

Large diffs are not rendered by default.

Loading

0 comments on commit 14bdb12

Please sign in to comment.