Skip to content

Latest commit

 

History

History
203 lines (108 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

203 lines (108 loc) · 11.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

1.16.2 (2024-09-03)

Bug Fixes

  • Gdpr actions reportErrorsToSentry condition (15937bf)

1.16.1 (2024-08-27)

Bug Fixes

  • Cookie modal set tracking cookies correctly HP-2500 (79bc353)
  • Only trackEvent if matomo enabled HP-2500 (1644bb5)
  • Page layout only trackPageView if matomo enabled HP-2500 (8d85972)

1.16.0 (2024-08-22)

Features

  • Handle password change return value HP-2501 (#376) (4866ee4)

Bug Fixes

  • Allow robots to access the root site (e2f1679)

1.15.0 (2024-08-19)

Features

  • Replace old matomo tracking HP-2500 (4e38591)

1.14.0 (2024-08-08)

Features

Bug Fixes

1.13.0 (2024-08-01)

Features

  • Gdpr actions report to sentry changes HP-2488 (d414ece)

1.12.1 (2024-07-17)

1.12.0 (2024-06-12)

Features

1.11.1 (2024-06-11)

Bug Fixes

1.11.0 (2024-06-07)

Features

  • Add user guide HP-2322 (#352) (e6dc4b6)
  • Footer add Helsinki profile support information HP-2459 (04a1954)

Bug Fixes

  • Remove guide link from footer base HP-2459 (87cf386)

1.10.2 (2024-06-06)

Bug Fixes

  • Oidc don't filter protocol claims HP-2463 (912db76)

1.10.1 (2024-06-05)

Bug Fixes

  • Revert react and react-dom to 16.13.1 (b255319)

1.10.0 (2024-05-23)

Features

  • Remove all adresses/phonenumbers when one is removed HP-2338 (#349) (17d6d5d)

Bug Fixes

  • Fixing useProfileLoadTracker tests HP-2436 (2fcc8db)

Dependencies

  • Patch braces to 3.0.3 via resolutions HP-2436 (893a14d)
  • Patch micromatch to 4.0.6 via resolutions HP-2436 (d9ac02c)
  • Remove deprecated packages HP-2436 (4735110)
  • Replace oidc-client with oidc-client-ts@2.4.0 HP-2436 (8397a05)
  • Upgrade hds-core hds-design-tokens hds-react to 3.8.0 HP-2436 (ec44d1a)
  • Upgrade vite to 5.2.11 HP-2436 (c748e9a)

1.9.1 (2024-05-15)

Bug Fixes

  • ParseGraphQLError default should return falsy props HP-2435 (6e0426b)

1.9.0 (2024-05-10)

Features

  • Profile data hide empty values from screenreaders HP-2309 (abd48c7)
  • Remove vite-plugin-graphql-loader HP-2410 (a732953)
  • Update download my data button (#341) (e5f4fdd)
  • Upgrade react-i18next HP-2410 (f6a1fde)

1.8.0 (2024-04-25)

Features

  • Delete profile service connection, modals use danger variant HP-2268 (e53c8d5)
  • Show insufficient loa error on download data HP-2268 (4ed35ff)
  • Show insufficient loa error on remove service connection and delete profile HP-2268 (f6890c5)
  • Update max length of name fields (f456744)

1.7.0 (2024-04-04)

Features

Bug Fixes

1.6.0 (2024-03-25)

Features

  • Add latest favicons from HDS HP-2313 (14404c9)

[Unreleased]

[1.1.3] - 2021-02-03

Fixed

  • Broken privacy policy link

[1.1.0] - 2020-08-25

Added

  • Support for authorization code generation for GDPR API related calls (profile download and deletion) #108
  • Link to authentication method account management #114
  • Managing multiple addresses
  • Managing multiple phone numbers
  • Favicon

Changed

  • Better postal code validation
  • Removed drop shadows
  • Replaced custom select boxes with HDS Dropdown

Fixed

  • Focus indicator being partially hidden with elements used for downloading and deleting profile
  • Notifications rendering on top of each other
  • Order and visibility of language options
  • Several issues with layout, scaling etc
  • Text fixes

[1.0.0-rc.1]