Skip to content

Releases: jeescu/meteor-react-admin-lte

Minor Update: React Router to V4

06 Apr 10:46
Compare
Choose a tag to compare

Some fixes and updates.

  • Added AuthRouter custom helper for your authenticated routes. There are a lot of solutions out there, but i prefer this one, easier.
  • Removed Index component wrapper. It's no use after the update, but if you want this some kind of parent component that does something globally, go on and make one!

If you are more comfortable on using the React Router version 3 please use the previous version of this!
Goodluck and happy coding!

Major Updates

26 Mar 10:45
Compare
Choose a tag to compare

Core:

Others:

As the cores change, its dependent libraries and their setups have to updated too.

  • Enzyme - With additional configuration for React v16
  • React-meteor-data - now uses withTracker for container components

Outdated:

  • React Router - The newer version takes me a lot of time to setup using the current design. If you want to explore this and update it your own, It would be cool. You can submit a PR then we're ready roll.

NOTE: Please check/review the code if you want to know the details.

Explore the latest updates! Try to use its newest features for your own good. Good luck and happy coding! 🎉

Fix routing with updates on auth checking.

21 May 10:28
Compare
Choose a tag to compare
v1.0.2

fix bug of redirecting to '/dashboard'