Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to react-router v4 #248

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

mgscreativa
Copy link

@mgscreativa mgscreativa commented Apr 19, 2017

The only thing missing is react-router-bootstrap I must whait to 0.24.0 be published on NPM Done...

Upgraded several node modules
Moved eslint config to own file
Created compose-with-tracker.js for compatibility with react-komposer v2
Polished ract-router v4 integration
Using ProprTypes from prop-types modules since deprecation from React 
Added some global overrides to eslint config file
Removed unneeded Logout component
@lobosan
Copy link

lobosan commented May 2, 2017

Hi, I'm planning on using base for my next project. Is there any approximate date when this will be updated to react-router v4?

Also added the profile "registered" for all users, so every user has a default role.
@mgscreativa
Copy link
Author

Just use this PR until the main dev decides to merge. It has all things base 4.15.0 plus PR#244 and React Router v4

Also added the role "registered" for all new users, so every user has a default role.
@@ -7,7 +7,7 @@ import { Meteor } from 'meteor/meteor';

const userName = () => {
const user = Meteor.user();
const name = user && user.profile ? user.profile.name : '';
const name = user ? user.name : '';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just small fix
const name = user ? user.profile.name : '';

@nicholaai
Copy link

looking forward to official merge as well. thanks for the contribution!

@tpechacek
Copy link

Any update on this?

@themeteorchef
Copy link
Owner

themeteorchef commented May 30, 2017 via email

@mgscreativa
Copy link
Author

@themeteorchef great! Hope my PR helps a little bit

@pubin
Copy link

pubin commented Jun 12, 2017

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants