-
Notifications
You must be signed in to change notification settings - Fork 64
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
test(html pipe): Update integration test for newly exposed types in the meta JSON attributes #1037
Conversation
…he meta JSON attributes fix helix-pipeline#279
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would commit this change together with the new pipeline version.
rather having a broken smoke test in the pipeline than a broken helix-cli tests.
@tripodsan Sure, makes sense. |
Include proper sections in the HTML pipeline instead of plain `<hr>` sectioning BREAKING CHANGE: - Remove `context.content.sections` and move the sections directly under `context.content.mdast` - Adjust json schemas accordingly - Move the section yaml meta info to `<node>.meta` - Move the section types to the mdast `<node>.meta.types` Is dependent on adobe/helix-cli#1037 fix #279
Codecov Report
@@ Coverage Diff @@
## master #1037 +/- ##
=======================================
Coverage 91.94% 91.94%
=======================================
Files 43 43
Lines 1788 1788
=======================================
Hits 1644 1644
Misses 144 144 Continue to review full report at Codecov.
|
# [4.0.0](v3.7.4...v4.0.0) (2019-07-05) ### Features * **html pipe:** Default pipeline should include <section/>s ([#379](#379)) ([27ad875](27ad875)), closes [adobe/helix-cli#1037](adobe/helix-cli#1037) [#279](#279) ### BREAKING CHANGES * **html pipe:** - Remove `context.content.sections` and move the sections directly under `context.content.mdast` - Adjust json schemas accordingly - Move the section yaml meta info to `<node>.meta` - Move the section types to the mdast `<node>.meta.types`
🎉 This PR is included in version 4.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adding the newly exposed
types
array on themeta
object.fix adobe/helix-pipeline#279