Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Conversation

koca
Copy link
Contributor

@koca koca commented Apr 9, 2021

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes
    /start features)

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Updates

  • add mdx support to docs using vite-plugin-mdx-vue - website/
  • add useColorModeValue api - packages/c-color-mode/color-mode-provider.ts
  • add @chakra-ui/layout package - packages/layout
  • add support for global components like router-link and add tests for 3 cases (dom elements, vue components, global components) - packages/system/chakra.ts
  • update deps
  • add getValidChildren helper
  • add reusuable themingProps
  • add core types

New Components

c-aspect-ratio
c-badge
c-box
c-center
c-container
c-divider
c-grid
c-heading
c-kbd
c-link-box
c-link
c-list
c-simple-grid
c-spacer
c-stack
c-text
c-wrap

Does this introduce a breaking change?

  • Yes
  • No

Breaking Changes:

moved c-badge to layout
moved c-code to layout
moved c-flex to layout

@changeset-bot
Copy link

changeset-bot bot commented Apr 9, 2021

🦋 Changeset detected

Latest commit: 47c0cbd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 25 packages
Name Type
@chakra-ui/vue-auto-import Minor
@chakra-ui/c-accordion Minor
@chakra-ui/c-alert Major
@chakra-ui/c-button Major
@chakra-ui/c-close-button Minor
@chakra-ui/c-code Major
@chakra-ui/c-color-mode Minor
@chakra-ui/c-flex Major
@chakra-ui/c-icon Major
@chakra-ui/c-modal Minor
@chakra-ui/c-popper Minor
@chakra-ui/c-portal Minor
@chakra-ui/c-reset Major
@chakra-ui/c-spinner Major
@chakra-ui/c-theme-provider Major
@chakra-ui/c-visually-hidden Major
@chakra-ui/vue-next Major
@chakra-ui/vue-layout Minor
@chakra-ui/nuxt-next Minor
@chakra-ui/vue-system Minor
@chakra-ui/vue-test-utils Minor
@chakra-ui/vue-theme Minor
@chakra-ui/vue-theme-tools Minor
@chakra-ui/vue-utils Minor
@chakra-ui/vue-docs Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Apr 9, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

chakra-ui-vue-next – ./

🔍 Inspect: https://vercel.com/chakra-ui/chakra-ui-vue-next/23Z8L8pqRkUuCQC3v8fBeU6Cvv5u
✅ Preview: https://chakra-ui-vue-next-git-feature-mdx-docs-chakra-ui.vercel.app

chakra-ui-vue-next-playground – ./

🔍 Inspect: https://vercel.com/chakra-ui/chakra-ui-vue-next-playground/6xvdatzmDQgSivRxtuDmjrcXn7su
✅ Preview: https://chakra-ui-vue-next-playground-git-feature-mdx-docs-chakra-ui.vercel.app

@koca
Copy link
Contributor Author

koca commented Apr 13, 2021

i moved c-badge to layout folder but c-flex and c-code needs to be moved. But we can do it later.

@koca koca marked this pull request as ready for review April 13, 2021 23:11
@koca koca changed the title [WIP]: docs, mdx, layout package feat: docs, mdx, layout package Apr 13, 2021
Copy link
Collaborator

@codebender828 codebender828 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid PR, @koca 🎉💖

Thanks for the organizational things you included in here too. Will add the changeset and merge thereafter

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants