Skip to content

1.2.0: Ticketable Exports, JumpTo Services & Enhanced Authentication

Choose a tag to compare

@bvogel bvogel released this 02 Feb 12:04
· 93 commits to master since this release
3ed1754

Notable Changes

New Features

  • Support for additional fields in newsletter form (#165)
  • Ticketable export component for PDF and PKPass downloads (#156)
  • Ticketable-conditional with metadata nesting support (#160)
  • Jump-to components for navigation (UD-1997, #84)
  • Newsletter consent checkbox (UD-2128, #154)
  • Profile QR-Code example (UD-2037, #181)
  • Storage state implementation for persistent auth state (UD-2150, #166)
  • Loading spinners across all interactive elements (#152)
  • Newsletter root events for better event handling (#130)
  • E2E test specs for auth flows (UD-2123, #146)

Fixes

  • Fix magic code flow - simplified by removing strategy-component (UD-2139, #153)
  • Fix missing fields flow (UD-2161, #173)
  • Fix email validation not working on submit button click (UD-2133, #164)
  • Fix loading state for buttons - no longer renders both spinner and slot content
  • Fix optional fields not including null (#159)
  • Prevent having two u-configs on the same page (UD-2152, #172)
  • Trigger ticketable refetch on auth change (#177)
  • Disable email field by default (#178)
  • Single login fixes (UD-2136, #151)

Improvements

  • Refactor API clients to use unified BaseService pattern (#117)
  • Refactor refreshToken handling (#174)
  • Refactored button content logic (#161)
  • Comprehensive documentation audit and fixes (#167)