Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change tabs api #698

Merged
merged 4 commits into from
Jul 28, 2021
Merged

Change tabs api #698

merged 4 commits into from
Jul 28, 2021

Commits on Jul 28, 2021

  1. Change Tabs API (React)

    | Before        | After        |
    | ------------- | ------------ |
    | `Tabs`        | `Tab.Group`  |
    | `Tabs.List`   | `Tab.List`   |
    | `Tabs.Tab`    | `Tab`        |
    | `Tabs.Panels` | `Tab.Panels` |
    | `Tabs.Panel`  | `Tab.Panel`  |
    RobinMalfait committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    acfcf18 View commit details
    Browse the repository at this point in the history
  2. Change Tabs API (Vue)

    | Before       | After       |
    | ------------ | ----------- |
    | `Tabs`       | `TabGroup`  |
    | `TabsList`   | `TabList`   |
    | `TabsTab`    | `Tab`       |
    | `TabsPanels` | `TabPanels` |
    | `TabsPanel`  | `TabPanel`  |
    RobinMalfait committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9204a33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a10fe6 View commit details
    Browse the repository at this point in the history
  4. update changelog

    RobinMalfait committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    57b4697 View commit details
    Browse the repository at this point in the history