flow-router icon indicating copy to clipboard operation
flow-router copied to clipboard

Update page to 1.11.5

Open jankapunkt opened this issue 5 years ago • 5 comments

NOTE: this is a work in progress PR attempting to fix #74 , since there are multiple issues to address. Not all issues may have been detected yet and regression needs to be tested as well.

Currently detected issues:

  • [x] _basePath is chained infinitely

This isse is fixed by always transforming the path to a /name pattern. I am not 100% if the page package now won't accept other path variations as base anymore or has a bug or something.

  • [x] _basePath is stripped. after initialize is called

This is fixed by setting the dispatch option in the page(options) call to false. This fixes the Client - Router - base path tests. However, there is no regression-test added yet.

  • [ ] exit triggers are fired twice

We first need to find out, why the exit trigger is fired twice now, while before once

jankapunkt avatar Feb 23 '20 18:02 jankapunkt

@jankapunkt do you want to try update page on the latest release? I have couple of things fixed

dr-dimitru avatar Jun 08 '22 20:06 dr-dimitru

@dr-dimitru does it make sense to continue this one, since Meteor3 upgrade is breaking anyway?

jankapunkt avatar Jul 29 '24 09:07 jankapunkt

@dr-dimitru also, it looks like page is abandoned and people look for a fork.

jankapunkt avatar Jul 29 '24 09:07 jankapunkt

@jankapunkt I'll jump on full rewrite sometimes soon, dropping all dependencies. We can close this one for now.

Latest release works with meteor@3 as expected, right?

dr-dimitru avatar Jul 29 '24 10:07 dr-dimitru

@dr-dimitru it does not support Blaze 3, which is why I commented on #113 to include it

jankapunkt avatar Jul 29 '24 10:07 jankapunkt