Skip to content

Commit

Permalink
Upgrade re-frame-10x to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Oct 31, 2023
1 parent dca8261 commit 490baad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### Changed

- Upgrade re-frame-10x to 1.7.0
- Upgrade shadow-cljs to 2.20.5

## 2.4.8
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ I'll assume Chrome for the purposes of further explanation:

To use `re-frame-10x` for debugging your app:
1. click on the application, minimal through it is, to give it "input focus" (you want to be sure that any key presses are going to your new app)
2. press `Ctrl-H` and you should see the `re-frame-10x` panel appear on the right side of the window
2. press `Ctrl-Shift-X` and you should see the `re-frame-10x` panel appear on the right side of the window

Sometimes achieving Step 1 on a really simple app - one without widgets - can be fiddly,
because the browser itself hogs "input focus" and grabs all the keystrokes (like `Ctrl-H`) which don't
because the browser itself hogs "input focus" and grabs all the keystrokes (like `Ctrl-Shift-X`) which don't
then make it through to your app. You may need to be determined and creative with Step 1.
I have every confidence in you.

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/re_frame/shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[re-pressed "0.3.2"]{{/re-pressed?}}{{#breaking-point?}}
[breaking-point "0.1.2"]{{/breaking-point?}}
[binaryage/devtools "1.0.6"]{{#10x?}}
[day8.re-frame/re-frame-10x "1.5.0"]{{/10x?}}{{#re-frisk?}}
[day8.re-frame/re-frame-10x "1.7.0"]{{/10x?}}{{#re-frisk?}}
[re-frisk "1.6.0"]{{/re-frisk?}}{{#cider?}}
[cider/cider-nrepl "0.28.4"]{{/cider?}}{{#git-inject?}}
[day8/shadow-git-inject "0.0.5"]{{/git-inject?}}]{{#git-inject?}}
Expand Down

0 comments on commit 490baad

Please sign in to comment.