Releases: anthub-services/node-api-and-client-boilerplate
Releases · anthub-services/node-api-and-client-boilerplate
v0.3.5-alpha
New Feature
- Add
<AuthSiteRoute />for authenticated pages using the basic layout
Minor Changes
- Update
package.jsonof API - Update all the
README.mdfiles - Add
setTimeoutforverifyTokenrequest
v0.2.4-alpha
Changes
- Change
-pageto-viewprefix classnames in./client/src/Views/files - Update
Routes.js&Session.jslibraries - Improve
reduximplementation for Session and Gospel Authors
Bug Fix
- Fix optional
composeEnhancersfunction implemented in the ./client/src/index.js
Note: composeEnhancers is used if Redux DevTools extension is installed in Chrome
v0.2.3-alpha
New Features
- Added Redux page
- Create Gospel Authors for redux code patterns
- Manage
isSignedInstate in redux - Create redux for sign in form and sign out button
Minor Changes
- Client
package.jsonversion: 0.2.0 - Remove all semicolon terminators
- Remove About page
v0.1.2-alpha
Changes
- Add .gitattributes file
- Update .gitignore
- Update package.json
- Update README.md
- Update the bash commands
- Update router component
- Fix the admin navbar header focus/hover color
v0.1.1-alpha
Issue
Description:
- PageNotFound view component renders a 404 page content
Scenarios:
- If user has no access permission to an admin page, PageNotFound view component should be rendered
- If an admin page does not exist, PageNotFound view component should also be rendered
Bug:
- With the scenarios above, PageNotFound component should be rendered on the admin layout but the user is redirected to the home page instead
Fix:
- The PageNotFound view component is rendered if the user has no access permission to an existing view component or the view component does not exist
Improvement
- Refactor the
this.props.match.pathfor thepathandreferrerprops in the link and button components of the header and sidebar components
v0.1.0-alpha
Initial Features
Node
- Version
9.2.1
API
package.jsonversion: 0.1.0- Powered by Express and PostgreSQL database
Client
package.jsonversion: 0.1.0- Powered by Create React App and Bootstrap 3.3 framework and theme
- Site and admin layouts
- User auth (non-redux approach) using Sessions database table to store token in API server
- User redirection after signing in