David Höck
David Höck
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Branch?...
# Description The current CLI implementation is interactive, which makes it only usable for humans on the command line. This PR introduces a non-interactive mode, which enables users to use...
# Description This PR removes the styles of the Clarity design system and replaces them with Tailwind. Styling is done in a backwards compatible way, which means that all clarity...
# Description The current CLI implementation is interactive, which makes it only usable for humans on the command line. That of course makes automation practically impossible. This PR introduces non-interactive...
## Summary This RFC proposes the migration of the Vendure Admin UI from Clarity to a Tailwind-based component library for the upcoming major release, Vendure v3. The goal is to...
# Description This PR introduces the native support for GraphQL subscriptions. They enable real-time updates via web sockets. Closes #2369 # Breaking changes Not right now (to be updated)
## Description - While creating custom entities in Vendure is a streamlined process with a great developer experience, displaying and managing these entities in the Admin UI currently requires manual...
# Description Refactors the `bullmq-job-queue-strategy` to use a separate BullMQ queue for every Vendure job queue. This should improve the stability and issues with horizontally scaled worker instances. The current...
## Description Implement a feature flag system to manage breaking changes as we transition to a workflow of shipping features and major changes with minor versions. The feature flags will...