Skip to content

Conversation

@dargmuesli
Copy link
Member

@dargmuesli dargmuesli commented Jan 26, 2026

📚 Description

Breaking changes:

  • runtime configuration key rename from private to vibetype
  • route api/service/traefik/authentication moved to /api/internal/service/postgraphile/authentication
  • all routes are csrf-protected by default now and the csrf token header is named x-csrf-token

Configuration and Environment Variables:

📝 Checklist

  • All commits follow the Conventional Commit format or I'm fine with a squash merge of this PR
  • The PR's title follows the Conventional Commit format

dargmuesli and others added 21 commits July 8, 2025 06:15
…rename

feat(nuxt)!: rename runtime configuration key
## [13.0.0-beta.1](12.15.1...13.0.0-beta.1) (2025-07-08)

### ⚠ BREAKING CHANGES

* **nuxt:** rename runtime configuration key

### Features

* **nuxt:** rename runtime configuration key ([325238f](325238f))
## [13.0.0-beta.2](13.0.0-beta.1...13.0.0-beta.2) (2025-12-02)

### Features

* **account:** rework creation success page ([7d51369](7d51369))
* **account:** show profile picture in menu ([2d454fd](2d454fd))
* **account:** unify detail buttons ([09ec5e6](09ec5e6))
* **app:** disable text selection ([df7b53d](df7b53d))
* **components:** double menu bottom padding for ios ([54a81f3](54a81f3))
* **components:** replace toast with sonner ([500e1bd](500e1bd))
* **components:** update error design ([07e75d7](07e75d7))
* **composables:** add alert error ([3119c37](3119c37))
* **composables:** centralize urql result handling ([cec435e](cec435e))
* **content:** remove dispute resolution section from imprint ([ce18763](ce18763))
* **docs:** add redirection to app stores ([4369d28](4369d28))
* **docs:** do not redirect when app is installed ([c82b422](c82b422))
* **event:** show link option no matter the attendance type ([1c28141](1c28141))
* **head:** test disabled scaling ([e8730bd](e8730bd))
* **i18n:** uppercase global site name ([bd96c08](bd96c08))
* **notification:** replace `moment-timezone` with `Intl` ([8c88d57](8c88d57))
* **pages:** drop marketing ([c67f333](c67f333))
* **recommendation:** add ([19b3f5b](19b3f5b))
* **recommendation:** show up to 10 ([ec9678d](ec9678d))
* **session:** allow to clear api client data ([278b484](278b484))
* **session:** redirect to root on sign out ([295bc31](295bc31))
* **tiptap:** support justified alignment ([f17ca9c](f17ca9c))

### Bug Fixes

* **account:** unref date for registration ([e35cb03](e35cb03))
* **attendance:** add missing hint to camera error ([d3b7233](d3b7233))
* **attendance:** don't log error twice ([d2e12d1](d2e12d1))
* **components:** add more padding for bottom menu on ios ([#2071](#2071)) ([6126590](6126590))
* **components:** align dashboard menu item name ([11c7702](11c7702))
* **components:** correct time zone display ([33d1583](33d1583))
* **early-bird:** correct button label ([f980ed3](f980ed3))
* **event:** correct maximum guest count fetching ([95c6528](95c6528))
* **event:** relax ical data requirements ([2ccf25b](2ccf25b))
* **event:** show match only on recommendation ([24a8c3c](24a8c3c))
* **event:** update card style ([69a8170](69a8170))
* **gql:** correct variable computation ([42a5885](42a5885))
* **legal-term:** correct loading ([65e9c80](65e9c80))
* **modules:** correct pwa scope extensions ([3b5d072](3b5d072))
* **notification:** correct enum capitalization for invitation visibility ([6b7c4bd](6b7c4bd))
* **notification:** only attach successfully fetched ical data ([ba52f0b](ba52f0b))
* **notification:** skip empty payloads ([2f34b68](2f34b68))
* **preference:** await asynchronous data at initialization ([bb3422b](bb3422b))
* **pwa:** set id ([cf486d9](cf486d9))
* **recommendation:** don't show section if content is empty ([ce65f88](ce65f88))
* **recommendation:** show just one for now ([77aaacf](77aaacf))
* schedule release ([b695e10](b695e10))
* schedule release ([67695d9](67695d9))
* schedule release ([f8f5a6c](f8f5a6c))
* schedule release ([e273b95](e273b95))
* **security:** apply camera permission globally ([88043a3](88043a3))
* **session:** move developer information button up ([9e1bc5c](9e1bc5c))
* **session:** redirect from root to dashboard when signed in ([41fdbfe](41fdbfe))
* **upload:** unref uppy ([e7dd28e](e7dd28e))

### Performance Improvements

* **aws:** complete migration to ses client v2 ([1ed17ac](1ed17ac))
* **docker:** add volume for development node modules ([9ec8a43](9ec8a43))
* **docker:** cache playwright node modules separately ([7187cf0](7187cf0))
* **docker:** use cache mounts ([ef0a6db](ef0a6db))
* **event:** replace `dayjs` with `Intl` ([44240d7](44240d7))
* **utils:** replace copy dependency ([4eb7c65](4eb7c65))
## [13.0.0-beta.3](13.0.0-beta.2...13.0.0-beta.3) (2025-12-02)

### ⚠ BREAKING CHANGES

* **store:** remove plain jwt

### Bug Fixes

* **store:** remove plain jwt ([aa03b04](aa03b04))
## [14.0.0-beta.1](13.3.0...14.0.0-beta.1) (2026-01-06)

### ⚠ BREAKING CHANGES

* **store:** remove plain jwt
* **nuxt:** rename runtime configuration key

### Features

* **nuxt:** rename runtime configuration key ([325238f](325238f))

### Bug Fixes

* **store:** remove plain jwt ([aa03b04](aa03b04))
## [14.0.0-beta.2](14.0.0-beta.1...14.0.0-beta.2) (2026-01-17)

### Bug Fixes

* schedule release ([c6806e4](c6806e4))
feat(security)!: use http-only cookie
## [14.0.0-beta.3](14.0.0-beta.2...14.0.0-beta.3) (2026-01-26)

### ⚠ BREAKING CHANGES

* **security:** use http-only cookie

### Features

* **content:** improve error handling ([f441aa0](f441aa0))
* **security:** use http-only cookie ([547df19](547df19))

### Bug Fixes

* **components:** deduplicate icon wrapper ([357a623](357a623))
* **deps:** patch @nuxt/content ([495a671](495a671))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants