Skip to content

Commit 7ad2bb4

Browse files
committed
update the docs with new info about the issue #55
1 parent 52e4efe commit 7ad2bb4

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

docs/faq.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,16 @@ BREAKING:
8585

8686
> Are you using Chrome 84 or later?
8787
88-
Enabling custom formatters in the devtools settings is not longer sticky.
89-
Custom formatters are likely to be removed later this year.
88+
~~Enabling custom formatters in the devtools settings is not longer sticky.~~
89+
~~Custom formatters are likely to be removed later this year.~~
9090

91-
Please [follow the issue here](https://github.com/binaryage/cljs-devtools/issues/55)
91+
Please [follow the issue here](https://github.com/binaryage/cljs-devtools/issues/55)
92+
93+
UPDATE:
94+
95+
Chrome developers [reconsidered removing the custom formatters feature](https://github.com/binaryage/cljs-devtools/issues/55#issuecomment-632384007).
96+
97+
All works the same as before for now. Please make sure you are using the latest Chrome (Canary) update.
9298

9399
---
94100

docs/installation.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44

55
Available in [**Chrome 47 and higher**](http://googlechromereleases.blogspot.cz/2015/12/stable-channel-update.html).
66

7-
**WARNING**: Custom formatters will be probably removed from Chrome 86 (or later).
8-
Please read recent news in [issue 55](https://github.com/binaryage/cljs-devtools/issues/55).
9-
Newly since Chrome 84 you have to re-enable custom formatters every time you open devtools. The setting is not sticky anymore.
7+
~~**WARNING**: Custom formatters will be probably removed from Chrome 86 (or later).~~
8+
~~Please read recent news in [issue 55](https://github.com/binaryage/cljs-devtools/issues/55).~~
9+
~~Newly since Chrome 84 you have to re-enable custom formatters every time you open devtools. The setting is not sticky anymore.~~
10+
11+
UPDATE:
12+
13+
Chrome developers [reconsidered removing the custom formatters feature](https://github.com/binaryage/cljs-devtools/issues/55#issuecomment-632384007).
14+
15+
All should work the same as before for now. If your setting is not sticky, please make sure you are using the latest Chrome (Canary) update.
1016

1117
* Open DevTools
1218
* Go to Settings ("three dots" icon in the upper right corner of `DevTools > Menu > Settings F1 > Preferences > Console`)

0 commit comments

Comments
 (0)