Segun Adebayo

Results 101 comments of Segun Adebayo

After much thought, supporting Vue 2 isn't a priority for us now. Kindly upgrade to Vue 3 to use Zag. Thanks

Thanks for working on this @TylerAPfledderer. Some feedback: - Codesandbox takes a long time to load on each page. I wonder if there's a way to preload the Codesandbox module...

Ideas for the UI and execution: https://releases.figma.com/ (this one solves the problem with pagination) https://www.sketch.com/updates/ (same with this) https://www.raycast.com/changelog https://linear.app/changelog

A mental model I have to resolve this: - In the core repo, break each changelog versions into their own files so we have a structure like `.changelog/v2.0.0.mdx`, `.changelog/v2.0.2.mdx`, etc....

Lazar and I worked on this today. All that's left is to update the pages/changelog code to pick the correct changelog to render.

cc: @noobinthisgame Thanks for working on this. Instead of throwing the custom solution away, let's move to the recipes section in the docs. We'll call it "OmniSearch". Over time, we...

We're going to deprecate this package in the next major. Let's close this out. Thanks for your work on this Tyler

@nikolovlazar The theme tools can be used publicly. We mentioned it in the docs somewhere (I think breakpoints). So yes, @ryanirilli is right. We should document the public API in...

The companies we mention in that section are companies that sponsor Chaka UI (in OpenCollective), not just companies that use Chakra UI. We'll consider your thoughts though. We could also...

Let me try to explain what's happening here: With our current setup and approach, during SSR, emotion will render `style` tags inline as a sibling of any Chakra component. After...