Guillaume Lambert
Guillaume Lambert
Hey there @bahmutov and team, I've been writing up an internal recipe on how to install Cypress for a Next.js app, along with code coverage, CircleCI and all goodies to...
Hi! First, thanks for your work on this theme. Been using it since I switched to VSCode and really enjoying it 👍 With the latest release you added the theming...
## Description Releases `master` should always be marked as `latest`. This only applies to the `next` branch. ## How to test? - Checkout branch, run `yarn dev` - Open [Storybook](http://localhost:6006)...
## Description Much cleaner and not tied to Storybook only anymore: https://storybook.js.org/docs/formats/component-story-format/ Also available since version 5.2 of Storybook.
## Description `Label` component should be `display: inline-flex` instead of `display: flex`. This will be a tricky change because some components rely on `display: flex` such as the Input labelHelper.