Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.55 KB

File metadata and controls

92 lines (69 loc) · 2.55 KB

Changelog

Upcoming

  • Send Accept-Language header
  • Typesafe i18n functions
  • Added CI tests

4.0.0

  • Add builder step to drone file with lint step
  • Update tsconfig.json
  • Fix dynamic env var replacement
  • Fix env vars no longer available in nginx image due to new builder step
  • Fix handling of base names which are /
  • Use craco instead of react-scripts so that the craco.config.js file is used and the license checker works
  • Remove service worker file
  • Remove "REACT_APP_DEPLOYMENT_ENV" variable
  • Remove @types/yup
  • Add loading indicator delay
  • Add useQuery
  • Add useHash
  • Add useInterval
  • Add TextStyles.css
  • Rename Styles.ts to Colors.ts
  • Remove styled-components
  • Update used GitHub actions
  • Git ignore swagger codegen files
  • Switch to Open Sans as default font
  • Add tHtml function for translations with HTML support
  • Fix cyclic dependency issue with i18n default locale
  • Add Yup custom validator example
  • Add scroll to top upon navigation
  • Add Cypress setup
  • Replace mobx with zustand
  • Add networking with react-query and axios
  • Renamed useQuery and useHash to useQueryParams and useHashParams due to clash with react-query
  • Add useDebugCommands to make debug functions accessible in browser console
  • Add debug screen
  • Add node version lint step
  • switched form swagger to openapi codegen

2.1.0

  • Replaced outdated jpoissonnier.vscode-styled-components VSC extension with new styled-components.vscode-styled-components
  • Remove hoist-non-react-statics
  • Add showStringKeys function

2.0.1

  • Fixed <base> tag in index.html
  • Fixed CustomSwitch

1.3.3

  • Fixed dynamic base name
    • added meta tag to index.html
    • added PUBLIC_URL path to config.js index.html
    • added PUBLIC_URL "." to .drone.yml

1.3.1 & 1.3.2

  • Updated README.md publishing info.

1.3.0

  • For drone builds: add git branch, hash and build time as comment to section

1.2.0

Added

  • Added <ErrorMessage> component
  • Dynamic base name

Updated

  • Updated all packages to latest version
  • Updated README.md with instructions on how to test template locally
  • Updated to node 14

Removed

  • Removed last tslint leftovers
  • Removed launch.json and tasks.json
  • Removed VSC extension msjsdiag.debugger-for-chrome
  • Removed default meta description to avoid being shown in search results

Notable changes