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

release v0.17.0 #436

Merged
merged 10 commits into from
Feb 7, 2022
Merged

release v0.17.0 #436

merged 10 commits into from
Feb 7, 2022

Conversation

Decipher
Copy link
Member

@Decipher Decipher commented Feb 7, 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)

Description

Release 0.17.0

Features:

Fixes:

Other:

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:

* fix(#419): update entity storybook template

* fix(#419): prevent storybook errors

* chore(#419): add changeset

* chore(#419): updated options controls
* feat(#429): add id and uuid watch

* chore(#429): add test coverage
* chore(#420): update ddev to 1.18.2

* chore(#420): add setup task

* chore: remove drupal install from prebuild

* chore(#420): fix before

* chore(#420): add drupal-9 install docs
* feat(#433): add path prop to DruxtBreadcrumb

* chore(#433): add path example

* chore(#433): update test coverage
* feat(#249): add storybook README

* feat(#249): add DruxtDebug story

* feat(#249): add DruxtModule story

* chore: update changesets

* feat(#249): add detailed debug message

* chore(#249): update stories and documentation

* feat(#249): add required props error

* chore(#249): add mdx stories

* feat(#249): add default and debug slot

* chore(#249): update test

* chore(#249): update test coverage

* chore(#249): update router tests

* feat(#249): updated Block and Region stories

* chore(#249): update DruxtBlock documentation

* feat(#249): update DruxtBlockRegion docs and story

* chore(#249): update changesets

* feat(#249): update DruxtBreadcrumb storybook story

* feat(#249): update DruxtEntity stories and docs

* chore(#249): updated filename

* chore: add uuid error message

* chore(#249): update entity component docs

* chore(#249): fix entity uuid title issue

* feat(#239): update DruxtMenu storybook stories

* feat(#249): updated component stories and docs

* feat(#249): update DruxtView storybook stories

* chore(#249): update test coverage

* chore(#249): update DruxtView instance story

* feat(#249): update DruxtRouter story and docs

* chore(#249): update changesets

* chore(#249): fix router test coverage

* feat(#249): update DruxtSite docs and stories

* feat(#249): fix test snapshot
@changeset-bot
Copy link

changeset-bot bot commented Feb 7, 2022

⚠️ No Changeset found

Latest commit: a514ae7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@Decipher Decipher added the do not merge This PR is not ready to be merged label Feb 7, 2022
@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #436 (a514ae7) into main (933e02f) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #436      +/-   ##
==========================================
+ Coverage   96.86%   96.91%   +0.04%     
==========================================
  Files          88       89       +1     
  Lines        2907     2951      +44     
  Branches      638      649      +11     
==========================================
+ Hits         2816     2860      +44     
  Misses         83       83              
  Partials        8        8              
Impacted Files Coverage Δ
packages/blocks/src/nuxtModule.js 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% <ø> (ø)
packages/site/src/nuxtModule.js 100.00% <ø> (ø)
packages/views/src/nuxt/index.js 100.00% <ø> (ø)
... and 26 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 933e02f...a514ae7. Read the comment docs.

@Decipher Decipher merged commit a514ae7 into main Feb 7, 2022
@Decipher Decipher deleted the release/0.17.0 branch February 7, 2022 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge This PR is not ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant