Skip to content

Commit b563575

Browse files
committed
πŸ“¦ v3.7.5
- ✨ Add global `.onRenderError` callback, see [updated docs](https://github.com/VeliovGroup/flow-router/blob/master/docs/api/re nder.md#render-method); - πŸ‘¨β€πŸ’» Use callback if template or layout not found in `.render()` method; Old behavior: Throw an exception;
1 parent a7bf0a2 commit b563575

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

β€Ž.versions

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
accounts-base@1.5.0
1+
accounts-base@1.6.0
22
3-
3+
44
55
66
7-
boilerplate-generator@1.6.0
7+
boilerplate-generator@1.7.0
88
99
1010
1111
1212
1313
1414
15-
15+
1616
17-
18-
17+
18+
1919
2020
2121
@@ -24,27 +24,27 @@ [email protected]
2424
2525
2626
27-
27+
2828
2929
30-
local-test:ostrio:[email protected].4
30+
local-test:ostrio:[email protected].5
3131
3232
3333
3434
meteorhacks:[email protected]
35-
minimongo@1.4.5
36-
35+
minimongo@1.6.0
36+
3737
3838
39-
mongo@1.8.0
39+
mongo@1.10.0
4040
4141
4242
43-
npm-mongo@3.3.0
43+
npm-mongo@3.7.0
4444
45-
45+
4646
47-
random@1.1.0
47+
random@1.2.0
4848
4949
5050
@@ -53,12 +53,12 @@ [email protected]
5353
5454
5555
56-
socket-stream-client@0.2.2
56+
socket-stream-client@0.3.0
5757
staringatlights:[email protected]
5858
staringatlights:[email protected]
5959
6060
6161
62-
url@1.2.0
63-
webapp@1.8.0
62+
url@1.3.0
63+
webapp@1.9.1
6464

β€Žpackage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'ostrio:flow-router-extra',
33
summary: 'Carefully extended flow-router with waitOn and template context',
4-
version: '3.7.4',
4+
version: '3.7.5',
55
git: 'https://github.com/VeliovGroup/flow-router'
66
});
77

0 commit comments

Comments
Β (0)