Skip to content

Releases: anthub-services/node-api-and-client-boilerplate

v0.3.5-alpha

03 Mar 10:35

Choose a tag to compare

v0.3.5-alpha Pre-release
Pre-release

New Feature

  • Add <AuthSiteRoute /> for authenticated pages using the basic layout

Minor Changes

  • Update package.json of API
  • Update all the README.md files
  • Add setTimeout for verifyToken request

v0.2.4-alpha

27 Feb 23:22

Choose a tag to compare

v0.2.4-alpha Pre-release
Pre-release

Changes

  • Change -page to -view prefix classnames in ./client/src/Views/ files
  • Update Routes.js & Session.js libraries
  • Improve redux implementation for Session and Gospel Authors

Bug Fix

Note: composeEnhancers is used if Redux DevTools extension is installed in Chrome

v0.2.3-alpha

20 Feb 22:54

Choose a tag to compare

v0.2.3-alpha Pre-release
Pre-release

New Features

  • Added Redux page
  • Create Gospel Authors for redux code patterns
  • Manage isSignedIn state in redux
  • Create redux for sign in form and sign out button

Minor Changes

  • Client package.json version: 0.2.0
  • Remove all semicolon terminators
  • Remove About page

v0.1.2-alpha

17 Feb 09:31

Choose a tag to compare

v0.1.2-alpha Pre-release
Pre-release

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

10 Feb 01:38

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

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.path for the path and referrer props in the link and button components of the header and sidebar components

v0.1.0-alpha

09 Feb 13:06

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

Initial Features

Node

  • Version 9.2.1

API

Client

  • package.json version: 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

Docker and Bash Commands

  • With Docker, both the API and client apps can be started using one bash command: ./bin/start
  • See README.md for more custom bash commands available for local development or with Docker