nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-smart-table / changeLog.md
1 ## version 1.1.0
2
3 * allow binding on search predicate [https://github.com/lorenzofox3/Smart-Table/issues/142] (issue 142)
4 Note that if you want to search against a property name you have now to put in under single quote otherwise it will be considered as a binding
5 ```markup
6 <input st-search="'name'"/>
7 ```
8
9 ## version 1.1.1
10
11 * fix #146 and #148, set stPipe before stPagination is called. Thanks [brianchance](https://github.com/brianchance)
12
13 ## version 1.2.1
14
15 * implement #149 (default sorting)
16
17 ## version 1.2.2
18
19 * hide pagination when less than 1 page
20 * add unit tests for pagination directive
21
22 ## version 1.2.3
23
24 * fix back to natural sort order
25 * use same strategy view -> table state, table state -> view for all the plugins
26
27 ## version 1.2.4
28
29 * fix #161 
30
31 ## version 1.2.5
32
33 * fix #162
34
35 ## version 1.2.6
36
37 * fix #165
38 * ability to overwrite class names for (st-sort-ascent and st-sort-descent) thanks to [replacement87](https://github.com/replacement87)
39
40 ## version 1.2.7
41
42 * fix #167
43
44 ## version 1.3.0
45
46 * new feature, items by page and displayed page can be bound
47
48 ## version 1.4.0
49
50 * support external template for pagination
51 * support angular v1.3.x
52
53 ## version 1.4.1
54
55 * ability to skip natural ordering state (ie fix #192)
56
57 ## versiokn 1.4.2
58
59 * fix #200, `this` in a custom pipe function does not refer to the table controller anymore, and the signature of a custom pipe function is
60 ```javascript
61 function(tableState, tableController){
62
63 }
64 ```
65
66 ## version 1.4.3
67
68 * ability to set filter function <code>st-set-filter</code>
69 * ability to set sort function <code>st-set-sort</code>
70
71 ## version 1.4.4
72
73 * patch for sync problem
74
75 ## version 1.4.5
76
77 * merge #234, #218
78 * fix #233 #237
79
80 ## version 1.4.6
81
82 * evaluate sort predicate as late as possible
83 * fix #262
84
85 ## version 1.4.7
86
87 * fix #276
88
89 ## version 1.4.8
90
91 * fix #281
92
93 ## version 1.4.9
94
95 * fix #285
96
97 ## version 1.4.10
98
99 * fix #284
100 * fix #290
101
102 ## version 1.4.11
103
104 * fix #296
105 * add possibility to bind a callback when page changes
106
107 ## version 1.4.12
108
109 * don't use pagination class twice
110 * build improvement
111
112 ## version 1.4.13
113
114 * use a global configuration
115 * expose filtered collection result
116
117 ## version 2.0.0
118
119 * use interpolation rather than binding for st-search directive (to avoid the creation of isolated scope)
120
121 **This is a breaking change as now, you will have to remove the single quote around the predicate property name, and if you were using a binding, you'll have to interpolate it with the curly brace notation**
122
123 ## version 2.0.1
124
125 * fix #328
126
127 ## version 2.0.2
128
129 * add debounce to custom pipe function to make sure tableState is stable
130 * fix #329
131
132 ## version 2.0.3
133
134 * implements #379
135 * fix #390
136
137 ## version 2.1.0
138
139 * support nested search (thanks to @jansabbe)
140 * fix #254
141 * fix wrong path to default config for stSkipNatural (@phuvo)
142 * fix #406
143
144 ## version 2.1.1
145
146 * support commonjs 
147 * add totalItemCount on tableState (@eirikbell)
148
149 ## version 2.1.2
150
151 * improve build #461 [stanleyxu](https://github.com/stanleyxu2005)
152
153 ## version 2.1.3
154
155 * fix #477
156
157 ## version 2.1.4
158
159 * add throttle to sort
160 * add watch to first item in collection (@matthewbednarski)
161
162 ## version 2.1.5
163
164 * #544
165 * #533
166 * #515
167
168 ## version 2.1.6
169
170 * #559
171
172 ## version 2.1.7
173
174 * fix [#468](https://github.com/lorenzofox3/Smart-Table/issues/468) thanks to Douglas-Treadwell
175