Skip to content

Commit a6aa974

Browse files
committed
docs(changelog): updated for 8.2
1 parent 38e4d9d commit a6aa974

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,47 @@
1+
# 8.2.0
2+
3+
* feat(command): `equals` method in Command
4+
* feat(history): consider equal commands for linear history
5+
* feat(history): histories can consider equal commands
6+
* feat(history): standard history has size methods
7+
* feat(history): tree history has size methods
8+
9+
10+
* fix(history): linear history, setsize had incorrect behavior
11+
* fix(code): smells removed
12+
* fix(interaction): fixes `touches` in three and four touch data
13+
14+
15+
* chore(ci): removing the jenkins file
16+
* chore(deps): updating deps
17+
* chore(ts): moving to TS 5.6
18+
19+
20+
* refactor(interaction): fsm impl are now hidden from the interaction class declaration
21+
* refactor(interaction): reducing the use of DSM handlers
22+
* refactor(interaction): removing FSM data handler
23+
* refactor(interaction): removing the useless interface `InteractionData`
24+
* refactor(interaction): simplifying the code of dble clicks and draglock
25+
* refactor(interaction): use of the satisfies keyword
26+
* refactor(code): various code cleaning operations
27+
28+
29+
* Tests cleaned
30+
* Tests added: tests for two touch data
31+
32+
33+
* docs(readme): readme updated
34+
* docs(ts): fix typo
35+
36+
137
# 8.1.0
238
* feat(interaction): tap interaction
39+
40+
341
* fix(interaction): tap must be taps
442
* fix(undo): tree redo issue
543

44+
645
* chore(deps): test deps updated
746
* chore(pkg): moving to TS 5.3
847
* chore(rollup): use of terser for compressing the pkg
@@ -40,6 +79,7 @@
4079
* feat(fsm): can visit FSMs
4180
* feat(not): cancelling interaction operator (#87)
4281

82+
4383
* build(ci): ignoring some files
4484
* build(pkg): commit msg linter
4585
* chore(ci): master to main
@@ -49,6 +89,7 @@
4989
* config(ci): Github ci
5090
* doc(readme): readme updated
5191

92+
5293
* fix(binding): removing useless types
5394
* fix(cmd): better undo name of setProperty
5495
* fix(code): activating id length rule

0 commit comments

Comments
 (0)