|
| 1 | +# 7.4.0 |
| 2 | + |
| 3 | +* change(api): union type for log level instead of enum |
| 4 | +* change(api): union type instead of enum for cmd status |
| 5 | +* change(api): union type instead of enum for whentype |
| 6 | + |
| 7 | +* fix(code): various linting issues fixed (unicorn) |
| 8 | +* fix(package): try to improve the rollup packaging |
| 9 | + |
| 10 | +* update(deps): some deps updated |
| 11 | + |
| 12 | +* clean(code): fixing blank lines |
| 13 | +* clean(config): use exact version in deps |
| 14 | +* clean(test): tests cleaned |
| 15 | + |
| 16 | +* config(eslint): changing the format of the eslint config |
| 17 | + |
| 18 | + |
1 | 19 | # 7.3.0 |
2 | 20 |
|
3 | 21 | * feat(undo): import/export tree history |
|
96 | 114 | * change(binder) 'ifHadNoEffect' routine now cumulative (#63) |
97 | 115 | * change(binder): 'end' routine now cumulative (#59) |
98 | 116 | * change(binder): 'first' routine is cumulative (#57) |
99 | | - |
| 117 | + |
100 | 118 | * doc(binder): documentation on cumulative routines (#66) |
101 | 119 |
|
102 | 120 |
|
|
132 | 150 | * new(logging): new logging system, Fitts law feature preview |
133 | 151 | * new(command): added UndoNTimes and RedoNTimes commands |
134 | 152 | * new(interaction): X-Y deltas added to SrcTgtPointsData interaction data |
135 | | - |
| 153 | + |
136 | 154 | * change(api): use property in interfaces instead of Java-like getter/setter |
137 | 155 | * change(command): made private command properties protected |
138 | | - |
| 156 | + |
139 | 157 | * fix(binding): cancelling the interaction should not rely on hadEffect of the command |
140 | 158 | * fix(binding): the binding API should not expose FSM handling routines |
141 | 159 | * fix(command): setProperty and SetProperties should have mutable new values |
|
154 | 172 | * feat(command): new command setProperties |
155 | 173 | * feat(command): new command setProperty |
156 | 174 | * feat(undo): can specify the undo history to the context |
157 | | - |
| 175 | + |
158 | 176 | * config(pkg): irrelevant script cmd removed |
159 | 177 | * config(deps): dependencies updated |
160 | 178 |
|
|
205 | 223 | * change(api): interaction data does not expose flush anymore |
206 | 224 | * change(api): the on routine should take at least one argument |
207 | 225 | * change(undo): undo collector renamed as undo history |
208 | | - |
| 226 | + |
209 | 227 | * build(deps): dependencies updated |
210 | 228 |
|
211 | 229 | * clean(code): code and test cleaned |
212 | | - |
| 230 | + |
213 | 231 | * doc(api): documentation updated |
214 | 232 | * doc(config): better documentation generation |
215 | | - |
| 233 | + |
216 | 234 | * fix(undo): error while removing oldest undoable instances |
217 | 235 | * fix(doc): incorrect documentation on binders |
218 | 236 |
|
|
253 | 271 |
|
254 | 272 | # 5.1.0 |
255 | 273 |
|
256 | | -* change(interaction): API change. Transition has now a generic type used by its methods. |
| 274 | +* change(interaction): API change. Transition has now a generic type used by its methods. |
257 | 275 | This allowed code simplification in interactions implementations. |
258 | 276 | * feat(interaction): long press interaction |
259 | 277 | * feat(interaction): N-clicks interaction |
|
0 commit comments