Releases: jeescu/meteor-react-admin-lte
Releases · jeescu/meteor-react-admin-lte
Minor Update: React Router to V4
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
Core:
- Meteor to
1.6.1
- React to
16.2.0
- Admin LTE ui to
2.4.3
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.
v1.0.2 fix bug of redirecting to '/dashboard'