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

feat(#249): add storybook docs #425

Merged
merged 32 commits into from
Feb 7, 2022
Merged

Conversation

Decipher
Copy link
Member

@Decipher Decipher commented Jan 19, 2022

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other

Description

  • Added Druxt README story
  • Added DruxtDebug story
  • Added DruxtModule story
  • Updated DruxtBlock default debug information
  • Updated DruxtBlock inline documentation
  • Updated DruxtBreadcrumb docs and stories
  • Updated DruxtEntity docs and stories
  • Updated DruxtMenu docs and stories
  • Updated DruxtView docs and stories
  • Updated DruxtRouter docs and stories
  • Updated DruxtSite docs and stories
  • Resolves Update Storybook integration #249
  • Resolves Add DruxtWrapper examples for each component #335

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (PR: #)
  • I have added tests to cover my changes (if not applicable, please state why)
  • All new and existing tests are passing.

Screenshots/Media:

@changeset-bot
Copy link

changeset-bot bot commented Jan 19, 2022

🦋 Changeset detected

Latest commit: 7039651

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

This PR includes changesets to release 10 packages
Name Type
druxt-router Minor
druxt-blocks Minor
druxt Minor
druxt-views Minor
druxt-menu Minor
druxt-entity Minor
druxt-breadcrumb Minor
druxt-site Minor
druxt-schema Patch
druxt-test-utils Major

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

@codecov
Copy link

codecov bot commented Jan 19, 2022

Codecov Report

Merging #425 (7039651) into develop (e2b8500) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #425      +/-   ##
===========================================
+ Coverage    96.82%   96.91%   +0.09%     
===========================================
  Files           89       89              
  Lines         2925     2951      +26     
  Branches       642      649       +7     
===========================================
+ Hits          2832     2860      +28     
+ Misses          85       83       -2     
  Partials         8        8              
Impacted Files Coverage Δ
...ackages/blocks/src/components/DruxtBlockRegion.vue 100.00% <ø> (ø)
packages/blocks/src/nuxtModule.js 100.00% <ø> (ø)
...ages/breadcrumb/src/components/DruxtBreadcrumb.vue 100.00% <ø> (ø)
packages/druxt/src/components/DruxtDebug.vue 0.00% <ø> (ø)
packages/druxt/src/nuxt/index.js 100.00% <ø> (ø)
packages/entity/src/components/DruxtEntity.vue 100.00% <ø> (ø)
packages/entity/src/components/DruxtEntityForm.vue 100.00% <ø> (ø)
packages/entity/src/nuxtModule.js 100.00% <ø> (ø)
packages/menu/src/components/DruxtMenu.vue 77.77% <ø> (ø)
packages/menu/src/nuxtModule.js 100.00% <ø> (ø)
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2b8500...7039651. Read the comment docs.

@Decipher Decipher force-pushed the feature/249-storybook_docs branch 8 times, most recently from 3d26c86 to 8bc8171 Compare February 3, 2022 21:29
@Decipher Decipher linked an issue Feb 5, 2022 that may be closed by this pull request
8 tasks
@Decipher Decipher merged commit b79701c into develop Feb 7, 2022
@Decipher Decipher deleted the feature/249-storybook_docs branch February 7, 2022 07:44
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.

Add DruxtWrapper examples for each component Update Storybook integration
1 participant