Skip to content

Commit 40819bb

Browse files
committed
release 7.4.0
1 parent 0d0697e commit 40819bb

1 file changed

Lines changed: 26 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
# 7.3.0
220

321
* feat(undo): import/export tree history
@@ -96,7 +114,7 @@
96114
* change(binder) 'ifHadNoEffect' routine now cumulative (#63)
97115
* change(binder): 'end' routine now cumulative (#59)
98116
* change(binder): 'first' routine is cumulative (#57)
99-
117+
100118
* doc(binder): documentation on cumulative routines (#66)
101119

102120

@@ -132,10 +150,10 @@
132150
* new(logging): new logging system, Fitts law feature preview
133151
* new(command): added UndoNTimes and RedoNTimes commands
134152
* new(interaction): X-Y deltas added to SrcTgtPointsData interaction data
135-
153+
136154
* change(api): use property in interfaces instead of Java-like getter/setter
137155
* change(command): made private command properties protected
138-
156+
139157
* fix(binding): cancelling the interaction should not rely on hadEffect of the command
140158
* fix(binding): the binding API should not expose FSM handling routines
141159
* fix(command): setProperty and SetProperties should have mutable new values
@@ -154,7 +172,7 @@
154172
* feat(command): new command setProperties
155173
* feat(command): new command setProperty
156174
* feat(undo): can specify the undo history to the context
157-
175+
158176
* config(pkg): irrelevant script cmd removed
159177
* config(deps): dependencies updated
160178

@@ -205,14 +223,14 @@
205223
* change(api): interaction data does not expose flush anymore
206224
* change(api): the on routine should take at least one argument
207225
* change(undo): undo collector renamed as undo history
208-
226+
209227
* build(deps): dependencies updated
210228

211229
* clean(code): code and test cleaned
212-
230+
213231
* doc(api): documentation updated
214232
* doc(config): better documentation generation
215-
233+
216234
* fix(undo): error while removing oldest undoable instances
217235
* fix(doc): incorrect documentation on binders
218236

@@ -253,7 +271,7 @@
253271

254272
# 5.1.0
255273

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.
257275
This allowed code simplification in interactions implementations.
258276
* feat(interaction): long press interaction
259277
* feat(interaction): N-clicks interaction

0 commit comments

Comments
 (0)