Skip to content

1.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dargmuesli dargmuesli released this 18 Oct 00:22

1.0.0-alpha.1 (2022-10-18)

Bug Fixes

  • πŸ› fix menu being empty in between tablet and phone breakpoint (c6b4cb8)
  • πŸ«–: workaround file name issue (16b7a87)
  • api-data: correct refs (9a3d1b3)
  • apollo: add provider to app (ac38f78)
  • attendance: temporarily disable async component (c5cddc6)
  • auth: correct ssr (ea51469)
  • auth: correct urql ref value (91a4bd6)
  • auth: remove leftover debugger statement (1c4df85)
  • build: pin htmlparser2 (42e7300)
  • button-icon: remove duplicate class (3406345)
  • button: correct type typing (202176c)
  • chartjs: workaround import issue (d1fac59)
  • components: correct imports (50254e1)
  • components: correct svg import path (74f39af)
  • components: correct svg import path (ed84e7c)
  • components: correct svg imports (d61c4e8)
  • composables: extract host getter (7c3b402)
  • config: correct storybook typing (32a79be)
  • constants: extract from config (dc1c093)
  • correct cjs imports (44f5291)
  • correct imports (7ac3815)
  • correct types (5a1b44b)
  • correct typing (f199316)
  • croppa: use vue 3 installation (5d6e3d5)
  • csp: allow development websocket (6d1fefd)
  • deps: downgrade vue-tsc (f5dc77c)
  • deps: migrate to h3 v0.8 (fe97b32)
  • deps: upgrade @nuxtjs/robots to v3 (44ffe30)
  • docker: add mkcert to development stage (640af9e)
  • docker: copy cypress binary (8096072)
  • docker: increase timeout (1ec78d9)
  • docker: move development certificate generation to nuxt (8d1b43f)
  • docker: set host (6190749)
  • docker: temporarily disable storybook (2f7115f)
  • drop-down: use Vue 3's nextTick (88cded5)
  • event-list: correct classes (32813ec)
  • events: use methods for event handling (e06ca82)
  • footer: correct language selection (47bf826)
  • footer: use button instead of link (a3a559a)
  • form-input: correct validity check (30ab99a)
  • form: correct validation typing (aaedfc6)
  • form: migrate sign-in to script setup (bedd0f3)
  • graphql: correct postgres error code typing (8004ad4)
  • head: correct imports (181b0f9)
  • header: allow connect-src self (1650e01)
  • headers: add connect-src csp for http (f61f321)
  • headers: temporarily disable trusted types (d62ac8c)
  • i18n: add missing vite plugin (59643e2)
  • i18n: correct moment usage (8b05be2)
  • i18n: escape @s (172e000)
  • i18n: exclude node_modules (29cac6c)
  • i18n: migrate (e499af5)
  • icon: declare property variables in plain script block (9d925ff)
  • icon: set default title in html (3aa09a4)
  • icons: readd title prop (414471c)
  • image-upload-gallery: use url for import (87d4e60)
  • invitation: remove unused $pinia usage (63f0a10)
  • layout: correct head (8534e78)
  • layout: use head as composable (fcdfa5a)
  • loader-image: migrate to script setup (21935d0)
  • loader: initialize with empty array (ea75ea9)
  • moment: workaround yet incompatible module (fb1b7a7)
  • nuxt: correct base url (f2a4b12)
  • nuxt: remove global event bus (ac4c7a0)
  • nuxt: switch to edge to be able to use dev (b088775)
  • nuxt: use host 0.0.0.0 (9fc53b9)
  • package: add missing import (647edba)
  • pages: use auto imports (4a15ea7)
  • pages: workaround locale-path issue (259873e)
  • plugins: remove nuxt 2 context (1f6a133)
  • pnpm: hoist shamefully (e04aaed)
  • pnpm: temporarily allow lax peer dependencies (6470d6e)
  • qrcode-stream: use async component (583da2f)
  • robots: add hardcoded file as a workaround (f31ca22)
  • robots: hide warning (9798944)
  • script: add missing languages (d2abccc)
  • sitemap: hardcode (b6ed030)
  • sqitch: remove stashed test data (4420f7a)
  • storybook: disable temporarily (309f264)
  • tailwind: exclude nuxt config (1bc6532)
  • ts: use named imports (98ace81)
  • types: add missing types (9f63ec2)
  • urql: temporarily disable ssr (0fe17ae)
  • urql: temporarily disable urql type checking (6ef8c89)
  • vite: add gql rollup plugin (df2d881)
  • vue-qrcode-reader: switch to fork (47e097d)
  • vuelidate: correct validation (c23c14c)

chore

Features

  • ✨ add title prop to icons (c4b9691)
  • add cypress (f8d5cf6)
  • apollo: complete own plugin (492a23f)
  • apollo: remove (135b835)
  • apollo: upgrade (efca0e2)
  • apollo: use own module (2ba7af5)
  • apollo: use ssr (5935190)
  • button: compute classes (f326237)
  • components: migrate this usage to setup function (a19e276)
  • components: replace require with import (a1eea20)
  • components: use default ids for common form inputs (a569c7a)
  • config: rename development indicator (8151fe0)
  • config: rename storybook indicator (c41ed29)
  • cookie: temporarily disable cookie control (2a44430)
  • deprecate stack domain and base url (a570a87)
  • event-group: remove temporarily (626e031)
  • event-list: migrate to urql (45e74ac)
  • form-delete: migrate to urql (ced1df6)
  • form-delete: unwrap app (c4055a4)
  • gql: use after-pagination (30e892e)
  • graphql: add devtools (6b208c7)
  • head: add composables (8d4d5e1)
  • headers: disable deprecated expect-ct (1b1e692)
  • head: migrate to new specification (8f6eedd)
  • i18n: migrate to new component syntax (fe65ebb)
  • i18n: migrate to translation function (a2c81d4)
  • image-upload-gallery: migrate (6eb62fc)
  • implement feedback on english translations (4e2061a)
  • improve english translations (0df0b26)
  • index: revert one i18n change (21a73df)
  • jwt: migrate to jose (0f1876f)
  • migrate to new slot syntax (9cf6204)
  • nitro: enable compression for public assets (5fd52fa)
  • nuxt-i18n: add vue-i18n-composable (4ef2139)
  • nuxt: add html validator module (d57874f)
  • nuxt: disable aliases (70e153f)
  • nuxt: enable https (4007a4a)
  • package: migrate to module (39ed308)
  • package: set version to alpha.0 (87b7306)
  • pages: use generated queries (67d4b80)
  • remove storybook (f34b4fb)
  • remove unnecessary imports (0a5886a)
  • replace apollo with urql usage, generate code (790dc82)
  • stash (52b2fbe)
  • store: replace vuex with pinia (a005459)
  • tusd: add composable (32db139)
  • urql: enable ssr hooks (0021733)
  • urql: use network only request policy (bf7e3de)
  • vuelidate: migrate to v2 (123bf46)

Reverts

  • Revert "Merge branch 'feat/apollo-upgrade' into feat/vue-3" (6903451)

BREAKING CHANGES

  • prepare v1