Skip to content

Latest commit

 

History

History
384 lines (216 loc) · 29 KB

File metadata and controls

384 lines (216 loc) · 29 KB

Changelog

3.0.0 (2023-04-22)

⚠ BREAKING CHANGES

  • deps: drop support for ionic@6

Build System

  • deps: update dependencies (a90946c)

Continuous Integration

  • jenkins: provide playwright report on failed tests (3556970)
  • github: update dependencies (d8ce6d3)

Documentation

  • readme: fix potential issue in housekeeping (8281ffa)
  • README: update node & npm version shields (52c45cc)

2.0.11 (2023-03-07)

Build System

  • deps: update dependencies (c11a632)

Continuous Integration

  • github: update dependencies (d04dc44)
  • jenkins: update dependencies (6a87698)

Code Refactoring

  • eslint: disable import/no-unused-modules per file (9c680ca)

2.0.10 (2023-02-24)

Continuous Integration

  • github: update dependencies (f4b9af3)
  • jenkins: update dependencies (f92e154)

Build System

  • stylelint: enable prettier recommendation (ae93739)
  • deps: update dependencies (ecd6453)

2.0.9 (2023-02-22)

Documentation

  • add url to code example (e91a298)

Continuous Integration

  • jenkins: fix feature branch deployment (5b94c30)
  • github: update dependencies (40e150a)
  • github: update dependencies (65960cc)
  • jenkins: update dependencies (dd094fc)
  • jenkins: update dependencies (c86ddd1)

Build System

  • playwright: migrate component configuration (9d414fd)
  • stylelint: migrate to version 15 (3e25a5a)
  • reduce required npm version (63c237f)
  • deps: update dependencies (d51d045)
  • deps: update dependencies (348e557)
  • eslint: use eslint-config (8eb642f)
  • use latest node and npm version (057ed28)

2.0.8 (2023-01-20)

Styles

  • use of double quotes to match the prettier configuration (30f4ee2)

Code Refactoring

  • Navigation: use react-router-dom dependency (53cb845)

Continuous Integration

  • github: update dependencies (e068543)
  • github: update dependencies (85415e2)
  • github: update dependencies (e359579)
  • jenkins: update dependencies (bb13ace)

Build System

  • eslint: add playwright specific rules (ed461f6)
  • deps: fix @azure/msal dependencies (89640b3)
  • eslint: replace deprecated react/jsx-sort-default-props rule (44a3e04)
  • deps: update dependencies (9233b97)
  • deps: update dependencies (e25b5ba)
  • deps: update dependencies (d290837)
  • eslint: use default groups for import/order rule (cedb2b5)

2.0.7 (2022-12-21)

Build System

  • eslint: do not allow circular dependencies (103bbcf)
  • env: remove NODE_ENV from template file (174f3bc)
  • vscode: remove deprecated recommendation (6318718)
  • deps: update dependencies (4cf8d85)

Continuous Integration

  • jenkins: update dependencies (d751b22)

2.0.6 (2022-12-12)

Build System

  • husky: fix shell path and arg updates (feb4a0c)
  • husky: limit the possibility of package installation after a branch switch (25e199f)

2.0.5 (2022-12-09)

Build System

  • deps: install package @boehringer-ingelheim/prettier-config@1.0.0 (7b90983)
  • deps: update dependencies (ac2865f)

Code Refactoring

  • linter: adoption of the prettier configuration (960c359)

2.0.4 (2022-12-07)

Build System

  • scripts: add script to generate icons (67ba771)
  • pwa: handle configuration with vite-plugin-pwa (cf53fad)
  • deps: install dependency @capacitor/assets@2.0.4 (de77a53)
  • deps: install dependency vite-plugin-pwa@0.13.3 (3fabf7b)
  • deps: update dependencies (f3ef97a)
  • deps: update dependencies (a7ce4e5)

2.0.3 (2022-12-01)

Build System

2.0.2 (2022-11-17)

Continuous Integration

  • github: disable build-and-test workflow on main branch (1d8f96f)

2.0.1 (2022-11-17)

Bug Fixes

  • scripts: improve compatibility for release (412eb3d)
  • button-login: use prompt search parameter (bf87c22)
  • tests: use mocked msal instance per component and not globally (5deeb8a)

Documentation

  • README: solution for an unstable release manager in known issues updated [skip ci] (712e9e7)

Tests

Continuous Integration

  • jenkins: add documentation about used containers (b4dffc2)
  • github: add workflow to build and test application on each push (13e8b74)
  • github: setup node.js version based on .nvmrc file (34df3ce)
  • github: update dependencies in release workflow (13bfc7b)
  • jenkins: update dependencies (5929188)

Styles

  • message: fix whitespace between elements (c7619ed)

Code Refactoring

  • playwright: use device configuration for projects (a30c150)
  • tests: use new locators to find elements (5432bcf)

Build System

  • husky: check branch name length in pre-commit (28163f7)
  • sonarqube: exclude all test files from coverage analysis (ba4f204)
  • sonarqube: exclude all test files from duplication checking (fb2fa5c)
  • sonarqube: exclude specific rules from specific files (68e162a)
  • husky: force basename/dirname to treat $0 as an argument (a65578d)
  • nvm: replace lts with fixed node version 18 (ffbf0af)
  • deps: update dependencies (edeea6c)
  • deps: update dependencies (7eb99be)
  • deps: update dependencies (74891f2)
  • husky: use recommended shebang to make scripts portable (7c2b13c)
  • use the default output directory dist (a2e84ff)

2.0.0 (2022-09-02)

⚠ BREAKING CHANGES

  • use playwright instead of jest and testing-library for testing
  • use vite instead of cra for compiling

Features

  • hooks: add options to update search-params (947c187)
  • capacitor: migrate to new version (19dacfa)

Bug Fixes

  • scripts: breaking changes not recognized as major version (900e217)
  • disable eslint rule on next line (9269e5f)
  • remove unused variables (03bd72f)
  • theme: rename variable that is already declared (0feb530)
  • reset values to app and foo (a997b2d)
  • scripts: support sed on macOS systems (0a53db3)
  • scripts: support hyphens in badge version (56345ea)
  • sso: update default client and tenant id (074bde4)
  • technology-stack: update resources (d4feb1d)

Code Refactoring

  • remove import of react module (ef2ab3c)
  • remove unnecessary React.FC type (91920d5)
  • services: remove unused code from microsoft-graph endpoint (38594b0)
  • tests: remove unused code (a3989e7)

Build System

  • husky: add git hook post-checkout (188b1f1)
  • vscode: add markdownlint extension (9d00704)
  • sonarqube: exclude specific rules from specific files (69300dd)
  • husky: fix commit-msg hook to handle git parameter (c307714)
  • rename repository and use link to new url (55c06c6)
  • eslint: replace eslint-config-react-app with less and related plugins (bcd9a40)
  • replace create-react-app with vite (45dbf28)
  • replace testing-library with playwright (973d42b)
  • deps: update capacitor dependencies (736f366)
  • eslint: update configuration (1583902)
  • deps: update dependencies for vite and playwright (8363f74)
  • deps: update dependencies (62b759a)
  • deps: update dependencies (a385347)
  • deps: update dependencies (e5305a6)
  • deps: update dependencies (8bae446)
  • deps: update dependencies (227ebd3)
  • eslint: update rule no-console (fdb3ab8)
  • vscode: update settings (7472f49)

Documentation

  • README: add emojis to headlines (14409e5)
  • README: revision of the content (8947ff0)
  • README: update further resources (25bce14)
  • README: update section about known issues (3922bcd)
  • README: update section prerequisites (f6d2d9c)
  • README: update technology stack badges (11ef1a4)

Continuous Integration

  • github: disable git hooks on release workflow (c3ab649)
  • jenkins: improve compatibility with release manager in case of releasing multiple repositories (fe14964)
  • jenkins: improve error handling on helm upgrade (3580dbb)
  • github: support hyphens in badge version (364419c)
  • jenkins: update expectation of test result reports (7df657b)
  • jenkins: use default ods jenkins agent with nodejs v16 (52a4074)

1.0.6 (2022-07-03)

Documentation

  • README: restore content by unintentionally changing by github actions (0f5d740)

Continuous Integration

  • github: fix steps to setup quickstarter (5f4acbd)

1.0.5 (2022-06-21)

Bug Fixes

  • user-menu: use logged in user data (c83f345)

1.0.4 (2022-06-20)

Build System

  • deps: udpate dependencies (a79eac9)

1.0.3 (2022-06-14)

Continuous Integration

  • github: update semantic-release configuration to update README version (f72bf49)

Documentation

  • update "verify successfully provision" section (4db37f3)

Build System

  • deps: update dependencies (273a8cb)

1.0.2 (2022-06-13)

Bug Fixes

  • semantic-release: improve feature branches for prereleases (b34a34f)

Continuous Integration

  • github: add issue templates (655fdb9)

1.0.1 (2022-06-13)

Documentation

  • update section about provision quickstarter (f30c850)

Build System

  • deps: update dependencies (f7aa98b)

1.0.0 (2022-05-30)

Build System