Skip to content

Releases: City-of-Helsinki/kukkuu-admin

kukkuu-admin: v3.4.0

Choose a tag to compare

3.4.0 (2024-09-18)

Features

  • Add pagination to messages list (dcfbef1)

kukkuu-admin: v3.3.1

Choose a tag to compare

3.3.1 (2024-09-10)

Bug Fixes

  • The oidc silent token renew should e enabled by default (1cbd0eb)

kukkuu-admin: v3.3.0

Choose a tag to compare

3.3.0 (2024-09-05)

Features

  • Add working delete button to unsent message's detail page (a9285cf)

Bug Fixes

  • Update the graphql schema (4918880)

kukkuu-admin: v3.2.1

Choose a tag to compare

3.2.1 (2024-07-05)

Bug Fixes

  • Auth renewal should not reset a selected project (c7888bf)

kukkuu-admin: v3.2.0

Choose a tag to compare

3.2.0 (2024-06-11)

Features

  • Add silent token refreshing with Keycloak only (f05ef57)

kukkuu-admin: v3.1.0

Choose a tag to compare

3.1.0 (2024-05-29)

Features

  • Keycloak support for auth service and provider (edb6872)

Bug Fixes

  • ToLocaleString gives different time prefixes in different envs (3586163)
  • Update graphql schema (4751302)

kukkuu-admin: v3.0.2

Choose a tag to compare

3.0.2 (2024-03-14)

Bug Fixes

  • Occurrence creation and edit view (0a9353c)

kukkuu-admin: v3.0.1

Choose a tag to compare

3.0.1 (2024-02-15)

Bug Fixes

  • Events empty listing did not render any management buttons (e390a49)
  • Remove the broken birthyear column from occurrence page (e5b0b0e)

kukkuu-admin: v3.0.0

Choose a tag to compare

3.0.0 (2024-01-24)

⚠ BREAKING CHANGES

  • updated the schemas and types
  • update child schema fields

Features

  • Update child schema fields (2b60b4a)

Bug Fixes

  • Child language choices field value rendering (92e8f26)
  • Child show view should show the birthyear (0b925bd)
  • README omitting necessity of .env file, .env.local is not enough (457b51c)
  • Running "yarn test" on Windows by using cross-env (6f554d6)
  • Sonarcloud issue typescript:S6582, prefer optional chain expression (fb7f57b)
  • Sonarcloud issue typescript:S6606, prefer ?? instead of || (ae31395)

Code Refactoring

  • Updated the schemas and types (3cc0ae3)

kukkuu-admin: v2.0.1

Choose a tag to compare

2.0.1 (2023-12-21)

Bug Fixes

  • messages: Recipient count in the send email modal window (9e73664)
  • messages: Recipient selection validation after change (29de740)
  • Transform nulls to empty strings when sending data to the API (b1d5413)