ChangeLog Friday: Week of 04/10/23 - 04/14/23

Changelog Friday coming at you HOT

Features

  1. Vue Query Client - Support for Vue-Query :rocket:

PR: https://github.com/wundergraph/wundergraph/pull/809

Docs coming soon :grimacing:

  1. TUI (Terminal User Interface) + Log Handling

Our New TUI looks SO GOOD :man_dancing:

introduces a TUI mode that simplifies the work with wundergraph fundamentally. Instead of showing logs, the user can see helpful information about the state of the WunderNode and only get errors when he has to intervene.

PR: https://github.com/wundergraph/wundergraph/pull/813

  1. mark operations as internal when inside internal folder

WunderGraph will now automatically consider operations as internal when placed inside a directory name internal. This can be nested as well. All operations below are internal.

PR: https://github.com/wundergraph/wundergraph/pull/803

  1. Sveltekit & vite-svelte examples :grin:

This PR continues the work done for Svelte Query Client in by adding examples & SSR support for sveltekit.

WunderGraph will now have example templates for SvelteKit & Svelte projects created with vite!

PR: https://github.com/wundergraph/wundergraph/pull/805

Bug Fixes

fix: add a check that token string is a real jwt token: fix: add a check that token string is a real jwt token by devsergiy · Pull Request #815 · wundergraph/wundergraph · GitHub

fix: export CreateWebhookProps:

fix: issue where webhooks with payload would fail: fix: issue where webhooks with payload would fail by Pagebakers · Pull Request #835 · wundergraph/wundergraph · GitHub

fix: remove --no-cache from generate cmd help:

fix: run examples in log mode for multi process examples:

fix: svelte-query livequery config:

Thank you everyone!

Best,
The @WunderGraph Team