@@ -2,6 +2,87 @@ Changelog
22=========
33
44
5+ v2.1.1 (2021-12-24)
6+ -------------------
7+
8+ New
9+ ~~~
10+ - Feat: use 'touch' pointer action (#670) [Kazuaki Matsuo]
11+
12+ * chore: specify touch
13+
14+ * comment out touch in drag_and_drop
15+
16+ * fix mypy
17+
18+ * add desctiption of touch action
19+
20+ Test
21+ ~~~~
22+ - Ci: remove ==2021.5.29 (#653) [Kazuaki Matsuo]
23+
24+ * ci: remove ==2021.5.29
25+
26+ * bump black
27+
28+ Other
29+ ~~~~~
30+ - Bump 2.1.1. [Kazuaki Matsuo]
31+ - Chore(deps): bump black from 21.11b1 to 21.12b0 (#664)
32+ [dependabot[bot]]
33+
34+ Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0.
35+ - [Release notes](https://github.com/psf/black/releases)
36+ - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
37+ - [Commits](https://github.com/psf/black/commits)
38+
39+ ---
40+ updated-dependencies:
41+ - dependency-name: black
42+ dependency-type: direct:production
43+ ...
44+ - Chore(deps-dev): update pre-commit requirement from ~=2.15 to ~=2.16
45+ (#663) [dependabot[bot]]
46+
47+ Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
48+ - [Release notes](https://github.com/pre-commit/pre-commit/releases)
49+ - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
50+ - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.15.0...v2.16.0)
51+
52+ ---
53+ updated-dependencies:
54+ - dependency-name: pre-commit
55+ dependency-type: direct:development
56+ ...
57+ - Chore(deps): update pylint requirement from ~=2.11 to ~=2.12 (#662)
58+ [dependabot[bot]]
59+
60+ Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
61+ - [Release notes](https://github.com/PyCQA/pylint/releases)
62+ - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
63+ - [Commits](https://github.com/PyCQA/pylint/compare/v2.11.0...v2.12.1)
64+
65+ ---
66+ updated-dependencies:
67+ - dependency-name: pylint
68+ dependency-type: direct:production
69+ ...
70+ - Chore(deps): update astroid requirement from ~=2.8 to ~=2.9 (#661)
71+ [dependabot[bot]]
72+
73+ Updates the requirements on [astroid](https://github.com/PyCQA/astroid) to permit the latest version.
74+ - [Release notes](https://github.com/PyCQA/astroid/releases)
75+ - [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
76+ - [Commits](https://github.com/PyCQA/astroid/compare/v2.8.0...v2.9.0)
77+
78+ ---
79+ updated-dependencies:
80+ - dependency-name: astroid
81+ dependency-type: direct:production
82+ ...
83+ - Update changelog for 2.1.0. [Kazuaki Matsuo]
84+
85+
586v2.1.0 (2021-11-27)
687-------------------
788
0 commit comments