Releases: miguelcast/cra-init-dashboard
Releases · miguelcast/cra-init-dashboard
v0.6.0 Upgrade and structure
- Upgrade dependencies
- Structure project now with monorepo(yarn workspaces)
- Use react easy CRUD
Fixes
- Order in the header menu
- When changing language change in Antd too
- Fixes in languages configurations
- Upgrade dependencies, important react-router-dom from 4 to 5
- README updated
- lint in pre-commit
Hooks and easy config for create CRUD
- Form Login with localStorage(Persister plugin rematch) with token
- Logout
- Form register connected to the store
- CRUD Users
- Easy CRUD config with hooks
- Permissions for Routes and Menus, GUEST and LOGGED
- Loading plugin with Rematch
- Backend example with Nodejs
- Internationalization with I18next, load translation files from the backend
New design and more features
- Add forms (Login, Forgot password and registration)
- Use hooks in any components
- The menu is responsive now
- React router with React.lazy and Suspense, now add pages is easier
Remove styled-components
0.3.1 Remove styled components
Boilerplate React with create-react-app
Libraries
- React (Create React App)
- Redux (Redux Thunk)
- React Router v4
- Ant Design
- Less for Ant Design customization
- Styled Components
- Axios