Skip to content

Commit 95cceed

Browse files
committed
v3.3.1
v3.3.1 - Introducing [`FlowRouter.refresh()`](https://github.com/VeliovGroup/flow-router#refr esh-route) - Fixes over rendering engine: * Make sure `this.render()` callback called only once under specific conditions * Make sure old "yielded" template is removed from DOM - Fix `waitOn` in a group - Fix order of `waitOn` hooks to: global > group > route
1 parent 5666cc3 commit 95cceed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.versions

Lines changed: 2 additions & 2 deletions

package.js

Lines changed: 1 addition & 1 deletion
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.3.0',
4+
version: '3.3.1',
55
git: 'https://github.com/VeliovGroup/flow-router'
66
});
77

0 commit comments

Comments
 (0)