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

refactor: move next to widgetbook #1108

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Conversation

YoussefRaafatNasry
Copy link
Member

@YoussefRaafatNasry YoussefRaafatNasry commented Dec 21, 2023

  1. All widgetbook/next imports have been replaced by widgetbook/widgetbook.

    - import 'package:widgetbook/next.dart';
    + import 'package:widgetbook/widgetbook.dart';
  2. Experimental badges have been removed.

  3. Rename builders to story_builder and components_builder.

  4. Builders are no longer opt-in, so the following code can be removed:

    - targets:
    -    $default:
    -       builders:
    -         widgetbook_generator:experimental_story_builder:
    -          enabled: true
    -        widgetbook_generator:experimental_components_builder:
    -           enabled: true

Copy link

docs-page bot commented Dec 21, 2023

To view this pull requests documentation preview, visit the following URL:

docs.widgetbook.io/~1108

Documentation is deployed and generated using docs.page.

@YoussefRaafatNasry YoussefRaafatNasry marked this pull request as ready for review December 21, 2023 10:44
@YoussefRaafatNasry YoussefRaafatNasry merged commit fc27a0f into v4 Dec 21, 2023
13 checks passed
@YoussefRaafatNasry YoussefRaafatNasry deleted the refactor/next-as-default branch December 21, 2023 10:44
@YoussefRaafatNasry YoussefRaafatNasry self-assigned this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant