Skip to content

Latest commit

 

History

History
158 lines (84 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

158 lines (84 loc) · 10.3 KB

Changelog

1.0.6 (2025-01-21)

Bug Fixes

  • Sort attendees by id (from oldest to newest) instead of name (bc54a08)

Dependencies

  • Bump next from 14.2.10 to 14.2.21 (a3e43b8)

1.0.5 (2024-12-13)

Bug Fixes

  • Added addendum for participant amount selector (4ff3dd2)
  • Added screen capture suggestion after registration (#200) (49f20ab)

Dependencies

1.0.4 (2024-10-30)

Bug Fixes

  • Signup error handling enhancements LINK-2158 (2b0e1d9)
  • Signup summary focus on heading LINK-2156 (3fbaa8c)

Dependencies

  • Upgrade hds to 3.10.1 LINK-1755 (e6a3aa0)

1.0.3 (2024-10-29)

Bug Fixes

  • A11y checkboxField error message LINK-2155 (0ed786d)
  • A11y heading levels LINK-2150 LINK-2157 (638a0da)
  • Normalize font sizes LINK-2149 (4ebbf81)
  • Set meta viewport LINK-2149 (8b4e4b6)
  • SingleSelect remove deprecated selection status LINK-2153 (c1a3fbe)

1.0.2 (2024-10-29)

Bug Fixes

  • A11y make buttonPanel non sticky LINK-2148 (613de17)
  • A11y signup language aria-label LINK-2154 (20389e2)

1.0.1 (2024-10-08)

Bug Fixes

  • Sentry clean normalized data LINK-2186 (34a96d8)

1.0.0 (2024-10-08)

⚠ BREAKING CHANGES

  • move readiness and healthz endpoints under api path

Features

  • Improve test coverage (5b926aa)
  • Prevent to delete signup after event start_time (b3fa4db)
  • Scrub sensitive data from Sentry requests (9500b7b)
  • Simplify getFocusableFieldId function (5576d16)

Bug Fixes

  • Add MAX_CLEAN_DEPTH=3 to cleanSensitiveData (b862edb)
  • Move readiness and healthz endpoints under api path (eb75019)
  • Sentry add extra error data integration LINK-2186 (8888357)
  • Sentry max clean depth must return an object (98ddf4f)

0.10.0 (2024-06-24)

Features

  • Prevent to edit/delete if there is payment cancellation/refund (4e17f6a)
  • Remind user to log out (6f5fe53)

Bug Fixes

  • Include only published and scheduled events in ics file (16b81b1)
  • Move registration warning to the above of event info (f6abe04)

0.9.0 (2024-06-12)

Features

  • Add all sub events to the ics file (5fa95fe)
  • Check order and payment from tapla api (ef389cc)

Bug Fixes

  • Avoid renewing session every second (0790f15)
  • Clear session storage before moving to Talpa (2f12707)
  • Create payment if any of the chargeable signups is attending (2d67dab)
  • Replace undefined with null in user data (dabd64a)

0.8.0 (2024-05-06)

Features

  • Add commit lint to the project (fd39cae)

Bug Fixes

  • Validate max lengths of signup fields (45356b0)

0.7.1 (2024-04-29)

Bug Fixes

  • Fix node version in dockerfile production stage (ea9426f)

0.7.0 (2024-04-26)

Features

  • Add accessibility texts to checkbox group (bb0e6f9)
  • Display modal if registration time is expiring soon (723de00)
  • Generic payment cancelled page (9954f37)
  • Generic payment completed page (88ec9ad)

Bug Fixes

  • Change the native language field to optional (58234ef)
  • Fix invalid import (686f002)
  • Remove duplicated code from modals (91ada19)
  • Replace HDS SearchInput with TextInput (7b506e4)
  • Show status div when table results changes (cc89c5b)
  • Simplify clearDataIfReservationExpired function (8bb7a1b)
  • Use checkout url with user info (721cb94)