Skip to content

Commit dcd26dd

Browse files
Merge pull request #328 from day8/feature/changelog
Update CHANGELOG.md
2 parents bc5c798 + ea52fe4 commit dcd26dd

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

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+
449
#### Changed
550

651
- 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

Comments
 (0)