All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added login command for cypress and SSO protected pages
- Added CypressStrictMode
- eslint now receives the glob itself
- Added styled components
- also removed existing css
- left the capabilities included
- Added react-oidc (use demo/demo)
- Added an example of an authentication protected page (tenders)
- Added an example with the built in proxy (to combat CORS) (tendersguru)
- Moved examples into example directory
- Moved routes to separate file
- Used route constants
- Added the possibility to override partial configs during deployments
- Added default output to jest (for terminal output...)
- Upgraded npm packages. Left jest on 27 because of breaking changes in 28
- e2e step now starts a server before running tests
- Added npm run commands to support inforitnl/front-end-build
- Fixed e2e test which targeted the wrong word.
- Updated minor/patch versions of npm packages
- Added junit output for test runners
- Added translations
- Added pluralization example
- Added formatter example (with Luxon)
- Used HTTP loader
- Added a suspense fallback page for app loading
- Added cypress eslint rules
- Added cypress.io
- Updated to React 18
- Updated for public release
- Git was reset for privacy reasons