You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,51 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
3
3
4
+
## 1.2.0 (2021-11-03)
5
+
6
+
#### Added
7
+
8
+
- Add path annotation support to app-db panel inspectors.
9
+
Left click to set the inspector's path to the path of the clicked item.
10
+
Right click to get a context menu to copy path, copy object or copy REPL forms.
11
+
Thanks to [MawiraIke](https://github.com/MawiraIke).
12
+
13
+
#### Changed
14
+
15
+
- Set devtools max-no-body-items pref to 10K. Thanks to [MawiraIke](https://github.com/MawiraIke).
16
+
17
+
#### Fixed
18
+
19
+
- Use component name as operation name for tracing. See #322. Thanks to [p-himik](https://github.com/p-himik).
20
+
- Fix subs ID overflowing on subs tab. Thanks to [MawiraIke](https://github.com/MawiraIke).
21
+
22
+
## 1.1.13 (2021-07-27)
23
+
24
+
#### Fixed
25
+
26
+
- Fix overuse of `apply` fn in cljs-devtools wrapper
27
+
28
+
## 1.1.12 (2021-07-23)
29
+
30
+
#### Added
31
+
32
+
- Add leiningen alias for clj-kondo
33
+
- Add lein-count leiningen plugin
34
+
- Add lein-pprint leiningen plugin
35
+
36
+
#### Changed
37
+
38
+
- Upgrade shadow-cljs to 2.15.2
39
+
- Replace lein-ancient leiningen plugin with antq
40
+
- Upgrade ClojureScript to 1.10.879
41
+
42
+
#### Fixed
43
+
44
+
- Fix linter errors and warnings
45
+
- Reduce subscription load in cljs-devtools component
46
+
47
+
## 1.1.11 (2021-07-14)
48
+
4
49
#### Changed
5
50
6
51
- Upgrade re-highlight to 1.1.0. Includes [highlight.js 11.1.0](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md#version-1110).
0 commit comments